.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}


/**
  Theme Name: Mindful Movement Method
  Version: 1
  Author: Adio Online 
  Author URI: http://adio-online.co.uk
*/

/* =======================
-------- Contents --------
==========================

1.0 Normalize
2.0 Page Layout & Styles
3.0 Transitions / Clearing CSS
4.0 Media Queries

========================== */

/* =============================================
1.0  Normalize ---------------------------------
============================================= */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* =============================================
2.0  Page Layouts & Styles ---------------------
============================================= */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0px auto 5px auto;
}

.alignright {
  float:right;
  margin: 0px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

a img.alignnone {
  margin: 0 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

* {
  margin: 0;
  padding: 0;
}

html, * {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

html {
  padding: 0 !important;
  margin:0px !important;
}

body {
    font-size: 15px;
    color: #2d434d;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: #f3f3f3;
    overflow-x: hidden;
}

.container {
  position:relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin:0 auto;
  /* text-align: center; */
}

.end {
    /* margin-right:0 !important; */
}

#ascrail2000 div {
    border: none !important;
    background-color: rgb(72, 72, 72) !important;
}

h1 {
    font-size: 47px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size:22px;
}

h4 {
    font-size: 18px;
}

h1,h2,h3,h4,h5 {
  color: #101010;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 4px;
}

p {
    margin: 11px 0 4px 0;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 31px;
    font-weight: 200;
}

a, a:hover {
    text-decoration: none;
}

:focus {
    outline:none !important;
}

a {
    color: #d8999a;
}

strong {
    font-weight: 500;
}

.alignright {
    float: right;
    padding: 5px;
    background: #FBFBFB;
    border: 1px solid #EFEFEF;
    margin: 12px 0 25px 25px;  
}

#banner-main {
    position: relative;
    height: 88vh;
    min-height: 700px;
    width: 100%;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/banner2.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

#intro {
  background: #eaeaea;
  padding: 96px 0 0px 0;
  /* overflow: hidden; */
  position: relative;
  z-index: 2;
  height: 617px;
}

#cta-strip {
  clear: both;
  padding: 58px 0 70px 0;
  background: #8caade;
  position: relative;
  z-index: 2;
}

#testimonials {
  padding: 96px 0 120px 0;
  background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/breathing-therapy-yoga-therapy.png) center center no-repeat #f3f3f3;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#news-strip {
    position: relative;
    height: 732px;
    overflow: hidden;
}

.news-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/blog-overlay.png) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

#news-strip .container img {
    width: 100%;
    position: absolute;
    left: -6vw;
    top: -23%;
    height: auto;
    width: 107%;
    z-index: -1;
    opacity: 0.5;
}

#news-strip img {
    width: 100%;
}

#news-strip .container {
    z-index: 3;
    position: absolute;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

#news-strip p,
#news-strip h2,
#news-strip h4,
#news-strip div {
    color:#fff;
}

#news-strip h2 {
    font-size: 30px;
    letter-spacing: 0;
    position: absolute;
    z-index: 4;
    top: 129px;
    left: 50%;
    margin-left: -780px;
}

a.bloghometext {
    position: absolute;
    top: 240px;
    color: #fff;
    font-size: 41px;
    left: 50%;
    margin-left: -780px;
    max-width: 600px;
}

#news-strip h4 {
    margin: 47px 0 10px 0;
    font-size: 41px;
    letter-spacing: 2px;
}

#news-strip p {
    margin: 0;
    max-width: 550px;
    position: absolute;
    top: 373px;
    left: 50%;
    margin-left: -779px;
}

.blog-info {
    font-size: 14px;
    /* color: #92aa50 !important; */
}

#company-logos {
  /* border-top: 1px solid #dedede; */
  padding: 20px 0;
  background: #fff;
  text-align:center;
  position: relative;
  z-index: 2;
}

footer {
  padding: 25px 0 109px 0;
  background: #f3f3f3;
  text-align: center;
  color: #0f0f0f;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.logo img {
  width: 100%;
  height: 100%;
  /* height:auto; */
  /* margin-bottom: 6px; */
}

.logo {
  float:left;
  /* max-width:250px; */
}

#banner-main .container {
  padding-top:50px;
  /* width:90%; */
  /* max-width:1600px; */
  height: 100%;
  z-index: 6;
}

.ql-top, .menu-icon {
    float: right;
    margin-left: 30px;
    font-size: 16px;
    background: #d8999a;
    padding: 13px 20px;
    color: #fff;
    letter-spacing: 1px;
}

a.menu-icon {
    padding: 0;
    background: 0;
    width: 56px;
}

a.menu-icon img {
    width: 100%;
}

.ql-top i {
    margin-right:7px;
}

.grey-background {
  background: #616160 !important;
  margin-right: 0 !important;
}

.white-background {
  border: 1px solid hsl(0deg 0% 100% / 43%) !important;
  background: 0;
  color: #fff !important;
  margin-right: 0 !important;
  padding: 12px 20px;
}

.social {
    position: fixed;
    z-index: 99999999999;
    right: 0;
    top: 50%;
    margin-top: -65px;
}

.social a {
  display:block;
  clear: both;
  /* background: #92aa50; */
  /* border-radius:50%; */
  color: #000;
  text-align:center;
  height: 47px;
  width: 47px;
  margin: 0;
  border-bottom: 1px solid #dedede;
}

.social a:first-child {
  border-top: 1px solid #dedede;
}

.social a i {
  line-height: 47px;
  font-size: 18px;
}

.social a:hover i {
    -webkit-transform: rotate(360deg)!important;
    transform: rotate(360deg)!important;
}

.social a:hover {
  background: #d8999a;
  /* color: #fff; */
}

h1.banner-h1 {
  color:#fff;
  font-size: 37px;
  letter-spacing: 7px;
  position:absolute;
  line-height: 63px;
  left:0;
  top: auto;
  margin-top: 0;
  bottom: 160px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  width: 100%;
}

h1.banner-h1 span {
  /* color: #d8999a; */
  font-weight: 200;
  display: block;
}

h2.banner-h2 {
  color:#fff;
  font-size: 2vw;
  letter-spacing: .2vw;
  position:absolute;
  line-height: 2vw;
  left:0;
  top:50%;
  margin-top: -158px;
}

div#watermark {
    position: absolute;
    right: 50%;
    margin-right: -335px;
    top: auto;
    bottom: -311px;
    z-index: 9;
    width: 670px;
}

body.home div#watermark {
    bottom: -258px;
}

div#watermark img {
    width:100%;
}

.overlay {
  position:absolute;
  left:0;
  top:0;
  z-index: 1;
  width:100%;
  height:100%;
  background: hsl(0deg 0% 0% / 32%);
}

#intro .container {
    /* min-height: 700px; */
    z-index:1;
}

h2.line-before {
    position: relative;
    padding-left:110px;
}

h2.line-before:before {
    position: absolute;
    content: "";
    width: 94px;
    top: 13px;
    left: 0;
    height: 5px;
    background: #d8999a;
}

#intro h3 {
    font-size: 32px;
    line-height: 50px;
    margin: 17px 0 32px 0;
    font-weight: 300;
    /* letter-spacing: 0; */
}

#intro p {
    max-width: 600px;
    margin: 0 0 12px 0;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #101010;
    font-size: 21px;
    line-height: 33px;
}

a.butt,
.butt {
    background: #d8999a;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 38px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 50px;
    font-weight: 400;
}

a.butt i,
.butt i {
    margin-right:7px;
}

#moreinfo {
    padding: 94px 0 90px 0;
    background: #f3f3f3;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
    overflow: hidden;
    clear: both;
}

a.butt.book-butt-more-info-section {
    display: block;
    clear: both;
    max-width: 330px;
    padding: 15px 0px;
    text-align: center;
    margin: 0 auto 34px auto;
}

#moreinfo h3 {
    font-size: 20px;
    text-align: center;
    margin: 33px 0 20px 0;
}

#moreinfo a,
#moreinfo p,
#moreinfo h2 {
    color:#fff;
}

#moreinfo h2 {
    font-size: 32.5px;
    /* letter-spacing: 0; */
    color: #000;
    text-align: center;
}

#moreinfo ul {
    float: left;
    margin-right: 23px;
    padding-top: 21px;
    font-size: 21px;
    letter-spacing: 1px;
}

#moreinfo p {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    max-width: 624px;
    color: #000;
}

#moreinfo ul li {
    margin: 11px 0;
    list-style: none;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/bullet.png) 0 0 no-repeat;
    background-size: 29px;
    padding-left: 42px;
}

#cta-strip h3 {
    float: none;
    color: #fff;
    letter-spacing: 3px;
    font-size: 37px;
    padding-top: 5px;
    display: block;
    text-align: center;
}

#cta-strip a.butt {
    background: #ffffff;
    color: #0f0f0f;
    margin: 25px auto 0 auto;
    float: none;
    display: block;
    clear: both;
    max-width: 269px;
    text-align: center;
}

#testimonials h3 {
    text-align:center;
    font-size: 32.5px;
    line-height: 40px;
    color: #fff;
}

.testimonial-entry {
    /* background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/watermark-testimonials.png) 100% 100% no-repeat #eaeaea; */
    /* background-size: 100%; */
    /* padding: 70px; */
    margin: 50px 30px 0 30px;
    font-style:italic;
    text-align: center;
}

.testimonial-entry i.fas.fa-user {
    position: relative;
    top: -21px;
    float: left;
    font-size: 30px;
    background: #d8999a;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    margin: 0 25px 0 0;
}

.testimonial-entry strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.testimonial-entry span {
    display: block;
    line-height: 24px;
    font-style:normal;
}

.testimonial-entry i.fas.fa-star {
    color: #ead00a;
    /* float: left; */
    margin: 0 3px;
    font-size: 19px;
    padding-top: 11px;
}

.slick-prev:before, .slick-next:before {
    font-size: 44px !important;
    color: hsl(0deg 0% 100% / 58%) !important;
}

.slick-prev, .slick-next {
    top: 110px !important;
}

.slick-next {
    right: -27px !important;
}

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

.slick-track {
    display:flex !important;
}

.testimonial-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 12px;
}

#testimonials a.butt {
    margin: 66px auto 0 auto;
    float: none;
    display: block;
    max-width: 306px;
    text-align: center;
    padding: 15px 0px;
}

.slick-prev:before, .slick-next:before {
    opacity: .3 !important;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1 !important;
}

img.watermark-blog {
    position: absolute;
    top: 80px;
    right: 50%;
    margin-right: -781px;
    z-index: 6;
    width: 673px !important;
}

#company-logos img {
    width:100%;
}

footer img {
    margin-bottom: 39px;
    width: 197px;
}

#sitemap {
    margin-bottom: 78px;
}

footer a,
#sitemap a {
    color: #0f0f0f;
}

#sitemap a {
    font-size: 10px;
    letter-spacing: 1px;
}

#sitemap a:hover {
    color: #d8999a;
}

#sitemap span {
    font-size: 19px;
    margin: 0 6px 0 11px;
    color: #dedede;
}

.small {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
}

#form-map {
    position:relative;
    background: #eaeaea;
    /* height: 855px; */
    overflow: hidden;
    z-index: 2;
    padding: 11px 0 104px 0;
}

body.home #form-map {
    background: #f3f3f3;
    padding: 11px 0 120px 0;
}

.fm-section {
    position:absolute;
    width:50%;
    height:100%;
    left:0;
    top:0;
    background: #eaeaea;
    overflow:hidden;
}

.fm-section.fm-right {
    left:50%;
    background: #d8999a;
}

.map-click-to-scroll {
    background: hsl(0deg 0% 0% / 6%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#address-deets {
    position:absolute;
    z-index:3;
    left:0;
    bottom: 116px;
    text-align:center;
    width: 300px;
    padding: 30px;
    height: auto;
    background:#fff;
    -webkit-box-shadow: 5px 0px 11px -4px rgba(0,0,0,0.78);
    box-shadow: 5px 0px 33px -4px rgb(0 0 0 / 34%);
}

#address-deets h4 {
    background: 0;
    background-size: 24px;
    font-size: 23px;
    max-width: 202px;
    margin: 0 auto;
    padding-left: 10px;
}

#address-deets p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0 0;
}

#address-deets a {
    color: #ffffff;
    background: #d8999a;
    padding: 13px 0;
    margin: 20px 0 0 0;
    display: block;
    font-size: 15px;
    letter-spacing: 0;
}

.vcard {
    line-height: 25px;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 17px;
}

.form-holder {
    position: relative;
    max-width: 80%;
    min-width: 800px;
    margin: 87px auto 0 auto;
    text-align:center;
}

.form-holder h3 {
    font-size: 32.5px;
    line-height: 40px;
    color: #000;
}

.form-holder p {
    color: #000;
    margin: -10px 0 39px 0;
}

#address-deets i.fas.fa-phone {
    color: #d8999a;
}

.tel {
    font-size: 19px;
    padding-top: 15px;
    letter-spacing: 2px;
}

.form-holder input {
    width: 48%;
    border: 0;
    padding: 19px;
    margin: 1%;
    font-size:14px;
    letter-spacing: 1px;
    color: #0f0f0f;
    background: #ffffff;
}

.form-holder textarea {
    width: 98%;
    height: 315px;
    border: 0;
    padding: 21px;
    margin: 1%;
    font-size: 14px;
    color: #0f0f0f;
    background: #ffffff;
}

input#submit-button {
    background: #616160;
    color: #fff;
    letter-spacing: 1px;
    font-size: 25px;
    padding: 12px;
    max-width: 135px;
    position: absolute;
    right: 0;
    bottom: 3px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0f0f0f;
    letter-spacing: 1px;
    font-size: 19px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #0f0f0f;
    letter-spacing: 1px;
    font-size: 19px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #0f0f0f;
    letter-spacing: 1px;
    font-size: 19px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #0f0f0f;
    letter-spacing: 1px;
    font-size: 19px;
}

input#submit-button:hover {
    background: #505050;
    cursor:pointer;
}

#top-strip {
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 50px;
    background: #fff;
    height: 63px;
    font-weight: 500;
}

#top-strip.scrollNav {
    background: #ffffff;
    /* border-bottom: 1px solid #d8d8d8; */
    padding-top: 0;
    height: 50px;
}

#top-strip.scrollNav .container {
    padding-top: 12px;
}

#top-strip .logonormal,
#top-strip .menuiconnormal {
    display:none;
}

#top-strip.scrollNav .logonormal,
#top-strip.scrollNav .menuiconnormal {
    display:block;
}

#top-strip.scrollNav .logowhite,
#top-strip.scrollNav .menuiconwhite {
    /* display:none; */
}

#top-strip.scrollNav .logo img {
    /* width: 209px; */
}

.fillWidth {
  position: fixed;
  z-index: -1;
  left: 0;
  top: -16%;
  min-width: 115%;
  min-height: 100%;
}

a.post-edit-link {
    position:fixed;
    z-index: 999999999999999999999;
    left:0;
    bottom:0;
    background: #cc2525;
    color:#fff;
    text-align:center;
    font-size:17px;
    padding: 12px 21px;
}

/* menu */
div#main-menu {
    position: relative;
    z-index: 9999999;
}

div#toggle:before {
    display:none;
    content: "MENU";
    position: relative;
    left: -83px;
    font-size: 22px;
    color: #115370;
}

#top-strip a.butt {
    margin-right: 158px !important;
}

div#toggle.button_container.active:before {
    color: #fff !important;
    display:none;
}

#main-menu .button_container.active {
    border: 3px solid #fff;
}

#main-menu .overlay ul li:first-child {
    margin-top: 37%;
}

/* MENU CSS */
.menu-wrapper .container {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}
.menu-wrapper .container p {
  font-size: 20px;
}
.menu-wrapper .container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FF5252;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.menu-wrapper .container a:after {
  content: "";
  position: absolute;
  background: #FF5252;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: 0.35s ease;
}
.menu-wrapper .container a:hover:after, .menu-wrapper .container a:focus:after, .menu-wrapper .container a:active:after {
  width: 100%;
}

.menu-wrapper h1 {
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.menu-wrapper .button_container {
  position: fixed;
  float: right;
  top: 63px;
  right: 47px;
  height: 70px;
  width: 73px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  background: #d8999a;
  /* padding: 10px; */
  border: 15px solid #d8999a;
  z-index: 9999999999999999999999999999;
}
.menu-wrapper .button_container:hover {
  /* opacity: 0.7; */
}
.menu-wrapper .button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.menu-wrapper .button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.menu-wrapper .button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.menu-wrapper .button_container span {
  background: #ffffff;
  border: none;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 10px;
  /* margin-bottom: 18px; */
  /* display: block; */
}
.menu-wrapper .button_container span:nth-of-type(2) {
  top: 17px;
}
.menu-wrapper .button_container span:nth-of-type(3) {
  top: 34px;
}

.menu-wrapper .overlay {
  position: fixed;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/watermark-blog2.png) 223px center no-repeat hsl(359deg 44% 70%);
  background-size: 72%;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 999999999;
}
.menu-wrapper .overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  border-top: 40px solid #fff;
}
.menu-wrapper .overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.menu-wrapper .overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.menu-wrapper .overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.menu-wrapper .overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.menu-wrapper .overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.menu-wrapper .overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.menu-wrapper .overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.menu-wrapper .overlay nav {
  position: relative;
  height: 67%;
  top: 48%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
}
.menu-wrapper .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 80%;
}
.menu-wrapper .overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 5);
  min-height: 50px;
  position: relative;
  opacity: 0;
  text-align: left;
}
.menu-wrapper .overlay ul li a {
    /* display: block; */
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 37px;
    text-align: left;
    max-width: 300px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
}
.menu-wrapper .overlay ul li a:hover {
color:#ffd8d9;
}
.menu-wrapper .overlay ul li a:hover:after, .menu-wrapper .overlay ul li a:focus:after, .menu-wrapper .overlay ul li a:active:after {
  width: 100%;
}
.menu-wrapper .overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #d8999a;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
a.ql-top.bison.hvr-pop {
    margin-right: 93px;
}
#top-strip.scrollNav .menu-wrapper .button_container span {
    /* background: #000000; */
}

#top-strip.scrollNav .menu-wrapper .button_container {
    top: 50px;
}

.menu-wrapper .button_container.active span:nth-of-type(3) {
    top: 24px;
}

#top-strip.scrollNav .menu-wrapper .button_container.active {
    top: 50px;
}

#top-strip.scrollNav .menu-wrapper .button_container.active span {
    background: #ffffff;
}

/* END MENU CSS */

#banner-main.banner-inside {
    height: 33vw;
    min-height: 600px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

#banner-main.banner-inside h1 {
    position: absolute;
    bottom: 55px;
    font-size: 50px;
    color: #FFF;
    letter-spacing: 7px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

#banner-main.banner-inside .overlay {
    /* background: hsl(0deg 0% 0% / 58%); */
    /* background: #000000; */ /* Old browsers */
    background: -moz-linear-gradient(top,  hsl(0deg 0% 0% / 78%) 0%,hsl(0deg 0% 0% / 13%) 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top,  hsl(0deg 0% 0% / 78%) 0%,hsl(0deg 0% 0% / 13%) 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom,  hsl(0deg 0% 0% / 78%) 0%,hsl(0deg 0% 0% / 13%) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#maintext {
    padding: 86px 0 88px 0;
    background: #f3f3f3;
}

.half-box {
    position:relative;
    float:left;
    width:50%;
    height: 44vw;
    background:whitesmoke;
}

.half-box.hb1,
.half-box.hb4 {
    background:#000;
}

body.page-id-13 #banner-main.banner-inside h1,
body.page-id-9 #banner-main.banner-inside h1,
body.blog #banner-main.banner-inside h1 {
    text-align: center;
    width: 100%;
}

body.page-id-13 #maintext .container,.text-intro-container {
    /* max-width: 900px; */
    /* text-align: center; */
}

#maintext .container h2 {
    font-size: 32.5px;
    letter-spacing: 4px;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 46px;
}

#maintext .container h3 {
    font-size: 23px;
    margin: 40px 0;
    letter-spacing: 4px;
    font-weight: 300;
    line-height: 36px;
}

.hb-positioner h4 {
    font-size: 40px;
    margin-top: 0;
    padding-top:0;
    letter-spacing: 1px;
}

.hb-positioner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 493px;
}

.half-box.hb1 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/alex.jpg) center center no-repeat;
    background-size: cover;
}

.half-box.hb4 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/scott.jpg) center center no-repeat;
    background-size: cover;
}

.half-box.hb1.hb1-nadyne {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/nadyne.jpg) center center no-repeat;
    background-size: cover;
}

.half-box.hb2, .half-box.hb3 {
    background: #50504f;
}

.half-box.hb2 h4,
.half-box.hb2 p,
.half-box.hb3 h4,
.half-box.hb3 p {
    color:#fff;
}

a.logo.logowhite {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    background: #FFF;
    border-radius: 50%;
    padding: 12px;
    width: 150px;
    height: 150px;
    text-align: center;
    top: -48px;
    /* margin: 0 auto; */
    /* float: none; */
}

#hb-holder {
    overflow:hidden;
    position: relative;
    z-index: 2;
}

a.service-box {
    float: left;
    background: #92aa50;
    width: 49%;
    height: 450px;
    margin: 0 2% 2% 0;
}

a.service-box:hover {
    background: #616160;
}

.end {
    /* margin-right:0 !important; */
}

.service-title {
    float: left;
    max-width: 250px;
    margin: 2px 0 0 38px;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}

.service-title h2 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
    line-height: 51px;
    font-size: 54px !important;
}

.service-img {
    float: right;
    width: calc(100% - 303px);
    height: 450px;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/excercise-therapy.png) 0 0 no-repeat;
    background-size: cover;
}

.sb2 .service-img {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/injury-prevention.png) 0 0 no-repeat;
    background-size: cover;
}

.sb3 .service-img {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/soft-tissue-techniques.png) 0 0 no-repeat;
    background-size: cover;
}

.sb4 .service-img {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/manual-therapy.png) 0 0 no-repeat;
    background-size: cover;
}

.sb5 .service-img {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/dry-needling.png) 0 0 no-repeat;
    background-size: cover;
}

.sb6 .service-img {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/taping.png) 0 0 no-repeat;
    background-size: cover;
}

.sb7 .service-img {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/breathing.png) 0 0 no-repeat;
    background-size: cover;
}

body.page-id-9 #maintext {
    padding: 60px 0 0px 0;
    text-align: center;
}

.text-intro-container {
    margin: 0 auto;
    padding-bottom: 80px;
    max-width: 800px;
}

.service-title h3 {
    color: #fff;
    font-size: 38px !important;
    margin-bottom: 15px;
    line-height: 37px;
}

#maintext .container .text-intro-container h3 {
    font-size: 33px;
    line-height: 47px;
    margin: 28px 0;
    letter-spacing: 1px;
}

#maintext .container .text-intro-container p {
    /* max-width: 700px; */
    margin: 20px auto;
}

.social.social-inside {
    margin-top: -71px;
}

.mt-with-sb {
    float: left;
    min-height: 230px;
    width: calc(100% - 376px);
}

#sidebar {
    float: right;
    width: 298px;
}

#maintext.with-sidebar {
    padding: 100px 0;
}

#maintext ul li {
    margin: 15px 25px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #101010;
    font-size: 17px;
    line-height: 29px;
}

#maintext i.fas.fa-question-circle {
    color: #92aa50;
    margin-right: 10px;
}

body.page-id-70 #banner-main.banner-inside h1,
body.page-id-76 #banner-main.banner-inside h1 {
    font-size: 94px;
    padding-right: 200px;
}

a.sidebar-link {
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 25.7px 20px 0 20px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    overflow:hidden;
    line-height: 22px;
    height: 97px;
    background-position: 104% 0 !important;
}

.ql1 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/excercise-therapy.png) 101% 0 no-repeat #d8999a !important;
    background-size: 100px !important;
}

.ql2 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/injury-prevention.png) 101% 0 no-repeat #d8999a !important;
    background-size: 100px !important;
}

.ql3 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/soft-tissue-techniques.png) 101% 0 no-repeat #92aa50 !important;
    background-size: 100px !important;
}

.ql4 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/manual-therapy.png) 101% 0 no-repeat #d8999a !important;
    background-size: 100px !important;
}

.ql5 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/dry-needling.png) 101% 0 no-repeat #d8999a !important;
    background-size: 100px !important;
}

.ql6 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/taping.png) 101% 0 no-repeat #d8999a !important;
    background-size: 100px !important;
}

.ql7 {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/breathing.png) 101% 0 no-repeat #d8999a !important;
    background-size: 100px !important;
}

a.sidebar-link:hover {
    background-color: #f1afb1 !important;
    background-size: 100px !important;
    /* background-position: 119% 0 !important; */
}

.fee-item.fi-desc {
    float: left;
    width: 79%;
    /* background: #dadada; */
    /* min-height: 90px; */
    margin: 0;
    color: #000;
    /* padding: 20px; */
    text-align: left;
}

.fee-item {
    float: left;
    width: 20%;
    border-bottom: 1px solid #000;
    /* background: #d2d2d2; */
    min-height: 89px;
    margin: 0;
    color: #000;
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    text-align: right;
}

.fee-item span {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #d8999a;
}

body.page-id-15 #banner-main.banner-inside {
    overflow: hidden;
}

body.page-id-15 .fm-section.fm-right {
    background: #616160;
}

body.page-id-15 input#submit-button {
    background: #92aa50;
    bottom: 3px;
}

body.page-id-15 input#submit-button:hover {
    background: #9ebb4d;
}

#top-strip.scrollNav .white-background {
    border: 1px solid hsl(0deg 0% 79%) !important;
    background: 0;
    color: #616160 !important;
    margin-right: 0 !important;
}

#anchor-for-quick-contact {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    top:-80px;
}

body.error404 #banner-main.banner-inside {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/oops.jpg) 0 0 no-repeat !important;
    background-size:cover !important;
    background-attachment:fixed !important;
}

body.page-id-9 .hide-on-inner-pages {
    display:none;
}

body.page-id-9 #moreinfo .container {
    max-width: 1000px;
    text-align: center;
}

body.page-id-9 #moreinfo .container ul li {
    text-align: left;
}

body.page-id-9 #moreinfo ul {
    margin: 0 68px !important;
}

.show-on-inner-pages {
    display:none;
}

body.page-id-9 .show-on-inner-pages {
    display:block;
}

body.page-id-9 #moreinfo h2 {
    font-size: 50.5px;
    letter-spacing: 2px;
    padding-right: 17px;
}

body.page-id-9 hr.show-on-inner-pages {
    width: 70px;
    margin: 28px auto 11px auto;
    border: 3px solid #92aa50;
}
a.rdmr {
    background: #d8999a;
    color: #fff;
    padding: 16px 20px;
    /* font-style: italic; */
    font-size: 17px;
    /* border-radius: 50px; */
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    /* margin-top: 50px !important; */
    /* margin-bottom: 30px !important; */
    max-width: 260px !important;
}

hr.newshr {
    border: 0;
    border-bottom: 1px dashed #d0d0d0;
    padding: 20px 0 0 0;
    margin-bottom: 28px;
}

a:focus, a:hover {
    text-decoration: none !important;
}

a.rdmr:hover {
    background: #115270;
    color:#fff;
}

.blog-item {
    float: left;
    width: 32%;
    overflow: hidden;
    margin: 0 2% 2% 0;
    border: 0;
    text-align: center;
    background: #eaeaea;
    padding-bottom: 85px;
}

.blog-item img {
    width:100%;
    height:auto;
}

.maintextarea .blog-item p {
    font-size: 17px;
    margin: 28px 0;
    line-height: 25px;
}

.blog-item:first-child {
    /* background: #34845b; */
    /* border: 0; */
    /* color: #fff; */
}

.blog-item:first-child h2 a,
.blog-item:first-child h2 a:hover {
    color: #d8999a;
}

.news-banner-img img {
    float: right;
    width: 51%;
    height: auto;
    padding: 13px;
    border: 1px solid #bbb;
    margin: 0 0 75px 75px;
}

small {
    font-size: 16px !important;
    font-weight: 600;
}

body.blog main {
    padding: 100px 0 50px 0;
}

.blog-item h2,
.blog-item p {
    padding: 0 25px;
    text-align:center !important;
    font-size: 16px !Important;
}

.blog-item a.rdmr {
    background: #d8999a;
    color: #fff;
    padding: 18px 20px;
    /* font-style: italic; */
    font-size: 17px;
    border-radius: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    bottom: 0;
    letter-spacing: 1px;
}

.blog-item a.rdmr:hover {
    background: #ec9fa1;
}

.blog-item:nth-child(3),
.blog-item:nth-child(6),
.blog-item:nth-child(9),
.blog-item:nth-child(12),
.blog-item:nth-child(15),
.blog-item:nth-child(18),
.blog-item:nth-child(21),
.blog-item:nth-child(24) {
    margin-right:0 !important;
}

.blog-item h2 {
    font-size: 22px !important;
    padding-top: 43px;
    padding-bottom: 0;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    line-height: 29px !important;
}

body.blog #maintext {
    padding: 98px 0 80px 0;
}

ul.post-categories li {
    list-style:none;
    display:inline-block;
    padding:0 !important;
    margin:0 !important;
    font-size: 15px !important;
}

ul.post-categories {
    display: inline-block;
    padding:0 !important;
    margin:0 !important;
}

body.blog small {
    font-size: 15px !important;
}

body.category #banner-main.banner-inside {
    height: 550px;
    min-height: 0;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/oops.jpg) 0 0 no-repeat !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body.blog #banner-main.banner-inside {
    /* height: 550px; */
    min-height: 600px;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/blog-banner.jpg) 0 0 no-repeat !important;
    background-size: cover !important;
    background-position: center 0 !important;
    background-repeat: no-repeat !important;
}

.split-into-cols {
    column-count: 2;
    column-gap: 100px;
}

body.single-post .split-into-cols {
    border-bottom: 1px dashed #b5b1b1;
    padding-bottom: 69px;
}

small.signle-blog-info {
    position: absolute;
    bottom: 47px;
    color: #fff;
    width: 100%;
    text-align: center;
    /* padding-top: 20px; */
}

.split-into-cols p {
    margin: 0 0 30px 0;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'open_sansregular'; */
    color: #101010;
    font-size: 20px;
    line-height: 31px;
}

body.single a.rdmr {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    border-radius: 50px;
    max-width: 330px !important;
}

body.single a.rdmr:hover {
    background: #ec9294 !important;
}

.shareicons {
    padding: 4px 0 70px 0;
    border-top: 1px dashed #000;
    margin-top: 50px;
}

.sfsi_widget.sfsi_shortcode_container:before {
    content: "Share This Article:";
    position: relative;
    font-size: 29px;
    left: -200px;
    top: 42px;
}

.sfsi_widget.sfsi_shortcode_container {
    padding-left:200px;
}

#intro a.butt.grey-background {
    margin-right: 20px !important;
}

body.single-post #testimonials, body.blog #testimonials {
    display:none;
}

body.single-post .fm-section.fm-right,
body.blog .fm-section.fm-right,
body.page-id-11 .fm-section.fm-right {
    background: #616160;
}

body.single-post input#submit-button,
body.blog input#submit-button,
body.page-id-11 input#submit-button {
    background: #92aa50;
}

body.single-post input#submit-button:hover,
body.blog input#submit-button:hover,
body.page-id-11 input#submit-button:hover {
    background: #92aa50;
    cursor: pointer;
}

.overlay-grad {
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index:2;
    background: #000000; /* Old browsers */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff00 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff00 0%,hsl(0deg 0% 0% / 57%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

body.single-post #banner-main.banner-inside h1 {
    position: absolute;
    bottom: 92px;
    font-size: 43px;
    color: #FFF;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

body.single-post #maintext .container h2 {
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 23px;
    margin: 0 0 40px 0;
    letter-spacing: 4px;
    font-weight: 300;
    line-height: 36px;
}

body.single-post #banner-main.banner-inside {
    height: 37vw;
    min-height: 570px;
}

#news-strip a.butt {
    margin-top: 17px;
    position: absolute;
    left: 50%;
    top: 500px;
    margin-left: -780px;
    width: auto;
}

#news-strip a.butt:after {
    content: 'Read Full Article';
    text-align: center;
}

ul.bullets-dark li {
    margin: 11px 0;
    list-style: none;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/bullet2.png) 0 0 no-repeat;
    background-size: 29px;
    padding-left: 42px;
    font-size: 26px !important;
    margin: 20px 0 !important;
}

ul.bullets-dark {
    margin: 28px 0;
}

#responsive-contact-strip,
.rfc-scott-under-880,
.mobile-social-links {
    display:none !important;
}

.fee-notice {
    clear: both;
    font-size: 25px;
    padding-top: 38px;
}

.fee-notice i.fas.fa-info-circle {
    color: #92aa50;
    margin-right: 10px;
}

.gdpr-check {
    clear: both;
    padding-right: 0;
    font-weight: 300;
    padding-top: 10px;
    text-align: right;
    color: #000;
    margin: -57px 9px 2px 0;
    font-size: 13px;
    line-height: 22px;
}

.gdpr-check a {
    color: #000;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

input.wpcf7-form-control.wpcf7-submit {
    float: right;
    max-width: 188px;
    font-size: 15px;
    background: #d8999a;
    color: #fff;
    padding: 13px 12px 12px 12px;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 22px;
    margin-right: 6px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    cursor:pointer;
}

p.fixd-width {
    max-width: 600px;
    margin: 21px auto 35px auto;
}

body.page-id-11 input.wpcf7-form-control.wpcf7-submit,
body.page-id-15 input.wpcf7-form-control.wpcf7-submit,
body.blog input.wpcf7-form-control.wpcf7-submit,
body.single input.wpcf7-form-control.wpcf7-submit,
body.page-id-169 input.wpcf7-form-control.wpcf7-submit {
    background: #d8999a;
}

body.page-id-169 p.bison {
    font-size: 44px;
    margin-bottom: 35px;
    line-height: 46px;
}

body.page-id-169 #sidebar {
    display:none;
}

body.page-id-169 .mt-with-sb {
    float: left;
    min-height: 0;
    width: 100%;
    text-align: center;
}

body.page-id-169 #banner-main.banner-inside h1 {
    width: 100%;
    text-align: center;
}

body.page-id-169 #testimonials {
    display: none;
}

body.page-id-169 .fm-section.fm-right {
    background: #616160;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #0000 !important;
    color: #fff !important;
    margin: 0 !important;
    background: #6d8430 !important;
    padding: 9px 0 !important;
    clear: both !important;
}

/* Cookie Popup */
#gdpr-cookie-message {
    position: fixed;
    z-index: 9999999999;
    left: 30px;
    bottom: 30px;
    max-width: 300px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    /* margin-left: 30px; */
    font-family: system-ui;
    background: #616160;
    /* text-transform: lowercase; */
}
#gdpr-cookie-message h4 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    padding: 0 0 7px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#gdpr-cookie-message h5 {
    color: #ffffff;
    font-size: 13px;
    line-height:17px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5em;
    margin: 14px 0 18px 0;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #ffffff;
    text-decoration: none;
    /* font-size: 15px; */
    padding-bottom: 2px;
    border-bottom: 1px dotted rgb(255 255 255);
    transition: all 0.3s ease-in;
    font-family: 'Montserrat', sans-serif;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #92aa50;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #d8999a;
    color: white;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 00;
    /* text-transform: lowercase; */
    font-weight: 500;
    padding: 13px 0;
    width: 122px;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #d8999a;
    color: #ffffff;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: none;
    color: #ffffff;
    /* padding: 8px 14px; */
    border: 1px solid #ffffff;
    font-size: 10px;
    margin-right: 0;
    /* font-weight: 400; */
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

button#gdpr-cookie-advanced:hover {
    background:none;
}

/* END Cookie Popup */

h2.smallerh2 {
    font-size: 34px !important;
}

body.page-id-9 h2.smallerh2 {
    font-size: 58px !important;
}

body.single .alignright {
    width: 100%;
    height: auto;
    clear: both;
    float: none;
    margin: 10px 0 30px 0;
}

body.single #maintext .container h3 {
    margin-bottom: 20px;
}

ul.post-categories a {
    color:#fff;
}

.references p {
    font-size: 16px !important;
}

#maintext ul.post-categories a {
    color: #000 !important;
}

body.blog #maintext .container {
    display: flex;
    flex-wrap: wrap;
}

.blog-item p:last-child {
    display: none;
}

#moreinfo a {
    color: #d8999a;
    color: #fff;
    margin-top: 36px;
}

.form-holder p a {
  color: #000;
}

.blog-box {
    background: #eaeaea;
    padding: 30px 35px 11px 37px;
    margin-bottom: 30px;
}

#covidnotice {
    position: fixed;
    bottom: 47px;
    left: 0;
    width: 100%;
    padding: 15px 15px 8px 15px;
    background: #d8999a;
    color: #fff;
    text-align: center;
    z-index: 9998;
}

#covidnotice p,
#covidnotice h2 {
    color: #fff !important;
}

#covidnotice p {
    margin: 0 auto;
    font-size: 17px;
    line-height: 20px;
    display: none;
}

#covidnotice h2 {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 7px;
    color: #ffffff !important;
    font-weight: 400;
    letter-spacing: 1px;
}

i.far.fa-times-circle {
    margin-left: 10px;
    font-size: 23px;
    position: relative;
    top: -1px;
}

body.single-post #maintext img {
    width: 100% !important;
    height: auto !important;
}

.show-only-on-homepage {
    display:none;
}

body.home .show-only-on-homepage {
    display:block;
}

body.archive.category #maintext .container {
    display: flex;
    flex-wrap: wrap;
}

body.blog small {
    font-size: 15px !important;
    display: block;
    margin: -14px 0 0 0;
}

#border.border-right {
    position:fixed;
    width: 47px;
    right:0;
    top:0;
    height:100%;
    z-index:99999999999999;
    background:#fff;
}
#border.border-left {
    position:fixed;
    width: 47px;
    left:0;
    top:0;
    height:100%;
    z-index:99999999999999;
    background:#fff;
}
#border.border-bottom {
    position:fixed;
    width:100%;
    left:0;
    bottom:0;
    height: 47px;
    z-index:99999999999999;
    background:#fff;
}

#top-strip.scrollNav .logowhite {
    top: 0;
    width: 120px;
    height: 120px;
    margin-left: -60px;
}

.teltop {
    position: fixed;
    top: 0;
    left: 47px;
    z-index: 9999999;
    top: 23px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.emailtop {
    position: fixed;
    top: 0;
    right: 47px;
    z-index: 9999999;
    top: 23px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

#top-strip.scrollNav .teltop,
#top-strip.scrollNav .emailtop {
    top: 16px;
}

div#toggle.active {
    top: 40px;
}

#top-strip.scrollNav .menu-wrapper .button_container.active {
    top: 40px;
}

div#toggle.active {
    top: 40px;
}

.side-logo {
    position:fixed;
    left: -134px;
    top: 50%;
    margin-top: -51px;
    z-index: 99999999999;
    transform: rotate(270deg);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
}

.side-logo img {
    width: 34px;
    height:auto;
    position: relative;
    top: 14px;
    margin-right: 9px;
}

.menu-wrapper .button_container.active span:nth-of-type(3) {
    top: 28px;
}

.menu-wrapper .button_container.active .top {
    top: 6px;
}

img.introimage {
    float: left;
    margin-top: -182px;
    margin-left: -40px;
    width: 549px;
    height: auto;
}

.intro-text {
    float: right;
    width: calc(100% - 600px);
}

#covidnotice a {
    color:#fff;
    text-decoration: underline;
}

.three-col {
    display: inline-block;
    width: 29%;
    margin: 2%;
    vertical-align: top;
    text-align: center !important;
}

.three-col img {
    width:100%;
    height:auto;
    margin-left: -12px;
}

.three-col:last-child {
    margin-right:0 !important;
}

.three-col h3 {
    font-weight: 400;
    margin: 30px 0 25px 0;
    font-size: 21px;
}

.slick-slide p {
    color: #fff;
    position:relative;
}

.slick-slide p i.fas.fa-quote-left {
    position: relative;
    left: -6px;
}

.two-col {
    position: relative;
    float: left;
    width: 47%;
    margin-right: 6%;
}

.two-col img {
    width:100%;
    height:auto;
    margin-left: -18px;
}

.two-col:last-child {
    margin-right:0 !important;
}

#news-strip-section {
    padding: 90px 0 110px 0;
    background: #eaeaea;
}

.two-col h3 {
    font-weight: 400;
    margin: 30px 0 25px 0;
    font-size: 21px;
    line-height: 35px;
}

.two-col p {
    color: #000;
    margin-top: 20px;
}

.two-col a.butt,
.two-col .butt {
    margin-top: 24px;
}

p.callusnow {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}

p.callusnow i {
    color: #d8999a;
    margin-right:3px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:2px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:2px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:2px;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:2px;
}

span.wpcf7-list-item.first.last {
    display: inline;
}

#app-listing {
    position:relative;
    padding: 100px 0;
    background: #eaeaea;
    z-index: 3;
}

img.app-phone {
    position: absolute;
    top: -153px;
    right: 0;
}

#insta-feed {
    position:relative;
    clear: both;
    text-align: center;
    background: #f3f3f3;
    padding: 64px 0 0 0;
    overflow:hidden;
    line-height:0;
}

.insta-overlay {
    position: absolute;
    display:block;
    background: hsl(0deg 0% 0% / 27%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 23.25vw;
    z-index: 3;
}

.insta-overlay:hover {
    background: hsl(0deg 0% 0% / 10%);
}

#insta-feed h3 {
    font-size: 32.5px;
    line-height: 40px;
    color: #000;
}

footer img {
    width:100px;
    height:auto;
}

#insta-feed img {
    width: 95%;
    height: auto;
    margin-top: 59px;
}

footer img {
    width: 81px;
    height: auto;
    position: relative;
    top: 43px;
    margin: 0 20px;
}

.page-section {
    padding: 105px 0 73px 0;
    background:#f3f3f3;
}

.page-section:nth-child(even) {
    background:#eaeaea;
}

body.page-id-13 #maintext {
    padding: 0;
}

.page-section img {
    float: left;
    width: 500px;
    height: auto;
}

.p-s-text {
    float: right;
    width: calc(100% - 600px);
    margin-top: -41px;
}

.page-section:nth-child(even) img {
    float: right;
}

.page-section:nth-child(even) .p-s-text {
    float: left;
    width: calc(100% - 600px);
}

.page-section p {
    font-size: 18px;
    margin: 30px 0;
}

.page-section p:first-child {
    margin-top:0;
}

a.butt.book-butt-more-info-section.on-page-book-button {
    margin: 42px 0 0 0 !important;
}

body.home #moreinfo h3 {
    /* text-align: left; */
}

body.page-id-9 .text-intro-container {
    text-align:center;
}

body.page-id-9 .page-section p {
    font-size: 18px;
    margin: 30px auto;
    max-width: 900px;
}

body.page-id-9 .page-section img {
    width: 100%;
}

body.page-id-9 .page-section:nth-child(even) {
    padding: 128px 0 82px 0;
}

body.page-id-9 .page-section a.butt {
    margin-top: 0;
}

body.page-id-9 #maintext .container h3 {
    margin: 18px 0 -7px 0;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 25px;
}

body.home #moreinfo .three-col h3 {
    text-align: center;
}

body.page-id-9 #maintext .three-col h3,
body.page-id-9 #maintext .three-col p {
    text-align: center;
}

body.page-id-9 #maintext .three-col a.butt {
    float:left;
}

.page-section.secondary-section {
    padding: 66px 0 94px 0;
}

.snaz-map {
    height:650px;
    position:relative;
    overflow:hidden;
}

.map-click-to-scroll {
    /* background: #cc2828ed; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.address-deets-box {
    position:absolute;
    width: 337px;
    height: 286px;
    background: #f3f3f3;
    left:0;
    top: 50%;
    margin-top: -142px;
    z-index:3;
    -webkit-box-shadow: 0 10px 30px 0px rgb(138 138 138);
    box-shadow: 0 10px 17px 0px rgb(0 0 0 / 12%);
    padding: 33px 0px 0px 84px;
}

.address-deets-box h2 {
    font-size: 23px !important;
}

.snaz-map iframe {
    margin-left:-10%;
}

a.getdirect {
    text-transform: uppercase;
    letter-spacing: 0px;
}

.vcard.vcardhomepage div {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
}

.vcard.vcardhomepage {
    margin-top: -44px;
    font-size: 11px;
    letter-spacing: 1px;
}

.vcard.vcardhomepage i {
    margin:0 5px;
}

body.page-id-3 h1 {
    font-size: 33px;
    font-weight: 300 !important;
}

body.page-id-3 #maintext .container h2 {
    font-size: 22px;
    letter-spacing: 4px;
    margin: 30px 0;
    font-weight: 300;
}

body.page-id-3 #maintext.with-sidebar {
    padding: 100px 0 16px 0;
}

body.page-id-3 .col2 h1 {
    padding-top: 0;
    margin-top: 0;
}

body.single #maintext {
    padding: 86px 0 72px 0;
}

.slick-prev {
    left: -42px !important;
}

.slick-next {
    right: -18px !important;
}

#maintext .page-section .container h2 {
    font-size: 26px;
}


#maintext .page-section .container img {
    margin-top: -67px;
}

body.page-id-9 .page-section {
    padding: 25px 0 57px 0;
}

body.page-id-9 .page-section.secondary-section {
    padding: 134px 0 87px 0 !important;
}

#feetable {
    display: flex;
    flex-wrap: wrap;
    margin-top: -21px;
}

body.page-id-13 .page-section {
    padding: 105px 0 73px 0;
}

body.page-id-13 #maintext .page-section .container img {
    margin-top: -67px;
}

#maintext p {
    font-size: 18px;
    margin: 30px 0;
    font-weight: 300;
}

span.page-quote {
    font-style: italic;
    background: #e8e8e8;
    display: block;
    padding: 25px;
    font-size: 25px;
    border-radius: 4px;
    line-height: 38px;
}

span.page-reference {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}

.highlight {
    /* border: 1px solid #e6e6e6; */
    padding: 0 50px 50px 50px;
    margin: 48px 0;
    border-radius: 0;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 0px 15px -3px #000000;
    box-shadow: 0px 15px 14px -16px hsl(0deg 0% 86%);
}

body.single .split-into-cols p:first-child {
    margin-top: 0 !important;
}

ul.twocolul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#maintext .highlight ul li {
    /* margin: 10px 25px; */
    line-height: 25px;
}

#maintext .highlight ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#maintext .highlight ul li:first-child {
    margin-top: 0;
}

#nbt-form {
    background: #fbfbfb;
    border-radius: 4px;
    position: relative;
    margin-bottom: 40px;
}

#nbt-form-holder {
    padding: 10px 20px 0px 20px;
    text-align: center;
}

#nbt-form h3 {
    background: #8caade;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    margin: 0 0 50px 0;
}

#nbt-form h4 {
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 400 !important;
    line-height: 29px;
    text-transform: none;
    letter-spacing: 0;
}

#nbt-form .wpcf7-list-item {
    display: inline-block;
    margin: 0 37px;
    /* color: #fff; */
    font-weight: 400;
    font-size: 17px;
}

.quest-no {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 19px;
    padding-bottom: 30px;
    color: #8caade;
}

#nbt-form .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: 80px;
    text-align: center !important;
    display: inline-block;
}

#nbt-form .cf7mls_next.action-button {
    background-color: #8caade;
    margin-left: 17px;
}

#nbt-form .cf7mls_next.action-button:hover {
    background-color: #3f67ad;
}

#nbt-form input {
    padding: 13px;
    width: 90%;
    margin: 0 0 15px 0;
    border: 1px solid #9a9a9a;
}

#nbt-form textarea {
    height: 180px;
    padding: 13px;
    width: 90%;
    margin: 0 auto 15px auto;
    border: 1px solid #9a9a9a;
}

#nbt-form input[type="checkbox"] {
margin: 0 auto !important;
width: 13px;
display: block;
}

#nbt-form .gdpr-check input[type="checkbox"] {
    display: inline-block !important;
    width: 13px;
    margin: 0 4px !important;
}

#nbt-form input.wpcf7-form-control.wpcf7-submit {
    border: 0;
    margin: 16px 0px 26px;
    position: relative;
    top: 31px;
}

#nbt-form .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 18px;
    border: 2px solid #b37879;
}

#nbt-form .fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    margin-top: -1px;
}

#nbt-form p {
    font-size: 18px;
    margin: 17px 0;
}

#nbt-form .gdpr-check {
    margin: -36px 9px -29px 0;
}

#nbt-form input.wpcf7-form-control.wpcf7-submit {
    background: #8caade;
}

#nbt-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #678fd4 !important;
}

body.parent-pageid-9 .mt-with-sb {
    float: none;
    width: 100%;
    margin: 0 auto;
}

body.parent-pageid-9 #sidebar {
    float: none;
    clear: both;
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
}

body.parent-pageid-9 #maintext .container {
    max-width: 100%;
    width: 100%;
}

body.parent-pageid-9 a.sidebar-link {
    width: 31.3%;
    float: left;
    margin: 1%;
    text-align: left;
}

body.parent-pageid-9 .page-section .container {
    width: 1000px !important;
}

body.parent-pageid-9 .page-section {
    padding: 38px 0;
}

body.parent-pageid-9 #maintext.with-sidebar {
    padding: 24px 0 0px 0;
}
    
body.parent-pageid-9 .highlight {
    margin: 36px 0;
    padding-top: 24px;
}

body.parent-pageid-9 #maintext .container h3 {
    margin: 25px 0;
}

.page-section.ps-qls {
    text-align: center;
    padding: 50px 0;
    margin-top: 0;
}

body.page-id-398 .page-section.ps-qls {
    margin-top: 36px;
}

.page-section.ps-qls .container h2 {
    padding-top: 19px;
    margin-bottom: -9px;
}

#maintext .page-section.ps-qls .container h3 {
    margin: -18px 0 -27px 0;
}

body.parent-pageid-9 .page-section.ps-qls {
    padding: 62px 0 90px 0;
}

#maintext .highlight ul.newlh li {
    line-height: 17px !important;
}

body.page-id-407 .page-section.ps-qls {
    background: #f3f3f3;
}

body.page-id-398 .page-section .two-col strong {
    margin: 0 0 -11px 0;
    display: block;
    line-height: 24px;
}

body.page-id-398 .page-section .two-col {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-top: -26px;
}

body.parent-pageid-9 .highlight.high2 {
    margin: 15px 0 39px 0;
    padding-top: 42px;
}

.blue-butt {
    background:#8caade !important;
}

.blue-butt:hover {
    background:#8caade !important;
}

img.testimonial-logo {
    float: right !important;
    width: 400px;
    margin: 0 0 25px 25px !important;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.three-col p {
    font-size: 19px;
}

body.page-id-403 #maintext ul li {
    margin-left: 18px;
}

.stars i {
    float: left;
    margin-right: 5px;
    color: #ead00a;
}

.stars {
    margin-top: -20px;
}

.tc-test {
    background: #fff;
    padding: 0px 36px 36px 36px;
    margin-bottom: 37px;
    margin-top: 20px;
}

body.page-id-405 .tc-test {
    padding: 8px 36px 4px 36px;
}

a.butt.book-butt-more-info-section.smlr-butt {
    max-width: 255px;
}

body.page-id-407 .two-col.tc-test {
    width: 100%;
}

body.page-id-407 .page-section a.butt {
    margin-top: 9px;
    margin-bottom: 10px;
}

body.page-id-407 #maintext .highlight ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

body.page-id-9 .page-section .butt {
    margin-top: 2px;
    float: none;
}

body.page-id-403 .highlight {
    padding-top: 42px;
}

body.page-id-403 .page-section.ps-qls {
    background: #f3f3f3;
}

#maintext .highlight.higlight-fullspan ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

img.on-page-accreditaion {
    margin: 0 !important;
    float: none !important;
    clear: both;
    max-width: 300px;
}

strong.bywho {
    font-size: 15px;
    padding-left: 12px;
}

body.page-id-398 .page-section.ps-qls {
    padding: 22px 0 90px 0;
    background: #f3f3f3;
}

img.testimonial-logo.testimonial-logo2 {
    float: right;
    width: 200px;
}

body.postid-647 #banner-main.banner-inside {
    background-position: center -213px;
}

.ln-title {
    position: absolute;
    z-index: 3;
    background: #8caade;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    top: 31px;
    left: 2px;
}

#adio-online {
    font-size:10px;
    text-transform:uppercase;
    margin:30px auto;
    width:100%;
    text-align:center;
    color:#000;
    letter-spacing:1px;
}

#adio-online a {
    color:#000;
}

body.page-id-401 .page-section.ps-qls {
    background: #f3f3f3;
}

a.sidebar-link.ql7 {
    padding: 14.9px 20px;
}

body.parent-pageid-9 #maintext .page-section .container h2 {
    font-size: 23px;
}

.two-col.tc-test.end {
    margin-right: 0 !important;
}

.flex-container {
    display:flex;
    flex-wrap:wrap;
}

body.page-id-9 a.butt.book-butt-more-info-section.on-page-book-button {
    margin: 0 auto 52px auto !important;
}

.full-width-butty {
    max-width:100% !important;
    width:100%;
}

body.page-id-398 .page-section.ps-qls {
    padding: 51px 0 85px 0;
    background: #eaeaea;
}

body.page-id-398 .tc-test {
    background: #fff;
    padding: 5px 36px 11px 36px;
    margin-bottom: 0;
    margin-top: 20px;
}

body.blog .blog-item {
    background: #ffffff;
}

p.intro-services-text {
    margin: 0 auto 47px auto !important;
}

.old-new-posts {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    border-top: 1px dashed #000;
    margin: 24px 0 0 0;
}

.old-new-posts a {
    display: inline-block;
    padding: 15px 20px;
    background: #d8999a;
    color: #fff;
    margin-top: 28px;
    margin-bottom:30px;
}

.old-new-posts a:hover {
    background: #bf7778;
}





















/* =================================================================================
3.0  Transitions / Clearing CSS ---------------------------------------------------------
==================================================================================== */

/* clear floated elements */

#topstrip:after,
.container:after,
header:after,
#moreinfo:after,
.testimonial-entry span:after,
#form-map:after,
#hb-holder:after,
#maintext:after,
#sidebar:after,
#feetable:after,
.responsive-flex-container:after,
#responsive-contact-strip:after,
.highlight:after {
  content:".";
  clear:both;
  height:0;
  display:block;
  visibility:hidden;
  }

/* END clear floated elements */

/* transitions */

a,
#social a,
.social a i,
#return-to-top i,
.slick-prev:before,
.slick-next:before,
input#submit-button,
#top-strip.scrollNav,
#top-strip.scrollNav .container,
#top-strip .logo,
#top-strip.scrollNav .logo,
#top-strip.scrollNav .menu-wrapper .button_container span,
#top-strip.scrollNav .menu-wrapper .button_container,
#top-strip.scrollNav .menu-wrapper,
.emailtop,
.teltop,
#nbt-form .cf7mls_next.action-button,
#insta-feed .insta-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* END transitions */

/* return to top */

#return-to-top {
  position: fixed;
  bottom: 47px;
  right: 47px;
  background: rgb(219 137 139);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  z-index: 9998;
  display: none;
  -webkit-border-radius: 45px;
  border-radius: 0;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: 11px;
  font-size: 22px;
}

#return-to-top:hover {
  background: rgb(239 152 155);
}

#return-to-top:hover i {
  color: #fff;
  top: 8px;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pop {
  50% { 
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.hvr-pop,
input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active,
input.wpcf7-form-control.wpcf7-submit:hover,input.wpcf7-form-control.wpcf7-submit:focus,input.wpcf7-form-control.wpcf7-submit:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.fade-in {
    -webkit-animation: fadein 1.3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.3s; /* Firefox < 16 */
        -ms-animation: fadein 1.3s; /* Internet Explorer */
         -o-animation: fadein 1.3s; /* Opera < 12.1 */
            animation: fadein 1.3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* scroll down arrow */
.down-container {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 9;
    margin: 0 auto;
    bottom: 91px;
    left: 0;
    right: 0;
}

.chevron {
    position: absolute;
    width: 40px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: rgba(255, 255, 255, 0.8);
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

































/* =================================================================================
4.0  Media Queries ---------------------------------------------------------
==================================================================================== */

@media (max-width: 1720px) {
    #news-strip .container {
    left: 0;
    margin-left: 0;
}

#news-strip h2,
a.bloghometext,
#news-strip p,
#news-strip a.butt {
    left: 86px;
    margin-left: 0;
}

} /* END 1720 */

@media (max-width: 1600px) {

#intro .container {
    background-size: 567px;
}

#intro {
    padding: 120px 0 80px 0;
}

#cta-strip h3 {
    /* font-size: 50px; */
}

.testimonial-entry {
    /* padding: 40px; */
    /* margin: 50px 25px 0 25px; */
}

body.single-post #banner-main.banner-inside h1 {
    /* font-size: 72px; */
}

} /* END 1600 */


@media (max-width: 1430px) {

.container {
    max-width: 1000px;
}

img.introimage {
    width: 450px;
    margin-top: -164px;
}

.intro-text {
    width: calc(100% - 469px);
}

h1, h2, h3, h4, h5 {
    letter-spacing: 2px;
}

.intro-text h2 {
    font-size: 20px;
}

#intro h3 {
    margin: 12px 0 7px 0;
}

#intro {
    padding: 95px 0 84px 0;
}

a.butt {
    margin-top: 10px;
}

.three-col h3 {
    font-size: 19px;
}

.slick-prev, .slick-next {
    top: 109px !important;
}

img.app-img-one {
    width: 63%;
}

#intro p {
    font-size: 20px;
}

body.page-id-9 #maintext .container h3 {
    font-size: 16px;
    letter-spacing: 1px;
}

#insta-feed {
    padding: 138px 0 0 0;
}

}

@media (max-width: 1400px) {

h1.banner-h1 {
    /* font-size: 10vw; */
    /* line-height: 9vw; */
    /* margin-top: -11vw; */
}

.social {
    margin-top: -11.6vw;
}

#intro h3 {
    /* font-size: 85px; */
    /* line-height: 90px; */
}

h2.line-before {
    font-size: 28px;
}

#intro .container {
    background-size: 467px;
}

#intro p {
    max-width: 500px;
}

#intro .container {
    padding-top: 0;
}

#intro h3 {
    /* font-size: 103px; */
    /* line-height: 104px; */
    /* margin: 23px 0 0 0; */
}

a.butt {
    margin-top: 12px;
}

#intro p {
    margin-top: 14px;
}

#intro {
    /* padding: 120px 0 120px 0; */
}

#intro .container {
    min-height: auto;
    /* overflow: hidden; */
}

#cta-strip h3 {
    /* font-size: 20px; */
    /* padding-top: 8px; */
}

#cta-strip a.butt {
    /* font-size: 21px; */
}

.testimonial-entry {
    /* margin: 50px 15px 0 15px; */
}

.menu-wrapper .overlay ul li a {
    /* font-size: 62px; */
}

#banner-main.banner-inside {
    height: 450px;
}

.social.social-inside a {
    /* height: 50px; */
    /* width: 50px; */
    margin: 0 0 10px 0;
}

.social.social-inside {
    margin-top: -39px;
}

body.page-id-70 #banner-main.banner-inside h1, body.page-id-76 #banner-main.banner-inside h1 {
    font-size: 73px;
    line-height: 73px;
    padding-right: 200px;
}

body.blog #banner-main.banner-inside {
    height: 450px;
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/blog-banner.jpg) center center no-repeat !important;
    background-size: cover;
}

.blog-item h2, .blog-item p {
    padding-right:25px;
    padding-left:25px;
}

body.single-post #banner-main.banner-inside h1 {
    font-size: 46px;
}



} /* END 1400 */


@media (max-width: 1340px) {

.half-box.hb2, .half-box.hb3 {
    width: 44%
}

.hb-positioner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 75px;
}

.half-box.hb1, .half-box.hb4 {
    width: calc(100% - 44%);
}

.responsive-flex-container {
    display: flex;
}

.half-box {
    height: auto;
}

#news-strip h2,
a.bloghometext,
#news-strip p,
#news-strip a.butt {
    left: 55px;
    margin-left: 0;
}

#news-strip .container img {
    width: 117%;
}



} /* END 1340 */



@media (max-width: 1260px) {

.ql-top, .menu-icon {
    margin-left: 20px;
    font-size: 21px;
}

.menu-wrapper .button_container span:nth-of-type(2) {
    /* top: 22px; */
}

.menu-wrapper .button_container span:nth-of-type(3) {
    /* top: 43px; */
}

#intro h3 {
    /* font-size: 95px; */
}

img.watermark-blog {
    margin-right: -930px;
    top: 51px;x
}

.form-holder {
    max-width: 450px;
    /* margin-top: 94px; */
}

.form-holder p {
    font-size: 19px;
    line-height: 27px;
}


} /* END 1260 */


@media (max-width: 1200px) {

.blog-item:nth-child(3), .blog-item:nth-child(6), .blog-item:nth-child(9), .blog-item:nth-child(12), .blog-item:nth-child(15), .blog-item:nth-child(18), .blog-item:nth-child(21), .blog-item:nth-child(24) {
    margin-right: 2% !important;
}

body.postid-647 #banner-main.banner-inside {
    background-position: center center;
}

.hide-on-responsive,
img.watermark-blog {
    display:none;
}

#covidnotice {
    font-size: 12px;
    padding: 20px 100px;
    line-height: 12px;
}

i.far.fa-times-circle {
    font-size: 23px;
}


#responsive-contact-strip {
    display: block !important;
    position:fixed;
    bottom: 0px;
    left:0;
    z-index:999;
    width:100%;
}

#responsive-contact-strip .ql-top {
    margin: 0 !important;
    width: 33.3% !important;
    font-size: 16px !important;
    float: left !important;
    text-align: center;
    padding: 15px 0px;
    text-transform: uppercase;
}

a.ql-top.bison.white-background {
    border: 0 !important;
    background: #d8999a;
    padding: 13px 0px;
}

a.ql-top.bison.greyback {
background: #a5a5a5;
}

#return-to-top {
    display:none !important;
}

.social a {
    height: 45px;
    width: 45px;
    margin: 0 0 18px 0;
}

.social a i {
    line-height: 45px;
    font-size:20px;
}

#intro h3 {
    /* font-size: 60px; */
    /* line-height: 65px; */
}

h2.line-before {
    position: relative;
    padding-left: 40px;
    font-size: 24px !important;
}

h2.line-before:before {
    position: absolute;
    content: "";
    width: 31px;
    top: 11px;
    left: 0;
    height: 4px;
    background: #92aa50;
}

#intro .container {
    background-size: 43vw;
}

#intro p {
    max-width: 373px;
    font-size: 18px;
    line-height: 28px;
}

a.butt {
    font-size: 15px;
}

#intro {
    padding:82px 0 86px 0;
}

#moreinfo {
    padding: 62px 0 70px 0;
}

#moreinfo h2,
#testimonials h3,
#news-strip h2 {
    /* font-size: 60px; */
    /* line-height: 65px; */
}

#testimonials .container {
    width: 86%;
}

#cta-strip {
    padding: 56px 0;
}

#testimonials {
    padding: 63px 0 73px 0;
}

#news-strip img {
    width: 130%;
}

#news-strip {
    height: 627px;
}

#news-strip h4 {
    font-size: 37px;
}

.form-holder {
    max-width: 351px;
    margin: 73px auto 0 auto;
}

.form-holder h3 {
    font-size: 34px;
}

#form-map {
    height:744px;
}

footer {
    padding: 22px 0 107px 0;
}

#banner-main.banner-inside {
    height: 350px;
}

#top-strip {
    padding-top: 30px;
}

#maintext {
    padding:60px 0 42px 0;
}

.half-box.hb2, .half-box.hb3 {
    width: 96%;
}

p {
    font-size: 18px;
    line-height: 27px;
}

#cta-strip h3 {
    font-size: 3.3vw;
    padding-top: 9px;
}

a.butt {
    padding: 16px 30px;
}

.hb-positioner {
    padding: 50px;
}


a.service-box {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

body.page-id-9 #maintext {
    padding:63px 0 46px 0;
}

.text-intro-container {
    padding-bottom: 14px;
}

body.page-id-9 #moreinfo ul {
    margin: 0 32px !important;
}

body.page-id-9 #moreinfo .container {
    max-width: 772px;
}

body.page-id-9 #moreinfo h2 {
    font-size: 42.5px;
    padding-left: 20px;
}

#banner-main.banner-inside h1 {
    font-size: 65px;
}

body.page-id-70 #banner-main.banner-inside h1, body.page-id-76 #banner-main.banner-inside h1 {
    font-size: 60px;
    line-height: 62px;
    padding-right: 200px;
}

#banner-main.banner-inside h1 {
    position: absolute;
    bottom: 42px;
}

#sidebar {
    width: 280px;
}

a.sidebar-link, a.sidebar-link:hover {
    background-position: 113% 0 !important;
}

.mt-with-sb {
    width: calc(100% - 350px);
}

#maintext.with-sidebar {
    padding: 68px 0 40px 0;
}

.fee-item {
    font-size: 26px;
}

body.page-id-11 #maintext.with-sidebar {
    padding: 68px 0 60px 0;
}

body.blog #banner-main.banner-inside {
    height: 350px;
}

.blog-item {
    float: left;
    width: 46%;
    margin: 0 2% 4% 2%;
}

body.blog #maintext {
    padding:62px 0 40px 0;
}

body.single-post #banner-main.banner-inside {
    height: 37vw;
    min-height: 521px;
}

body.single-post .split-into-cols {
    padding-bottom: 28px;
}

#banner-main,
#moreinfo {
    background-attachment:scroll !important;
}

body.page-id-9 #banner-main {
    background-position: center 0 !important;
}

.form-holder textarea {
    height: 121px;
}

h2.smallerh2 {
    font-size: 41px !important;
    line-height: 44px !important;
}

body.page-id-9 h2.smallerh2 {
    font-size: 48px !important;
}

body.page-id-247 #banner-main.banner-inside {
    background-position: center 0;
}

#news-strip a.butt {
    top: 432px;
}

a.bloghometext {
    top: 221px;
}

#news-strip p {
    top: 342px;
}

#news-strip a.butt {
    top: 418px;
}

a.logo.logowhite {
    top: -32px;
}

body.page-id-15 #banner-main.banner-inside {
    background-position: center 41px;
}

.teltop,
.emailtop,
.border-left,
.border-right,
.border-bottom,
.side-logo,
.social {
    display:none;
}

.menu-wrapper .button_container {
    top: 0;
    right: 0;
    height: 64px;
    width: 66px;
}

.menu-wrapper .button_container span:nth-of-type(2) {
    top: 13px;
}

.menu-wrapper .button_container span:nth-of-type(3) {
    top: 26px;
}

#top-strip.scrollNav .menu-wrapper .button_container {
    top: 0;
}

#top-strip.scrollNav,
#top-strip {
    height: 64px;
}

img.introimage {
    width: 340px;
}

.intro-text {
    width: calc(100% - 323px);
}

#intro p {
    max-width: 100%;
}

#intro h3 {
    line-height: 36px;
}

#intro {
    height:auto;
}

#news-strip-section {
    padding: 90px 0 95px 0;
}

img.app-phone {
    width: 342px;
}

#insta-feed img {
    width: 100%;
}

.insta-overlay {
    height: 24.2vw;
}

.menu-wrapper .overlay.open {
    border-top: 0px solid #fff;
}

div#toggle.active,
#top-strip.scrollNav .menu-wrapper .button_container.active {
    top: 0;
}

.page-section img {
    float: left;
    width: 31vw;
    height: auto;
}

.p-s-text,
.page-section:nth-child(even) .p-s-text {
    width: calc(100% - 35vw);
}

#banner-main.banner-inside {
    height: 450px;
    min-height: 0;
    background-position: center 61px !important;
}

#banner-main.banner-inside h1 {
    bottom: 35px;
    font-size: 44px;
    font-weight: 300;
}

body.page-id-9 #maintext .container h3 {
    letter-spacing: 1px;
}

#form-map {
    min-height:0;
    height:auto;
    padding-bottom:76px;
}

body.parent-pageid-9 .page-section .container {
    max-width: 92% !important;
}

body.blog #banner-main.banner-inside {
    height: 450px;
    min-height: 0;
}

.menu-wrapper .button_container.active span:nth-of-type(3) {
    top: 23px;
}

.menu-wrapper .button_container.active .top {
    top: 1px;
}

#testimonials {
    background-attachment:scroll!important;
}

#top-strip.scrollNav .logowhite,
#top-strip {
    -webkit-box-shadow: 0px 0px 15px -3px #000000;
    box-shadow: 0px 15px 14px -24px #000000;
}

} /* END 1200 */


@media (max-width: 1040px) {

#news-strip .container img {
    top: -4%;
}

}


@media (max-width: 880px) {

#form-map iframe,
.social.social-inside,
.rfc-scott-above-880,
.down-container {
    display:none !important;
}

h1.banner-h1 {
    /* font-size: 14vw; */
    /* line-height: 14vw; */
    /* margin-top: -14vw; */
}

.social {
    margin-top: -13.8vw;
}

.logo img {
    /* width: 193px; */
}

.menu-wrapper .button_container {
    /* width: 54px; */
}

.menu-wrapper .button_container span:nth-of-type(2) {
    /* top: 17px; */
}

.menu-wrapper .button_container span:nth-of-type(3) {
    /* top: 34px; */
}

.menu-wrapper .button_container {
    /* top: -4px; */
}

#top-strip.scrollNav .logo img {
    /* width: 172px; */
}

#top-strip.scrollNav .menu-wrapper .button_container {
    /* top: 14px; */
}

.menu-wrapper .overlay nav {
    height: 90%;
}

.menu-wrapper .overlay ul li {
    min-height: 0;
    height: calc(100% / 6);
}

.menu-wrapper .overlay ul li a {
    font-size: 27px;
    color: #fff;
}

.menu-wrapper .overlay {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/watermark-blog2.png) 223px center no-repeat hsl(359deg 40% 67%);
    background-size: 88%;
}

#intro .container {
    background: none;
}

#intro p {
    max-width: 100%;
}

#cta-strip h3 {
    font-size: 5.7vw;
}

#cta-strip {
    padding: 31px 0 49px 0;
}

#cta-strip .container {
    text-align:center;
}

#cta-strip a.butt {
    font-size: 21px;
    clear: both;
    float: none;
    margin: 0 auto 0 auto;
    display: block;
    max-width: 178px;
    text-align: center;
    /* top: 10px; */
}

#cta-strip h3 {
    /* padding-top: 0; */
    font-size: 28px;
    padding-bottom: 20px;
    float: none;
}

.slick-prev, .slick-next {
    top: 250px !important;
}

#testimonials .container {
    width: 74%;
}

#moreinfo ul {
    font-size: 21px;
}

#moreinfo ul li {
    background-size: 20px;
    padding-left: 28px;
}

#testimonials a.butt {
    /* max-width: 100%; */
}

#news-strip h2 {
    font-size: 50px;
}

#news-strip img {
    width: 155%;
    margin-left: -25%;
}

#news-strip h4 {
    margin: 21px 0 10px 0;
}

#sitemap a {
    /* font-size: 16px; */
}

#form-map {
    height: auto;
}

.fm-section {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

.fm-section.fm-right {
    left: 0;
}

#address-deets {
    position: relative;
    z-index: 3;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 48px 30px;
    height: auto;
    background: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
}

#address-deets a {
    max-width: 200px;
    color: #ffffff;
    background: #92aa50;
    padding: 13px 0;
    margin: 29px auto 0 auto;
    display: block;
    font-size: 21px;
    letter-spacing: 2px;
}

.fm-section.fm-right {
    padding-bottom: 36px;
}

.form-holder {
    max-width: 90%;
    margin: 42px auto 0 auto;
}

#intro {
    padding: 49px 0 55px 0;
}

#moreinfo {
    padding: 43px 0 27px 0;
}

.top-marg {
    margin-top: -21px;
}

#testimonials {
    padding: 45px 0 54px 0;
}

section.autoplay.slider {
    margin: -20px 0;
}

#news-strip {
    height: 567px;
}

footer {
    padding: 37px 0 97px 0;
}

#banner-main {
    background: url(https://mindfulmovementmethod.com/wp-content/themes/mmm/images/banner2.png) center 18px no-repeat;
    background-size: cover;
    min-height: 400px;
    height: 598px;
}

#banner-main.banner-inside,
body.blog #banner-main.banner-inside {
    height: 350px;
}

body.blog #banner-main.banner-inside {
    background-size: cover !important;
    background-position: center 54px !important;
}

#maintext {
    padding: 37px 0 16px 0; 
}

#maintext .container h3 {
    margin-top: 29px;
}

.half-box {
    width: 100% !important;
    clear:both;
}

.responsive-flex-container {
    display: block;
}

.half-box.hb1, .half-box.hb4 {
    width: calc(100% - 44%);
    height: 88vw;
}

.responsive-flex-container:first-child {
    border-bottom: 0;
}

.rfc-scott-under-880 {
    display:block !important;
}

body.page-id-9 #maintext {
    padding: 0;
}

body.page-id-9 .page-section:first-child {
    padding: 29px 0 0 0;
}

.service-img {
    height: 406px;
}

body.page-id-9 #moreinfo h2 {
    padding-left: 0;
    line-height: 51px;
    padding-top: 19px;
}

body.page-id-9 #moreinfo ul {
    margin: 0 13px !important;
}

body.page-id-9 #moreinfo .container {
    max-width: 528px;
}

#moreinfo ul {
    padding-top: 11px;
}

#banner-main.banner-inside h1 {
    font-size: 33px;
    letter-spacing: 3px;
}

.mt-with-sb {
    width: 100%;
}

    a.sidebar-link, a.sidebar-link:hover {
        background-position: 106% 0 !important;
    }

#maintext.with-sidebar  {
    padding:35px 0 33px 0;
}

#sidebar {
    width: 100%;
    padding-top: 40px;
}

body.page-id-70 #banner-main.banner-inside h1, body.page-id-76 #banner-main.banner-inside h1 {
    font-size: 48px;
    line-height: 50px;
    padding-right: 0;
}

body.page-id-11 #maintext.with-sidebar {
    padding: 36px 0 33px 0;
}

.blog-item {
    width: 100%;
    margin: 0 0 30px 0;
}

body.blog #maintext {
    padding:37px 0 10px 0;
}

body.single-post #banner-main.banner-inside h1 {
    font-size: 45px;
}

body.single-post #maintext .container h2 {
    font-size: 38px;
}

.split-into-cols {
    column-count: 1;
    column-gap: 0;
}

.form-holder textarea {
    height: 230px;
}

#news-strip .container img {
    top: -4%;
    left: 0;
    width: 130%;
}

#news-strip h2 {
    top: 94px;
}

a.bloghometext {
    top: 185px;
}

#news-strip p {
    top: 311px;
}

#news-strip a.butt {
    top: 388px;
}

.hide-under880 {
    display:none;
}

#responsive-contact-strip .ql-top {
    width: 50% !important;
}

.menu-wrapper .overlay nav {
    top: 51%;
}

img.introimage {
    display:none;
}

.intro-text {
    width: 100%;
    float: left;
}

h1.banner-h1 {
    font-size: 35px;
    line-height: 48px;
    bottom: 28px;
}

.intro-text {
    text-align: center;
}

.three-col {
    width: 100%;
    margin: 0 0 30px 0;
}

#moreinfo .three-col,
body.home #moreinfo .three-col h3 {
    text-align: center;
}

.two-col {
    width: 100%;
    margin-right: 0;
    margin: 0 0 30px 0;
}

body.home .two-col {
    text-align: center; 
}

.two-col img,
.three-col img {
    margin-left: 0;
}

.form-holder {
    max-width: 100%;
    min-width: 0;
}

#news-strip-section {
    padding: 30px 0 19px 0;
}

img.app-phone {
    width: 293px;
}

#app-listing {
    height:321px;
}

.foot-log {
    display:none;
}

.vcard.vcardhomepage div {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
}

.vcard.vcardhomepage {
    font-size: 10px;
    margin-top:-70px;
    line-height: 19px;
}

#moreinfo a {
    margin-top: 0;
}

#moreinfo p {
    max-width: 100%;
}

.menu-wrapper .overlay ul li a:hover {
    color:#fff;
}

.menu-wrapper .overlay ul li a:after {
    background: #ffffff;
}

#top-strip .logowhite {
    top: -30px;
    width: 120px;
    height: 120px;
    margin-left: -60px;
}

.container h2 {
    font-size: 23px;
    line-height: 35px;
}

body.page-id-13 #maintext .page-section .container img {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-right:0;
}

.p-s-text, .page-section:nth-child(even) .p-s-text {
    width: 85%;
    float: none;
    margin: -50px auto 0 auto;
}

body.page-id-13 .page-section {
    padding: 82px 0 25px 0;
}

body.page-id-13 #form-map {
    padding-bottom: 50px;
}

body.page-id-9 .page-section img {
    width: 100%;
    margin-right: 0;
}

body.page-id-9 .page-section .three-col {
    width: 100%;
    margin: 0 0 98px 0;
}

body.page-id-9 .page-section .three-col h3,
body.page-id-9 .page-section .three-col p {
    text-align:center !important;
}

body.page-id-9 .page-section .three-col .butt {
    margin-top: -3px;
    float: none;
}

body.page-id-9 .page-section:nth-child(even) {
    padding: 128px 0 0 0;
}

body.page-id-9 .page-section.secondary-section {
    padding: 134px 0 0px 0 !important;
}

body.page-id-9 .page-section .three-col:last-child {
    margin-bottom: 60px;
}

#maintext .page-section .container h2 {
    font-size: 26px;
    line-height: 37px;
}

body.parent-pageid-9 .highlight.high2 {
    margin: 10px 0 40px 0;
    padding-top: 42px;
}

body.parent-pageid-9 .page-section {
    padding: 9px 0;
}

body.parent-pageid-9 a.sidebar-link {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    text-align: left;
}

body.parent-pageid-9 .page-section.ps-qls {
    padding: 30px 0 44px 0;
}

body.page-id-398 .page-section.ps-qls {
    padding: 21px 0 34px 0 !important;
}

#nbt-form .wpcf7-list-item {
    margin: 0 12px;
}

.page-section img {
    width: 250px;
}

body.single #maintext {
    padding: 44px 0 25px 0;
}

#form-map {
    padding-bottom:56px;
}

.form-holder h3 {
    font-size: 26px;
}

#cta-strip a.butt {
    font-size: 16px;
    max-width: 228px;
}

.address-deets-box {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 286px;
    background: #ffffff;
    left: 0;
    top: auto;
    bottom: 0;
    margin-top: -142px;
    z-index: 3;
    -webkit-box-shadow: 0 10px 30px 0px rgb(138 138 138);
    box-shadow: 0 10px 17px 0px rgb(0 0 0 / 12%);
    padding: 33px 0px 0px 0;
}

.snaz-map iframe {
    margin-top: -78px;
}

#insta-feed {
    padding: 40px 0 0 0;
}

} /* END 880 */













@media (max-width: 600px) {

header .social,
.hide-on-mobile,
.slick-prev, .slick-next {
    display:none !important;
}

.mobile-social-links {
    display:block !important;
}

#responsive-contact-strip .ql-top {
    width: 20% !important;
    font-size: 18px !important;
}

a.ql-top.bison.bg-insta {
    background: #8956a2;
}

a.ql-top.bison.bg-face {
    background: #3e49a0;
}

a.ql-top.bison.bg-twit {
    background: #1f97ce;
}

#intro h3 {
    font-size: 39px;
    line-height: 44px;
}

h2.line-before {
    font-size: 19px !important;
}

h2.line-before:before {
    top: 9px;
}

#intro h3 br {
    display:none;
}

a.butt {
    width: 100%;
    letter-spacing: 1px;
}

#intro a.butt.grey-background {
    margin-bottom: 10px !important;
}

#moreinfo h2, #testimonials h3, #news-strip h2 {
    font-size: 36px;
    line-height: 38px;
}

#moreinfo ul {
    padding-top: 0;
    width: 100%;
    margin: 0;
}

#moreinfo ul li {
    float: left;
    width: 50%;
    background-size: 20px;
    padding-left: 28px;
    margin: 14px 0 0 0;
}

#moreinfo {
    padding: 43px 0 22px 0;
}

#cta-strip h3 {
    font-size: 23px;
    line-height: 35px;
}

#cta-strip a.butt {
    margin: 0 auto 0 auto !important;
}

#cta-strip {
    padding: 38px 0 45px 0;
}

.testimonial-entry {
    padding: 40px 20px 20px 20px;
}

.testimonial-entry i.fas.fa-user {
    width: 50px;
    height: 50px;
    font-size:24px;
    line-height:50px;
}

#testimonials a.butt {
    margin: 66px auto 0 auto !important;
    float: none;
    display: block;
    max-width: 91%;
    text-align: center;
}

#news-strip h4 {
    font-size: 25px;
}

#news-strip img {
    width: 200%;
    margin-left: -100%;
}

#news-strip {
    height: 406px;
}

#news-strip img {
    width: auto;
    height: 100%;
    margin-left: -50%;
}

#sitemap a {
        line-height: 23px;
}

#sitemap {
    margin-bottom: 21px;
    margin-top: -21px;
}

input#submit-button {
    font-size: 20px;
}

#intro {
    padding: 42px 0 46px 0;
}

.small {
    font-size: 9px;
}

#maintext .container h2 {
    font-size: 32px;
    letter-spacing: 1px;
}

#maintext .container h3 {
    font-size: 25px;
    line-height: 32px;
}

.hb-positioner {
    padding: 30px 30px 20px 30px;
}

.hb-positioner h4 {
    font-size: 30px;
}

a.service-box {
    position: relative;
    overflow:hidden;
}

.service-img {
    height: 250px;
    width: 120%;
}

.service-title {
    float: left;
    max-width: 100%;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    padding: 0px 30px 27px 30px;
}

#banner-main.banner-inside h1 {
    font-size: 28px;
}

ul.bullets-dark li {
    font-size: 23px !important;
}

#sidebar {
    padding-top: 10px;
}

body.page-id-70 #banner-main.banner-inside h1, body.page-id-76 #banner-main.banner-inside h1 {
    font-size: 39px;
    line-height: 42px;
    padding-right: 0;
    bottom: 20px;
}

.fee-item {
    font-size: 19px;
}

body.page-id-11 #sidebar {
    padding-top: 40px;
}

body.single-post #banner-main.banner-inside h1 {
    font-size: 27px;
    line-height: 28px;
}

body.single-post #banner-main.banner-inside {
    height: 70vw;
    min-height: 351px;
}

body.single-post #maintext .container h2 {
    font-size: 29px;
}

.ql-top i {
    margin:0;
}

#banner-main {
    min-height: 500px;
    height: 500px;
}

#intro a.butt {
    text-align: center;
}

#testimonials .container {
    width: 90%;
}

.fee-item,
.fee-item.fi-desc {
    margin: 0;
    border-bottom: 2px solid #fff;
}

#news-strip h2 {
    font-size: 31px;
    line-height: 33px;
    max-width: 300px;
    letter-spacing: 1px;
    top: 66px;
}

#address-deets h4 {
    padding-left: 20px;
}

.form-holder textarea {
    height: 180px;
}

body.page-id-169 p.bison {
    font-size: 35px;
    line-height: 43px;
}


h2.smallerh2 {
    font-size: 32px !important;
    margin-bottom: 13px;
    line-height: 36px !important;
}

body.page-id-9 h2.smallerh2 {
    line-height: 42px !important;
    font-size: 36px !important;
}

a.bloghometext {
    top: 147px;
    font-size: 27px;
}

#news-strip p {
    display:none;
}

#news-strip a.butt {
    top: 247px;
}

.hide-under880 {
    display: block;
}

h1.banner-h1 {
    font-size: 24px;
    line-height: 32px;
    bottom: 30px;
    max-width: 300px;
    letter-spacing: 1px;
    left: 50%;
    margin-left: -150px;
}

body.home div#watermark {
    bottom: -164px;
    width: 500px;
    margin-right: -250px;
}

#intro h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}

#moreinfo h2, #testimonials h3, #news-strip h2 {
    font-size: 23px;
    line-height: 35px;
}

a.butt.hvr-pop.book-butt-more-info-section.blue-butt {
    margin: 32px auto 32px auto !important;
}

#moreinfo h3 {
    margin: 23px 0 20px 0;
    line-height: 29px;
}

#moreinfo .three-col .butt {
    margin-top: 26px;
}

.testimonial-entry {
    padding: 0px 20px 20px 20px;
}

.form-holder h3 {
    font-size: 23px;
}

.form-holder input,
.form-holder textarea {
    width:100%;
}

.form-holder span {
    margin: 0 0 15px 0;
}

.form-holder input[type="checkbox"] {
    width: 13px;
    height: 13px;
}

img.app-phone {
    width: 209px;
    right: -21px;
    top: -100px;
}

#app-listing {
    height: 260px;
    padding-top: 43px;
    overflow:hidden;
}

body.home #form-map {
    padding: 11px 0 86px 0;
}

img.app-img-one {
    width: 56vw;
}

#insta-feed h3 {
    font-size: 23px;
    line-height: 35px;
    color: #000;
}

#insta-feed img {
    margin-top: 26px;
}

.insta-overlay {
    height: 24vw;
}

.vcard.vcardhomepage {
    margin-top: -24px;
    line-height: 14px;
}

footer {
    padding: 56px 0 80px 0;
}

.slick-slide p:nth-child(2) {
    color: #fff;
    position: relative;
    display: none;
}

#maintext .page-section .container h2 {
    font-size: 22px;
    line-height: 32px;
}

body.page-id-9 #banner-main {
    background-position: center 56px !important;
}

body.page-id-9 .page-section.secondary-section {
    padding: 108px 0 0px 0 !important;
}

body.page-id-9 .page-section:nth-child(even) {
    padding: 97px 0 0 0;
}

#maintext .highlight ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

body.parent-pageid-9 .highlight.high2 {
    padding: 20px;
}

#maintext ul li {
    margin: 8px 25px;
}

#nbt-form .wpcf7-list-item {
    margin: 0;
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 10px 0 5px 0;
    border-bottom: 0;
}

#nbt-form .wpcf7-list-item:last-child {
    border-bottom: 1px solid #d6d6d6;
}

body.page-id-401 .highlight {
    padding: 26px !important;
}

body.page-id-401 #maintext .container .highlight h3 {
    margin: 0 0 25px 0;
}

body.page-id-405 .highlight,
body.parent-pageid-9 .highlight {
    padding: 0 26px 26px 26px !important;
}

img.testimonial-logo,
img.testimonial-logo.testimonial-logo2 {
    width: 100%;
    float: left;
    margin: 0 0 37px 0 !important;
}

body.single a.rdmr {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    border-radius: 50px;
    max-width: 280px !important;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 500;
}

img.app-phone {
    display:none;
}

img.app-img-one {
    width: 400px;
    display: block;
    margin: 0 auto;
    padding-left: 0;
    position: absolute;
    left: 50%;
    margin-left: -170px;
}

.overlay-grad {
    background: -moz-linear-gradient(top, #ffffff 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #ffffff00 0%,#000000 100%);
    background: linear-gradient(to bottom, #ffffff00 0%,hsl(0deg 0% 0% / 70%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}

.insta-overlay {
    display:none;
}

h2, h3, h4, h5 {
    font-weight: 300 !important;
}

body.page-id-398 .highlight.high2,
body.page-id-401 .highlight,
body.page-id-403 .highlight {
    padding: 26px !important;
}

#nbt-form h3 {
    padding: 20px;
}

#adio-online {
    margin: -4px auto 10px auto;
}

body.page-id-876 .highlight.high2,
body.page-id-876 .highlight {
    padding-top: 30px !important;
}

body.page-id-876 .page-section {
    padding-top: 30px !important;
}



} /* END 600 */



































/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://mindfulmovementmethod.com/wp-content/themes/mmm/assets/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://mindfulmovementmethod.com/wp-content/themes/mmm/assets/slick/./fonts/slick.eot');
    src: url('https://mindfulmovementmethod.com/wp-content/themes/mmm/assets/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://mindfulmovementmethod.com/wp-content/themes/mmm/assets/slick/./fonts/slick.woff') format('woff'), url('https://mindfulmovementmethod.com/wp-content/themes/mmm/assets/slick/./fonts/slick.ttf') format('truetype'), url('https://mindfulmovementmethod.com/wp-content/themes/mmm/assets/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 186px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .6;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -50px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -32px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
