/**
 * Vanilla Styles
 * Version:4.074
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */
.blog .posts .post .post-title .comment-cnt, .blog .posts .entry-archive .post-title .comment-cnt {display:none;}
.blog .blog-posts .container .latest-post .comment-cnt, .archive .blog-posts .container .latest-post .comment-cnt, .search .blog-posts .container .latest-post .comment-cnt, .archive .posts .post .post-title .comment-cnt, .archive .posts .entry-archive .post-title .comment-cnt {display:none;}
.post-20750 .martha-sig {opacity:0;}
/*.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background:#4bc0b7 !important;}*/
.woocommerce-MyAccount-navigation ul {list-style:none;text-align:center;}

.woocommerce-MyAccount-navigation ul li {
	display:block;
	width:100%;
	padding: 0;
	margin-bottom:3px;
	border: 1px solid #4bc0b7;
	color:#4bc0b7;
	font-weight:700;
	text-transform:uppercase;
}

.woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {background:#4bc0b7;color:#fff;}

.woocommerce-MyAccount-navigation ul li a {
	color:#4bc0b7;
	text-decoration:none;
	display: block;
	padding: 8px 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {color:#fff;}
.woocommerce ul.order_details{
  margin-bottom:0px !important;
}
.order-confirm-custom-language {
    background: #4bc0b7;
    border: 1px solid #4bc0b7;
    color: #fff;
  	clear: both;
    margin: 10px 0px 25px;
    padding: 15px 15px 13px 15px;
    line-height: 17px;
  	border-radius:5px;
}
.order-confirm-custom-language p{
  	margin-bottom:0;
  	font-weight: 400;
}
.order-confirm-custom-language a{
	color:#fff;
}
.order-confirm-custom-language a:hover{
  color:#fff;
  text-decoration:none;
}
.order-confirm-custom-language svg {
    font-size: 1.5em;
    padding-right: 5px;
  	vertical-align: middle;
}


/*NEW WIL THANK YOU PAGE*/
#wil-hero-header {
  position: relative;
  z-index: -1;
  border-top: 10px solid #fdd28a;
}
#wil-hero-header .cls-background {
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-size: cover;
    background-repeat: no-repeat;
}
#wil-hero-header .cls-background .cls-inner {
      margin-top: 2em;
	text-align:center;
}
#wil-hero-header .cls-background .cls-inner .container{
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
#wil-hero-header .cls-background .cls-inner h3{
	line-height: 1.2;
    margin: 0 0 20px;
    text-transform: uppercase;
    /*letter-spacing: .190em;*/
    color:#fff;
    font-family: "proxima-nova";
    font-weight: 400;
	font-size:30px;
}

#wil-ty-intro-text .cls-background {
  padding: 100px 0 0 !important;
}
#wil-ty-intro-text .cls-background .cls-inner .container{
	 max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
#wil-ty-intro-text .cls-background .cls-inner h3{
	line-height: 1.2;
    margin: 0 0 20px;
    text-transform: uppercase;
   /* letter-spacing: .190em;*/
    color: #474646;
    font-family: "proxima-nova";
    font-weight: 400;
}
#wil-ty-intro-text .cls-background .cls-inner p{
	line-height: 32px;
    color: #111110;
    font-size: 23px;
    font-weight: 400;
    font-family: "proxima-nova";
	margin-top: 0;
   /* letter-spacing: .06em;*/
}

  @media (max-width: 991px) {
    #wil-ty-intro-text .cls-background {
      padding: 50px 0 0 !important; }
	}

#wil-popular-work.section-featured_boxes .cls-background{
	padding-top: 25px;
    padding-bottom: 25px;
}
#wil-popular-work.section-featured_boxes .container {
  max-width: 1085px;
	margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
#wil-popular-work.section-featured_boxes .container .boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
    @media (max-width: 991px) {
    #wil-popular-work.section-featured_boxes .container .boxes {
        justify-content: center; }
	}
#wil-popular-work.section-featured_boxes .container .boxes a {
      text-decoration: none;
      color: #353535;
}
#wil-popular-work.section-featured_boxes .container .boxes a:hover .title {
        color: #fff;
        background-color: #ffa000 !important;
        transition: all 0.3s ease;
}
#wil-popular-work.section-featured_boxes .container .boxes a:hover .box {
        margin-top: -1em;
        transition: all 0.3s ease;
}
#wil-popular-work.section-featured_boxes .container .boxes .box {
      text-align: center;
      min-height: 295px;
      max-width: 320px;
      box-shadow: 0px 3px 7px 0px rgba(80, 76, 76, 0.17);
      flex-flow: column nowrap;
      display: flex;
      transition: all 0.3s ease;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
}
      @media (max-width: 991px) {
      #wil-popular-work.section-featured_boxes .container .boxes .box {
          margin: 0 15px 30px; } }
      #wil-popular-work.section-featured_boxes .container .boxes .box .title-block {
        margin-top: auto;
		}
#wil-popular-work.section-featured_boxes .container .boxes .box .title-block .title {
          background-color: #f9f4eb;
          text-transform: uppercase;
         /* letter-spacing: .140em;*/
          font-size: 14px;
          font-weight: 700;
		box-sizing: border-box;
    	padding: 10px;
}
#wil-popular-work.section-featured_boxes .container .boxes .box .title-block .subtitle {
          background-color: rgba(253, 210, 138, 0.89);
          text-transform: uppercase;
         /* letter-spacing: .100em;*/
          line-height: normal;
          box-sizing: border-box;
          padding: 10px 0;
          font-size: 18px;
          font-weight: 400;
}

#wil-so-excited .cls-background {
  padding: 60px 0 !important;
}
  @media (max-width: 991px) {
    #wil-so-excited .cls-background {
      padding: 0 !important; }
	}
#wil-so-excited .cls-background .cls-inner .container{
	 max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
#wil-so-excited .cls-background .cls-inner p{
	line-height: 32px;
    color: #111110;
    font-size: 23px;
    font-weight: 400;
    font-family: "proxima-nova";
	margin-top: 0;
    /*letter-spacing: .06em;*/
}

  #wil-additional-questions .cls-background {
    padding: 25px 0 50px !important;
	  text-align:center;
}
    @media (max-width: 991px) {
      #wil-additional-questions .cls-background {
        padding: 50px 0 25px !important; }
	}
#wil-additional-questions .cls-background p {
      line-height: normal;
    color: #111110;
    font-size: 23px;
    font-weight: 400;
    font-family: "proxima-nova";
	margin-top: 0;
    /*letter-spacing: .06em;*/
}
#wil-additional-questions .cls-background a {
	color: #111110;
	font-weight:700;
}
#wil-additional-questions .cls-background a:hover {
	color: #ffa000;
}
.text_style-light-text a {color:#fff;}

.hero-header-img img{
	width:100%;
}
.page-id-25097 .hero-header-img img, .page-id-25005 .hero-header-img img { margin:0 auto; }
.page-id-25005 #mysticky-wrap, .page-id-25005 #slideout-menu {display:none;}
/*.page-id-18151 #image .cls-background {padding:0;}
.page-id-18151 #image .container {max-width:100%;padding:0;}*/
@media (min-width: 769px) {
.page-id-21293 .layout-section.find-your-way-short .-content {padding-bottom:0;}
.page-id-21293 .layout-section.appearance-boxed.find-your-way-short .boxed-section {padding: 30px 50px 20px;}
.page-id-21293 .layout-section.find-your-way-short .cls-background, .page-id-21293 #find-your-way-2 .cls-background {padding-bottom:60px;}
.page-id-21293 #coaching-business .cls-background {margin-top:100px;}
.page-id-21293 #find-your-way-2 .boxed-section {padding-bottom:0px;}
}
.page-id-21293 #find-your-way-3 .cls-inner:after, .page-id-21293 #find-your-way-3 .container:before, .page-id-21293 #find-your-way-3 .container:after {bottom:45px;}
.page-id-21293 #ready-to-join-me .-content > p:nth-child(7) {clear:none;padding-top:0;}
.page-id-21293 #ready-to-join-me .-content > p:nth-child(8) {clear:both;padding-top:40px}

.page-template form.passform {text-align:center;background:url('https://marthabeck.com/wp-content/uploads/2019/02/iStock-512986156.jpg');    margin: 0 auto;
    padding: 10%;
    height: 100vh;
}
.event-img img {width:100%;height:auto;}
.logged-in.woocommerce-account .acf-field-53988a4d4df91, .logged-in.woocommerce-account .acf-field-5c65feebf0399 {display:none;}
#billing_company_field,.woocommerce-additional-fields {display:none;}
.section-latest-blog .latest-blog {/*max-width:1500px;*/margin-left:auto;margin-right:auto;}

.page-template-template_newsletter_optin_page.page-id-23271 .hero-header {max-height:2000px;background-image: none !important;}
.page-template-template_newsletter_optin_page.page-id-23271 .hero-header .hero-text-outer {display:none;}
.page-template-template_newsletter_optin_page.page-id-23271 .hero-header .header-img {max-height:100%;max-width:100%;position:relative}
.page-template-template_newsletter_optin_page.page-id-23271 .hero-header .header-img img {width:100%;height:auto;}
.page-template-template_newsletter_optin_page.page-id-23271 .hero-header .container {max-width:100%;padding:0;}

/* Master Coach FTK Page */
.page-id-23507 .infusion-form, .page-id-28104 .infusion-form {text-align:center !important;}
.page-id-23507 .infusion-field input, .page-id-28104 .infusion-field input {margin:0 5px;}
.page-id-28104 .flex-sections .hero-header:after{display:none;}

.page-template-template_gathering_page .section-register .registration-options .register-item {margin:0 auto}
.page-template-template_gathering_page .section-register .registration-options {margin-top:50px;}

.single-product .shop-page .content-area #main .summary ul li {text-transform:none !important;font-size:18px !important;}
.single-product .shop-page .content-area #main .summary ul {margin-top:0 !important;margin-left:40px !important;}

.page-id-23419 #find-your-way-3 .-content {padding-bottom:50px;}
#find-your-way-3 .container:after {z-index: 1;}
#find-your-way-3 .boxed-section {position: relative;z-index: 200;}
.page-id-23419 .modal {z-index:201 !important;}

/*NEW WLCT PAGE DESIGN EDITS*/
.page-id-24164 .section-menu_bar.padding-small .cls-background, .page-id-24166 .section-menu_bar.padding-small .cls-background, .page-id-24168 .section-menu_bar.padding-small .cls-background, .page-id-24170 .section-menu_bar.padding-small .cls-background, .page-id-24172 .section-menu_bar.padding-small .cls-background, .page-id-24174 .section-menu_bar.padding-small .cls-background {
  background-color: #846869;
}
.page-id-24164 .section-menu_bar ul, .page-id-24166 .section-menu_bar ul, .page-id-24168 .section-menu_bar ul, .page-id-24170 .section-menu_bar ul, .page-id-24172 .section-menu_bar ul, .page-id-24174 .section-menu_bar ul {
  padding-left: 0;
}
.page-id-24164 .section-menu_bar ul li, .page-id-24166 .section-menu_bar ul li, .page-id-24168 .section-menu_bar ul li, .page-id-24170 .section-menu_bar ul li, .page-id-24172 .section-menu_bar ul li, .page-id-24174 .section-menu_bar ul li {
  font-size: 18px;
}
.page-id-24164 #wayfinder-life-coach-training .cls-background, .page-id-24166 #wayfinder-life-coach-training .cls-background, .page-id-24168 #wayfinder-life-coach-training .cls-background, .page-id-24170 #wayfinder-life-coach-training .cls-background, .page-id-24172 #wayfinder-life-coach-training .cls-background, .page-id-24174 #wayfinder-life-coach-training .cls-background {
  padding: 70px 0;
}
.page-id-24164 #wayfinder-life-coach-training .container, .page-id-24166 #wayfinder-life-coach-training .container, .page-id-24168 #wayfinder-life-coach-training .container, .page-id-24170 #wayfinder-life-coach-training .container, .page-id-24172 #wayfinder-life-coach-training .container, .page-id-24174 #wayfinder-life-coach-training .container {
  margin: 0;
}
@media (max-width: 1199px) {
  .page-id-24164 #wayfinder-life-coach-training .container, .page-id-24166 #wayfinder-life-coach-training .container, .page-id-24168 #wayfinder-life-coach-training .container, .page-id-24170 #wayfinder-life-coach-training .container, .page-id-24172 #wayfinder-life-coach-training .container, .page-id-24174 #wayfinder-life-coach-training .container {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  .page-id-24164 #wayfinder-life-coach-training .container, .page-id-24166 #wayfinder-life-coach-training .container, .page-id-24168 #wayfinder-life-coach-training .container, .page-id-24170 #wayfinder-life-coach-training .container, .page-id-24172 #wayfinder-life-coach-training .container, .page-id-24174 #wayfinder-life-coach-training .container {
    max-width: 575px;
  }
}
@media (max-width: 575px) {
  .page-id-24164 #wayfinder-life-coach-training .container, .page-id-24166 #wayfinder-life-coach-training .container, .page-id-24168 #wayfinder-life-coach-training .container, .page-id-24170 #wayfinder-life-coach-training .container, .page-id-24172 #wayfinder-life-coach-training .container, .page-id-24174 #wayfinder-life-coach-training .container {
    margin: 0 auto;
  }
  .page-id-24164 #wayfinder-life-coach-training .container h1 span:first-child, .page-id-24166 #wayfinder-life-coach-training .container h1 span:first-child, .page-id-24168 #wayfinder-life-coach-training .container h1 span:first-child, .page-id-24170 #wayfinder-life-coach-training .container h1 span:first-child, .page-id-24172 #wayfinder-life-coach-training .container h1 span:first-child, .page-id-24174 #wayfinder-life-coach-training .container h1 span:first-child {
    font-size: 0.91em !important;
  }
  .page-id-24164 #wayfinder-life-coach-training .container h1.line-height-0_75 span.color-mid-gray, .page-id-24166 #wayfinder-life-coach-training .container h1.line-height-0_75 span.color-mid-gray, .page-id-24168 #wayfinder-life-coach-training .container h1.line-height-0_75 span.color-mid-gray, .page-id-24170 #wayfinder-life-coach-training .container h1.line-height-0_75 span.color-mid-gray, .page-id-24172 #wayfinder-life-coach-training .container h1.line-height-0_75 span.color-mid-gray, .page-id-24174 #wayfinder-life-coach-training .container h1.line-height-0_75 span.color-mid-gray {
    font-size: 25px !important;
    line-height: normal;
    display: inline-block;
    margin-top: -5em;
  }
  .page-id-24164 #wayfinder-life-coach-training .container p span.color-mid-gray, .page-id-24166 #wayfinder-life-coach-training .container p span.color-mid-gray, .page-id-24168 #wayfinder-life-coach-training .container p span.color-mid-gray, .page-id-24170 #wayfinder-life-coach-training .container p span.color-mid-gray, .page-id-24172 #wayfinder-life-coach-training .container p span.color-mid-gray, .page-id-24174 #wayfinder-life-coach-training .container p span.color-mid-gray {
    font-size: 25px !important;
  }
}
.page-id-24164 #find-your-way-3 .cls-inner:after, .page-id-24164 #find-your-way-3 .container:before, .page-id-24164 #find-your-way-3 .container:after, .page-id-24166 #find-your-way-3 .cls-inner:after, .page-id-24166 #find-your-way-3 .container:before, .page-id-24166 #find-your-way-3 .container:after, .page-id-24168 #find-your-way-3 .cls-inner:after, .page-id-24168 #find-your-way-3 .container:before, .page-id-24168 #find-your-way-3 .container:after, .page-id-24170 #find-your-way-3 .cls-inner:after, .page-id-24170 #find-your-way-3 .container:before, .page-id-24170 #find-your-way-3 .container:after, .page-id-24172 #find-your-way-3 .cls-inner:after, .page-id-24172 #find-your-way-3 .container:before, .page-id-24172 #find-your-way-3 .container:after, .page-id-24174 #find-your-way-3 .cls-inner:after, .page-id-24174 #find-your-way-3 .container:before, .page-id-24174 #find-your-way-3 .container:after {
  bottom: 50px;
}
.page-id-24164 #wayfinding-coach-training-overview .cls-background, .page-id-24166 #wayfinding-coach-training-overview .cls-background, .page-id-24168 #wayfinding-coach-training-overview .cls-background, .page-id-24170 #wayfinding-coach-training-overview .cls-background, .page-id-24172 #wayfinding-coach-training-overview .cls-background, .page-id-24174 #wayfinding-coach-training-overview .cls-background {
  padding-bottom: 0;
}
.page-id-24164 #sarah-h, .page-id-24164 #sharon-pope-testimonial, .page-id-24164 #phil-ball-testimonial, .page-id-24166 #sarah-h, .page-id-24166 #sharon-pope-testimonial, .page-id-24166 #phil-ball-testimonial, .page-id-24168 #sarah-h, .page-id-24168 #sharon-pope-testimonial, .page-id-24168 #phil-ball-testimonial, .page-id-24170 #sarah-h, .page-id-24170 #sharon-pope-testimonial, .page-id-24170 #phil-ball-testimonial, .page-id-24172 #sarah-h, .page-id-24172 #sharon-pope-testimonial, .page-id-24172 #phil-ball-testimonial, .page-id-24174 #sarah-h, .page-id-24174 #sharon-pope-testimonial, .page-id-24174 #phil-ball-testimonial {
  margin-bottom: 50px;
}
.page-id-24164 a.cta-button, .page-id-24166 a.cta-button, .page-id-24168 a.cta-button, .page-id-24170 a.cta-button, .page-id-24172 a.cta-button, .page-id-24174 a.cta-button{
	padding: 10px;
	width: 300px;
	margin-top: 1%;
}
/*GATHERING OF WAYFINDER EDITS*/
.page-template-template_gathering_page p, .page-template-template_gathering_page #join p {
   /* line-height: 1.15 !important;
    font-size: 20px !important;
	margin-bottom:30px;*/
}
/*.page-template-template_gathering_page .content ul li{
	font-size: 20px !important;
}
.page-template-template_gathering_page .gather-menu ul li, .page-template-template_gathering_page .gather-menu ol li{
	font-size: 16px !important;
}*/
.page-template-template_gathering_page .definition{
	font-size: 20px !important;
	box-sizing:border-box;
	padding:25px;
	background-color:#faf9f7;
	margin-bottom:25px;
}
.page-template-template_gathering_page .definition ol{
	margin-bottom:0;
	/*font-size: 20px !important;*/
	list-style-position:outside;
	padding-left:1em;
}

.page-id-24172 #schedule .cls-background{
	padding: 100px 0 0;
}

/*GOOD WORK FOUNDATION*/
.page-id-23910 #header-wrapper{
	margin-bottom:0;
}
.page-id-23910 #hero-header{
	border-bottom: 21px solid #009b98;
}
.page-id-23910 #hero-header .cls-background{
	padding:140px 0 25px;
	background-position: top center;
}
@media(max-width:1199px){
	.page-id-23910 #hero-header .cls-background{
		background-position: bottom center;
	}
}
.page-id-23910 .layout-section.container-small .container{
	max-width:1030px;
}
/*.page-id-23910 #changing-the-world p, .page-id-23910 #join-us-under-the-tree p{
	line-height: 38px;
}*/
.page-id-23910 #changing-the-world h3{
	margin-bottom:0;
}
.page-id-23910 #changing-the-world .grid.grid-12-col .cell.span-7 {
	flex: 0 0 calc( 58.3% - 0px);
}
.page-id-23910 .footer-top{
	background-color: #f8f8f5;
}
.page-id-23910  .flex-sections #join-us-under-the-tree.layout-section .cls-background{
	padding:0 0 110px;
}
#join-us-under-the-tree.layout-section .container{
	max-width:1325px;
}
#join-us-under-the-tree.layout-section .container .grid.grid-12-col .cell.span-4 {
    flex: 0 0 calc( 33.3% - 40px);
}
#join-us-under-the-tree.layout-section .container .grid.grid-12-col .cell.span-4 h3{
	line-height: 1;
}
/*.page-id-23910 .flex-sections p {line-height:1.15 !important;letter-spacing: .06em;}*/
#join-us-under-the-tree a {color:#E31C79;display:block;}
#join-us-under-the-tree a:hover {opacity:0.8;}
.page-id-23910 #hero-header {border-color:#E31C79}
.logo-social {margin-top:-30px;}

.page-id-24486.page-template-template_gathering_page .section-content.container-small .container {
    max-width: 1045px;
}
.page-id-24486.page-template-template_gathering_page #intro .grid .cell{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.page-id-24486 #changing-the-world .cls-background {padding:20px 0;}

.page-id-24509{
	background-image:none;
}
.page-id-24509 #hero-header{
	position: relative;
    z-index: 1;
    margin-top: 0;
}
.page-id-24509 #hero-header .cls-background{
	height: auto;
    box-sizing: border-box;
    padding: 65px 0 25px;
}
.page-id-24509 #hero-header .cls-background .cls-inner{
	margin-top: 0;
}
.page-id-24509 #hero-header .cls-background .cls-inner img.aligncenter{
	margin:0 auto;
}
.page-id-24509.page-template-template_flex_layout_page .section-content.container-small .container{
	max-width: 1045px;
}
.page-id-24509 #intro .cls-background{
	padding-bottom:0;
}
.page-id-24509.page-template-template_flex_layout_page #intro .grid .cell {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-bottom: 25px;
    height: 0;
    clear: both;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-template-template-thanks-version-two #content-wrapper .ty-page-bg .container.thank-you .border ul li {
    /*letter-spacing: .060em;*/
    color: #171717;
    margin-bottom: 3.5%;
    font-size: 21px;
    font-weight: 300;
}
.footer-social {text-align:center;margin-top:20px;}
.footer-social .social-links {float:none;}
.footer-social a {text-decoration:none; margin:0 10px; font-size:26px;}

.page-id-22996.page-template-template-inset-text .hero-header:before, .page-id-24616.page-template-template-inset-text .hero-header:before{
	background:none;
}
.page-id-22996.page-template-template-inset-text .hero-header .hero-text-outer .hero-text h1, .page-id-24616.page-template-template-inset-text .hero-header .hero-text-outer .hero-text h1{
	margin-top:1em;
}
.page-id-24616.page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .button.button-primary {
    background-color: #ac9455;
    border-color: #ac9455;
	color:#fff;
	font-style:normal;
}
.page-id-24616.page-template-template-inset-text #content-wrapper .ty-page-bg .container.thank-you .button.button-primary:hover{
	background-color: #4bc0b7;
    border-color: #4bc0b7;
}
.page-id-24624 #hero-header {
    z-index: 1;
}
.page-id-22996.page-template-template-inset-text .hero-header, .page-id-24616.page-template-template-inset-text .hero-header{
		padding:50px 0;
	}
@media(max-width:1400px){
	.page-id-22996.page-template-template-inset-text .hero-header, .page-id-24616.page-template-template-inset-text .hero-header{
		padding:0;
	}
}
@media(max-width:991px){
	.page-id-22996.page-template-template-inset-text .hero-header, .page-id-24616.page-template-template-inset-text .hero-header{
		background-position: 38% top;
	}
}
@media(max-width:575px){
	.page-id-22996.page-template-template-inset-text .hero-header, .page-id-24616.page-template-template-inset-text .hero-header{
	background-image:url('https://marthabeck.com/wp-content/uploads/2019/10/bingoheader-new-mobile.jpg') !important;
		background-position: 34% top;
	}
}
/* Added after staging site created */
.page-events .event-desc ul li {
   /* font-size: 14px;*/
	/*letter-spacing: .1em;*/
}
.single .post-content .entry-content ol {
    color: #5b5b5b;
    text-align: justify;
    /*letter-spacing: .06em;*/
    font-size: 20px;
	font-weight: 400; }
body.admin-bar.parent-pageid-24851 header.site-header.header-sticky {
	z-index:2000;
}
.modal{z-index:300;}
.page-id-24938 .section-menu_bar ul li {font-size:18px;}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    pointer-events: none;
}
@media(max-width:600px){
.page-id-24851 #find-your-way-3 .cls-inner:after, .page-id-24851 #find-your-way-3 .container:before, .page-id-24851 #find-your-way-3 .container:after, .page-id-24856 #find-your-way-3 .cls-inner:after, .page-id-24856 #find-your-way-3 .container:before, .page-id-24856 #find-your-way-3 .container:after, .page-id-24855 #find-your-way-3 .cls-inner:after, .page-id-24855 #find-your-way-3 .container:before, .page-id-24855 #find-your-way-3 .container:after, .page-id-24854 #find-your-way-3 .cls-inner:after, .page-id-24854 #find-your-way-3 .container:before, .page-id-24854 #find-your-way-3 .container:after, .page-id-24853 #find-your-way-3 .cls-inner:after, .page-id-24853 #find-your-way-3 .container:before, .page-id-24853 #find-your-way-3 .container:after, .page-id-24852 #find-your-way-3 .cls-inner:after, .page-id-24852 #find-your-way-3 .container:before, .page-id-24852 #find-your-way-3 .container:after {bottom:20px;}
}
.page-id-25058 #linkbar, .page-id-25058 .footer-btn, .page-id-25058 .footer-nav, .page-id-25058 .footer-social {display:none;}
.page-id-25058 input[type="submit"] {color: #fff;
    background-color: #4bc0b7;
    border-color: #4bc0b7;}
.page-id-25058 input[type="submit"]:hover {background-color:#2f6868; border-color:#2f6868;}
.page-id-25058.page-template-template-thanks #thank-you:before {display:none;}
.page-template-template_newsletter_optin_page .hero-header:before {display:none !important;}
.page-template-template_newsletter_optin_page .hero-header {min-height:10px; max-height:1000px !important;line-height:0 !important;}
.page-template-template_newsletter_optin_page .hero-header img {width:100%;}
body.page-id-25005 {overflow-y:scroll;}
.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .panel-form li:nth-child(5) {padding:0 !important;}
.page-id-25666 .accordion {
   /* letter-spacing: 0.1em;*/
	font-size: 15px;}


/*Subscribe to Bewilder Form Tweaks*/
.page-template-template-podcast-static-page .pp-sub-widget-include div.pp-sub-t, .page-template-template-podcast-static-page .pp-sub-widget div.pp-sub-h{
	display:none;
}
.page-template-template-podcast-static-page .pp-sub-widget p.pp-sub-m-p{
	color:#141413;
	font-size: 20px;
	    margin-bottom: 15px;
}
.page-template-template-podcast-static-page .pp-sub-widget .pp-sub-m-i{
	margin-bottom:0;
}
.page-id-26134.page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons .button, .page-id-26134.page-template-template_mb_webinar_page .section-two-col p .button {
    background-color: #ba2518;
    border-color: #ba2518;
}

/*Practical Wayfinding Last Day Page*/
.page-id-26413.page-template-template_mb_webinar_page .hero-header:before {display:none;}
.page-id-26413 .swoosh.-type-hr.-color-blue:before, .page-id-26413 .swoosh.-type-hr.-color-brown:before {background-image:url('https://marthabeck.com/wp-content/uploads/2020/03/squiggle.png');background-size: 83px 17px;}

.page-id-26413.page-template-template_mb_webinar_page .hero-header{
	background-position:top center;
	min-height:425px;
}
.page-id-26413.page-template-template_mb_webinar_page .hero-header .hero-text-outer{
	min-height:425px;
}

/*.page-id-26413.page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons .button, .page-id-26413.page-template-template_mb_webinar_page .section-two-col p .button, .page-id-2.page-id-26413.page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons .button:hover, .page-id-26413.page-template-template_mb_webinar_page .section-two-col p .button:hover, .page-id-26413.page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel .center .button:hover6413.page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel .center .button {background-color:#4e9ab6;border-color:#4e9ab6 }
 {background-color:#4b5cb5;border-color:#4b5cb5 }*/
.page-id-26413.page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons .button, .page-id-26413.page-template-template_mb_webinar_page .section-two-col p .button, .page-id-26413.page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel .center .button {
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  font-weight: 300;
  border: 1px solid #fff;
  margin-bottom: 3%;
  background-image: url(https://marthabeck.com/wp-content/themes/martha-beck/_static/images/btn-clr.jpg);
  background-size: cover;
  background-color: transparent;
}
.page-id-26413.page-template-template_mb_webinar_page .section-video.appearance-boxed .content .cta-buttons .button:hover, .page-id-26413.page-template-template_mb_webinar_page .section-two-col p .button:hover, .page-id-26413.page-template-template_mb_webinar_page .section-video.appearance-boxed .two-col-panel .center .button:hover {
  background-image: url(https://marthabeck.com/wp-content/themes/martha-beck/_static/images/btn-clr-hov.jpg);
}

.page-id-26413.page-template-template_mb_webinar_page .texture-border {display:none;}
.page-id-26413.page-template-template_mb_webinar_page .hero-header:before {content:' '; height: 14px;
    width: 100%; position:relative;
    display: block;
    background-image: url(_static/images/color-bar.jpg);
    background-size: cover;}
.page-id-26413.page-template-template_mb_webinar_page .section-video.appearance-boxed .-title h2 {font-size:29px;}
/*.page-id-25926 .section-wlct_testimonial .testimonial-block {box-shadow: 0px 30px 60px 0px rgba(51, 39, 6, 0.55);}*/
/*.page-id-25928 #schedule.layout-section .cls-background {padding-top:0;}*/
.page-id-24427.page-template-template_gathering_page .gform_wrapper form div.ginput_container_name span, .page-id-24425.page-template-template_gathering_page .gform_wrapper form div.ginput_container_name span{
	padding-right:16px;
}
.page-id-24427.page-template-template_gathering_page .gform_wrapper form .has_first_name, .page-id-24425.page-template-template_gathering_page .gform_wrapper form .has_first_name{
	margin-bottom:50px;
}
.page-id-25932 .layout-section.appearance-boxed .-title h2 {background: #fcfcfc}
.master-coach-training #popup-promo .grid.grid-2-col .cell:nth-of-type(2) {display:none;}
.master-coach-training #popup-promo .grid.grid-2-col .cell:nth-of-type(1) {flex: 0 0 calc(100%);}
.page-the-way-of-integrity #twoi-header-desktop img {width:100%;height:auto;}
.page-id-18151 form button {background-color:#70c1c0;min-width: 222px;
    height: auto;
    padding: 10px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 8px 11px rgb(51 50 50 / 8%), 0 4px 7px rgb(51 50 50 / 8%);
    transition: all 0.2s linear;}
.page-id-18151 form button:hover {opacity:0.9;}
.page-id-18151 header, .page-id-18150 header, .page-id-18151 .header-spacer {display:none;}
.image-hero-header.desktop-only img {width:100%;}
.page-id-26463 .hero-header h3.clr-border:after {margin: 10px auto 0;
    width: 83%;
    display: block;
    height: 3px;
    content: ' ';
    background-image: url(https://marthabeck.com/wp-content/themes/martha-beck/_static/images/pwf-under-line.jpg);
    background-position: top center;
    background-size: auto;
}
.page-template-template_new_twoi_page #twoi-hero #hero-yellow-bar p {margin:0 !important;}
.woocommerce-page .hero-header .hero-text-outer .hero-text {background-position:center !important;}
@media(max-width:1199px){
	.woocommerce-page .hero-header .hero-text-outer .hero-text {padding: 160px 230px !important;}
}
@media (max-width: 991px) {
	.post-type-archive-product .featured-product-mobile {margin: 0 auto; left: auto; }
	.post-type-archive-product .hero-bg-mobile {max-width:700px;margin:0 auto;display:block;}
}
@media (max-width: 575px) {
.woocommerce-page .hero-header {min-height: auto; background: none !important;}
}
body #instructors-intro-text .cls-background { padding: 50px 0 80px !important; }
body .section-lct_coordinators .cls-background { padding: 80px 0 80px !important; }
body .section-lct_instructors .cls-background { padding: 80px 0 180px !important; }
body .section-lct_team .cls-background { padding: 80px 0 100px !important; }
@media (max-width: 700px) {
	body #instructors-intro-text .cls-background {
	padding: 50px 0 50px !important; }
}
.page-id-31619.page-template-template_new_practical_wf_page section.torn-texture-paper-bottom:after {height:90px;}

#wayfinding-coach-training-overview .container .grid.grid-3-col{
    justify-content:center !important;
}
#wayfinding-coach-training-overview .container .grid.grid-3-col .cell{
   margin: 0 1% !important;
}

.page-id-32087.page-template-template_new_practical_wf_page .hero-header, .page-id-32093.page-template-template_new_practical_wf_page .hero-header{
   padding:120px 0 110px;
}
.page-id-32087.page-template-template_new_practical_wf_page .hero-header, .page-id-32093.page-template-template_new_practical_wf_page .hero-header{
	border-top: 8px solid #e7e3db;
}
.page-id-32087.page-template-template_new_practical_wf_page .texture-border, .page-id-32093.page-template-template_new_practical_wf_page .texture-border{
	background-image:none;
	background-color:#846869;
}
.page-id-32087 #thank-you .cls-background, .page-id-32093 #sign-up .cls-background{
	background-image: linear-gradient(to top, #dfe9f3, #ffffff);
}
.page-id-32093 #sign-up form label{
	display:none;
}
.page-id-32093.page-template-template_new_practical_wf_page form .infusion-submit{
	margin-top:25px;
}
.page-id-32093.page-template-template_new_practical_wf_page form .infusion-submit button{
	position: relative;
    margin: 25px auto 0;
    min-width: 222px;
    height: auto;
    padding: 10px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	line-height: 26px;
    border: none;
    background: #4bc0b7;
    box-shadow: 0 8px 11px rgb(51 50 50 / 8%), 0 4px 7px rgb(51 50 50 / 8%);
    transition: all 0.2s linear;
}
.page-id-32093.page-template-template_new_practical_wf_page form .infusion-submit button:hover{
	color: #ffffff;
    background: #2f6868;
    outline: 0;
}
.page-id-32093.page-template-template_new_practical_wf_page form .infusion-submit button:before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    background: url(https://marthabeck.com/wp-content/themes/martha-beck/_static/images/down-arrow-black.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    margin: 0 auto;
    height: 20px;
    transform: translateY(0px);
    transition: all 0.4s cubic-bezier(0.33, -0.5, 0.66, 2);
}
.page-id-32093.page-template-template_new_practical_wf_page form .infusion-submit button:hover:before {
    transform: translateY(5px);
}
.page-id-32799 .button, .page-id-32815 .button {color:#fff;background-color:#c19c52;border-color:#c19c52;width:100%;padding-top:15px;padding-bottom:15px;}
.page-id-32799 header, .page-id-32813 header, .page-id-32815 header, .page-id-32816 header {display:none;}

/*MASTER COACH INSTRUCTOR PAGE TWEAKS*/
body.master-coach-training .section-lct_instructors .cls-background{
	padding: 80px 0 80px !important;
}
body.master-coach-training .section-lct_instructors .container .lct-instructors .instructor{
	margin: 160px 16px 16px;
}
@media(min-width:1700px){
	body.master-coach-training .section-lct_instructors.torn-texture-paper-top:before{
		top:-8%;
		height:120px;
	}
}
@media(max-width:1400px){
	body.master-coach-training .section-lct_instructors.torn-texture-paper-top:before{
		top:-5%;
		height:120px;
	}
}
@media(max-width:1045px){
	body.master-coach-training .section-lct_instructors.torn-texture-paper-top:before{
		top:-3%;
	}
}
@media(max-width:860px){
	body.master-coach-training .section-lct_instructors.torn-texture-paper-top:before{
		top:-2%;
	}
}
@media(max-width:595px){
	body.master-coach-training .section-lct_instructors.torn-texture-paper-top:before{
		top:-1%;
	}
}

/*FIX GF HONEYPOT FIELDS FROM SHOWING*/
.ak_hp_textarea, .gform_footer + label{
	display:none;
}

/*NEW JOB PAGES*/
.page-id-33478 .footer-top, .page-id-33488 .footer-top, .page-id-33493 .footer-top, .page-id-33555 .footer-top, .page-id-34682 .footer-top, .page-id-34759 .footer-top{
	background-color: #f8f8f5;
}
.job-description p:last-child, .job-description ul:last-child{
	margin-bottom:0;
}
.flex-sections .layout-section.appearance-boxed.job-descriptio.margin-bottom{
	margin-bottom:50px !important;
}
.flex-sections .layout-section.appearance-boxed.job-description .boxed-section{
	border: 1px solid #eca583 !important;
	position:relative;
	padding:50px 60px !important;
}
.flex-sections .layout-section.appearance-boxed.job-description .-title{
	top:-50px !important;
}
.flex-sections .layout-section.appearance-boxed.job-description .cls-background{
	padding: 60px 0 0 !important;
}
.gold-button .button-primary{
	background-color: #ac9455 !important;
    border-color: #ac9455 !important;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
	margin-bottom:0;
}
.gold-button .button-primary:hover{
	background-color: #4bc0b7 !important;
    border-color: #4bc0b7 !important;
}
.job-description.gold-button p .button-primary:after{
	content: '';
    display: block;
    border: 1px solid rgba(54, 36, 7, 0.102);
    box-shadow: 0px 1px 0px 0px white;
    position: relative;
    bottom: 80px;
    z-index: -1;
	width:100%;
	left:0;
	position:absolute;
}
@media(max-width:991px){
	.job-description.gold-button p .button-primary:after{
		bottom:70px;
	}
}
@media(max-width:575px){
	.job-description.gold-button p .button-primary:after{
		bottom:40px;
	}
}

/*NEW MCT THANK YOU PAGES*/
.page-template-template-thanks form input{
	margin-bottom:inherit !important;
}
.page-id-34452.page-template-template-thanks #thank-you:before, .page-id-34454.page-template-template-thanks #thank-you:before{
	height: 132px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -2%;
	top:auto;
    background-image: url(https://marthabeck.com/wp-content/themes/martha-beck/_static/images/wavy-lines.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-id-34454.page-template-template-thanks .footer-btn, .page-id-34454.page-template-template-thanks .footer-nav, .page-id-34454.page-template-template-thanks .footer-social, .page-id-34454.page-template-template-thanks #linkbar{
	display:none !important;
}
.swoosh.-type-hr.-color-blue:before { background-image: url(https://marthabeck.com/wp-content/themes/martha-beck/_static/images/wlct-updated-swoosh@1.5x.png) !important; }

/*NEW TWOI PAGES*/
.page-id-34749.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper h3, .page-id-34755.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper h3{
	max-width: 50%;
}
@media(max-width:991px){
	.page-id-34749.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper h3, .page-id-34755.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper h3{
	max-width: 70%;
}
}
@media(max-width:575px){
	.page-id-34749.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper h3, .page-id-34755.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper h3{
	max-width: 90%;
}
	.page-id-34749.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper img{
		margin-bottom:25px;
	}
}
.page-id-34749.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper{
	padding:0 30px;
	min-height:350px;
	margin-bottom:50px;
}
.page-id-34749.page-template-template_newsletter_optin_page .optin-section .optin-panel .optin-panel-inner .content-wrapper form + p{
	display:none;
}

/*NEW INCLUSION & BELONGING PAGE*/
/* NEW Q&A VIDEO GALLERY */
.vid-gallery-styles.section-qa_video_gallery .cls-background {
  padding: 0 0 50px !important;
}
.vid-gallery-styles.section-qa_video_gallery .container {
  max-width: 1280px;
}
@media (max-width: 991px) {
  .vid-gallery-styles.section-qa_video_gallery .container {
    max-width: 720px;
  }
}
.vid-gallery-styles.section-qa_video_gallery h1 .swoosh, .vid-gallery-styles.section-qa_video_gallery h2 .swoosh, .vid-gallery-styles.section-qa_video_gallery h3 .swoosh, .vid-gallery-styles.section-qa_video_gallery h4 .swoosh, .vid-gallery-styles.section-qa_video_gallery h5 .swoosh, .vid-gallery-styles.section-qa_video_gallery h6 .swoosh {
  margin: 0.5em 0;
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .vid-gallery-styles.section-qa_video_gallery .qa-video-gallery {
    display: block;
  }
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video {
  width: 45%;
  box-sizing: border-box;
  padding: 25px;
  margin: 0 15px 30px;
  background-color: #e6eced;
}
@media (max-width: 991px) {
  .vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video {
    width: 100%;
    margin: 0 0 30px;
  }
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .qa-video-footer {
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .qa-video-footer {
    display: block;
  }
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .qa-video-footer .vid-title {
  width: 68%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .qa-video-footer .vid-title {
    width: 100%;
    text-align: center;
  }
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .qa-video-footer .audio-link {
  width: 30%;
  text-align: right;
}
@media (max-width: 575px) {
  .vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .qa-video-footer .audio-link {
    width: 100%;
    text-align: center;
  }
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .qa-video-footer .audio-link a {
  color: #846869;
  font-size: 16px;
  font-style: italic;
}
.vid-gallery-styles.section-qa_video_gallery .qa-video-gallery .qa-video .qa-video-footer .audio-link a:hover {
  text-decoration: none;
}

.single-podcasts .post-content .episode-links h5, .single-gathering_pod .post-content .episode-links h5, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-links h5 {
	font-size:22px;
}
.single-podcasts .post-content .episode-links h4, .single-gathering_pod .post-content .episode-links h4, .page-template-template-podcast-static-gathering-pod-page .post-content .episode-links h4 {
	font-size:18px;
}

/*NEW FAQ VIDEOS*/
.section-faqs .qa-video-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section-faqs .qa-video-gallery {
    display: block;
  }
}
.section-faqs .qa-video-gallery .qa-video {
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  margin: 25px 15px 30px;
  background-color: #e6eced;
}
@media (max-width: 991px) {
  .section-faqs .qa-video-gallery .qa-video {
    width: 100%;
    margin: 0 0 30px;
  }
}
.section-faqs .qa-video-gallery .qa-video .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.section-faqs .qa-video-gallery .qa-video .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-faqs .qa-video-gallery .qa-video .qa-video-footer {
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .section-faqs .qa-video-gallery .qa-video .qa-video-footer {
    display: block;
  }
}
.section-faqs .qa-video-gallery .qa-video .qa-video-footer .vid-title {
  width: 68%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-faqs .qa-video-gallery .qa-video .qa-video-footer .vid-title {
    width: 100%;
    text-align: center;
  }
}
.section-faqs .qa-video-gallery .qa-video .qa-video-footer .audio-link {
  width: 30%;
  text-align: right;
}
@media (max-width: 575px) {
  .section-faqs .qa-video-gallery .qa-video .qa-video-footer .audio-link {
    width: 100%;
    text-align: center;
  }
}
.section-faqs .qa-video-gallery .qa-video .qa-video-footer .audio-link a {
  color: #846869;
  font-size: 16px;
  font-style: italic;
}
.section-faqs .qa-video-gallery .qa-video .qa-video-footer .audio-link a:hover {
  text-decoration: none;
}

.single-podcasts .post-content .episode-transcript h5{
	color: #2b2b2b;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}
.single-podcasts .post-content .episode-transcript p {
font-size:15px;line-height:1.5em;
}
.page-id-34749.page-template-template_newsletter_optin_page .hero-header, .page-id-34755.page-template-template_newsletter_optin_page .hero-header {min-height:100px;}

/*GDPR STYLES*/
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, .gdpr-shr-button, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{
	font-weight:600 !important;
	font-size:15px !important;
	text-transform:uppercase !important;
	padding:20px 30px !important;
	height:auto !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover{
	background-color:#2f6868 !important;
	border-color:#2f6868 !important;
	color:#ffffff !important;
}
#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg.icon, #moove_gdpr_cookie_modal li button .gdpr-svg-icon svg.icon{
	top:0 !important;
}

/*NEW SIMPLE ACCORDION VIDEOS*/
.section-simple_accordion .qa-video-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	max-width: 850px;
    margin: 0 auto;
}
@media (max-width: 991px) {
  .section-simple_accordion .qa-video-gallery {
    display: block;
  }
}
.section-simple_accordion .qa-video-gallery .qa-video {
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  margin: 25px 15px 30px;
  background-color: #e6eced;
}
@media (max-width: 991px) {
  .section-simple_accordion .qa-video-gallery .qa-video {
    width: 100%;
    margin: 0 0 30px;
  }
}
.section-simple_accordion .qa-video-gallery .qa-video .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.section-simple_accordion .qa-video-gallery .qa-video .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-simple_accordion .qa-video-gallery .qa-video .qa-video-footer {
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .section-simple_accordion .qa-video-gallery .qa-video .qa-video-footer {
    display: block;
  }
}
.section-simple_accordion .qa-video-gallery .qa-video .qa-video-footer .vid-title {
  width: 68%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-simple_accordion .qa-video-gallery .qa-video .qa-video-footer .vid-title {
    width: 100%;
    text-align: center;
  }
}
.section-simple_accordion .qa-video-gallery .qa-video .qa-video-footer .audio-link {
  width: 30%;
  text-align: right;
}
@media (max-width: 575px) {
  .section-simple_accordion .qa-video-gallery .qa-video .qa-video-footer .audio-link {
    width: 100%;
    text-align: center;
  }
}
.section-simple_accordion .qa-video-gallery .qa-video .qa-video-footer .audio-link a {
  color: #846869;
  font-size: 16px;
  font-style: italic;
}
.section-simple_accordion .qa-video-gallery .qa-video .qa-video-footer .audio-link a:hover {
  text-decoration: none;
}

.flex-sections .layout-section#inclusion-belonging-quarterly-calls .cls-background{
	padding:100px 0 0;
}

/* New WLCT Linen Footer */
#lfooter {
	padding: 25px 0 5px;
	background-image: url(_static/images/burlap.png);
	background-position: center;
	background-size:cover;
}

	@media and (max-width:991px) {
		#lfooter {padding: 25px 0 20px;}
	}

#lfooter .container {
	max-width:1145px;
}

#lfooter #credits {
		text-transform: uppercase;
		color: #555858;
		max-width:1034px;
		font-size: 13px;
		font-family: $font_menu;
		font-weight:300;
}

#lfooter #credits a {
	color: #555858;
	text-decoration: none;
}
#lfooter #credits a:hover {
	color: #46c3b2;
}
#lfooter .footer-left {
	width: 50%;
	text-align: left;
}

@media(max-width:768px){
	#lfooter .footer-left {
	width: 100%;
	text-align: center;
	}
}

@media(max-width:991px) {
	#lfooter .footer-left p { margin-bottom:0;}
}

#lfooter .footer-right {
	width: 50%;
	text-align: right;
}

@media(max-width:768px){
	#lfooter .footer-right {
	width: 100%;
	text-align: center;
	}
}

/*CHANGES TO THE TWOi PAGE*/
.page-template-template_new_twoi_page #video-gallery.intro-video .container .videos{
	justify-content:center;
}
.page-template-template_new_twoi_page #video-gallery.intro-video{
	padding:100px 0 0;
	margin-bottom:-4em;
}
.page-template-template_new_twoi_page #video-gallery.additional-videos{
	padding:0px 0 80px;
}
.page-template-template_new_twoi_page #two-col-content.opt-in-section{
	background-color:#225f68;
	background-image:none;
	color:#fff;
}
.page-template-template_new_twoi_page #two-col-content.opt-in-section form{
	text-align:center;
	margin-bottom:0;
}
.page-template-template_new_twoi_page #two-col-content.opt-in-section form + p{
	display:none;
}
.page-template-template_new_twoi_page #two-col-content.opt-in-section form label{
	display:none;
}
.page-template-template_new_twoi_page #two-col-content.opt-in-section form input{
	width:100%;
	height: 66px;
	font-size: 16px;
    line-height: 20px;
    padding: 12px 12px;
	font-family: "proxima-nova";
}
.page-template-template_new_twoi_page #two-col-content.opt-in-section form button{
	height: 66px;
    line-height: 66px;
    background-color: #f3c634;
    border-color: #f3c634;
    color: #fff;
    padding: 0 75px;
    font-size: 24px;
    font-weight: 600;
    font-family: "proxima-nova";
}
.page-template-template_new_twoi_page #two-col-content.opt-in-section form button:hover{
	    border-color: #fff;
    background-color: #225f68;
}
.page-template-template_new_twoi_page #two-col-content.opt-in-section p:last-child{
	margin-bottom:0;
}

/*ADJUSTMENTS TO AFRICAN STAR MAY 2022 PAGE*/
.page-id-35524 .flex-sections .layout-section#update-information .cls-background, .page-id-35524 .flex-sections .layout-section#information-about-the-star .cls-background{
	padding:25px 0 !important;
}

@media and (max-width:500px) {
.page-template-template_wild_new_ways_page .button {font-size:15px;}
}

/*READ MORE FUNCTION FOR PODCAST TRANSCRIPTS*/
.single-podcasts .episode-transcript .moretext{
	font-size: 15px;
    line-height: 1.5em;
}
.single-podcasts .episode-transcript .moretext + br{
	display:none;
}
.single-podcasts .episode-transcript .moreless-button{
	font-size: 15px;
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:25px;
	display:block;
}
.single-podcasts .episode-transcript .moreless-button:after{
	content:'...';
}

#ppc-button .paypal-buttons {
	margin: 20px auto;
	display: block;
}

.page-id-20918.page-template-template_mb_webinar_page .hero-header:before, .page-id-20918 .texture-border, .page-id-20918 .mobile-only{
	display:none;
}
@media (max-width: 575px){
.page-id-20918 .desktop-only {
    display: block !important;
}
.page-id-20918.page-template-template_mb_webinar_page .hero-header{
	background-position:center;
}
}
.page-id-20918 #video-section{
	margin-top:50px !important;
}


@media (min-width: 1700px){
.page-id-36953.page-template-template_wild_new_ways_page .torn-texture-paper-top:before {
    top: -7.9%;
    height: 150px;
}
}
}
.icf-actp-footer{
	background-color:#846869;
	text-align:center;
	box-sizing:border-box;
	padding:25px 20px;
}
.icf-actp-footer img{
	max-width: 150px;
    display: block;
    margin: 0 auto;
}

@media(max-width:575px){
	.page-template-template_podcast_landing_page .bewildered-podcast h1, .post-type-archive-podcasts .podcast-archive-hero-header .container .col-2 h1{
		font-size:80%;
	}
	.post-type-archive-podcasts .podcast-archive-hero-header .container .col-2 h1 sup{
		font-size:15px !important;
	}
}

/*2023 LCT INSTRUCTOR PAGE FIXES*/
.page-id-38667.page-template-template_new_wlct_page.page-instructors #ready-to-find-your-way.orange-curve .cls-background, .page-id-39536.page-template-template_new_wlct_page.page-instructors #ready-to-find-your-way.orange-curve .cls-background, .page-id-41193.page-template-template_new_wlct_page.page-instructors #ready-to-find-your-way.orange-curve .cls-background, .page-id-41726.page-template-template_new_wlct_page.page-instructors #ready-to-find-your-way.orange-curve .cls-background{
	background-color:#fff;
}
.page-id-38667.page-template-template_new_wlct_page .wht-bottom-curve-v2 .cls-background, .page-id-39536.page-template-template_new_wlct_page .wht-bottom-curve-v2 .cls-background, .page-id-41193.page-template-template_new_wlct_page .wht-bottom-curve-v2 .cls-background, .page-id-41726.page-template-template_new_wlct_page .wht-bottom-curve-v2 .cls-background{
	background-image:none;
}
.page-id-38667.page-template-template_new_wlct_page #coordinators.wht-bottom-curve-overlap:after{
	height:100px;
}



.blog-footer .container .grid .col-2 .cat-topics ul li .cat-img{
	text-align:center;
}
.single-product .shop-page .content-area #main .share-links .fshare{
	padding:0 6px !important;
}
.page-template-template_events_page .event-panel:before{
	top:-50px !important;
}
.single .post-content .entry-image .share-buttons.element-is-sticky{
	opacity: 1 !important;
}
.single .entry-header h1.entry-title{
	padding:0 10px;
}
.page-template-template_wild_new_ways_page .section-accordion_content .container .accordion{
	display:flex;
	align-items:center;
	position:relative;
}
.page-template-template_wild_new_ways_page .section-accordion_content .container .accordion:after{
	position:absolute;
	right:25px;
}

@media(max-width:1199px){
	.page-template-template_podcast_landing_page .bewildered-podcast, .page-template-template_podcast_landing_page .gathering-podcast{
		padding:100px 50px !important;
	}
	.post-type-archive-podcasts .podcast-archive-hero-header .container .col-2, .single-podcasts .podcast-archive-hero-header .container .col-2, .tax-podcast_category .podcast-archive-hero-header .container .col-2, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2{
		padding-left:25px !important
	}
}
@media(max-width:991px){
	.page-template-template_books_page .other-books .container .books .book:after{
		width:100% !important;
		background-size:cover !important;
	}
	.browser-Safari .page-template-template_books_page .featured-book .container .featured-book-panel .title-block{
		left:0 !important
	}
	.page-template-template_events_page .event-panel:before{
		top:-30px !important;
	}
	.page-id-23910 #changing-the-world h3, .page-id-23910 #join-us-under-the-tree h3{
		margin-bottom:20px !important;
	}
	.page-template-template_wild_new_ways_page .section-two_column_content .container .col-1{
		padding-right:0 !important;
	}
	#highlights .cls-background ul, #registration ul{
		padding-left:25px;
	}
	.page-good-work-foundation #intro .grid{
		display:flex !important;
	}
	.page-good-work-foundation #intro .grid.grid-12-col .cell.span-2{
		flex:0 0 calc( 16.6% - 16.68px) !important;
	}
	.page-good-work-foundation #intro .grid.grid-12-col .cell.span-10{
		flex:0 0 calc( 83.3% - 3.34px) !important;
	}
}
@media(max-width:910px){
	.master-coach-training #prerequisites.torn-texture-paper-top:before{
		top:-8% !important;
	}
}
@media(max-width:767px){
	.page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(odd):before, .page-template-template_new_about_page .section-press .press-boxes .press-box:nth-child(even):before{
		width:100% !important;
		background-size:cover !important;
	}
	.page-template-template_events_page .event-panel:before{
		top:-18px !important;
	}
	.woocommerce-page .hero-header{
		margin:-50px auto 25px !important;
		min-height:300px !important;
	}
	.page-template-template_wild_new_ways_page h1, .page-template-template_wild_new_ways_page h2, .page-template-template_wild_new_ways_page h3, .page-template-template_wild_new_ways_page h4{
		line-height:normal !important;
	}
	.page-template-template_new_wlct_page .section-grid-items#core-values .bottom-content img, .page-template-template_new_wlct_page .section-grid-items#core-values .bottom-content{
		max-width:100% !important;
	}
	.page-template-template_new_wlct_page .section-two_column_grid.boxed-section{
		max-width:93% !important;
	}
	.page-template-template_new_wlct_page #coordinators.wht-bottom-curve-overlap:after{
		height: 40px !important;
		background-color:#fff;
	}
	.master-coach-training #prerequisites.torn-texture-paper-top:before{
		top:-25px !important;
	}
	.page-african-star #hero-header .cls-background, .page-itinerary #hero-header .cls-background, .page-apply #hero-header .cls-background, .page-faqs #hero-header .cls-background, .page-good-work-foundation #hero-header .cls-background{
		padding:25px 0 !important;
	}
	#its-time .container img.alignright{
		display:block;
		float:none;
		max-width:100%;
		padding-left:0;
	}
	.section-testimonial_new_design .new-testimonial-block .testimonial-content img{
		text-align:center;
		display:block;
	}
	#highlights .cls-background ul:nth-of-type(2){
		margin-bottom:0 !important;
	}
}
@media(max-width:575px){
	.woocommerce-page .hero-header{
		margin:-50px auto 25px !important;
		min-height:300px !important;
	}
	.section-carousel .slides .slide .slide-contents .slide-heading:after, .section-carousel .slides-mobile .slide .slide-contents .slide-heading:after, .blog .blog-posts .container .latest-post h1:after, .archive .blog-posts .container .latest-post h1:after, .search .blog-posts .container .latest-post h1:after, .single .blog-posts .container .latest-post h1:after, .page-template-template-podcast-static-page .blog-posts .container .latest-post h1:after, .page-template-template-podcast-static-gathering-pod-page .blog-posts .container .latest-post h1:after{
		width:100% !important;
	}
	.page-template-template_new_about_page .section-photo-slider .photo-slider .slick-dots{
		bottom:-75px !important;
	}
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .extend, .wp-pagenavi .page, .wp-pagenavi span{
		padding:7px !important;
	}
	.blog-footer .container .grid .col-2 .search-blog #search_form button{
		width:40px !important;
	}
	.single .post-content .entry-image .share-buttons{
		bottom:-25% !important;
	}
	.page-template-template_events_page .event-panel:before{
		top:-10px !important;
	}
	.page-template-template_podcast_landing_page .bewildered-podcast, .page-template-template_podcast_landing_page .gathering-podcast{
		padding:50px 25px !important;
	}
	.page-template-template_podcast_landing_page .bewildered-podcast h1 span, .page-template-template_podcast_landing_page .gathering-podcast h1 span{
		font-size:40px !important;
	}
	.page-template-template_podcast_landing_page .bewildered-podcast .center-btn .button.subscribe-btn:before, .page-template-template_podcast_landing_page .gathering-podcast .center-btn .button.subscribe-btn:before{
		width:25px !important;
		height:25px !important;
	}
	.post-type-archive-podcasts .podcast-archive-hero-header .container .col-2.hero-text h1 span, .single-podcasts .podcast-archive-hero-header .container .col-2.hero-text h1 span, .tax-podcast_category .podcast-archive-hero-header .container .col-2.hero-text h1 span, .page-template-template-podcast-static-page .podcast-archive-hero-header .container .col-2.hero-text h1 span, .post-type-archive-gathering_pod .podcast-archive-hero-header .container .col-2.hero-text h1 span, .page-template-template-podcast-static-gathering-pod-page .podcast-archive-hero-header .container .col-2.hero-text h1 span{
		font-size:36px !important;
	}
	.page-template-template_speaking_page .top-tear:before{
		top:-15px !important;
	}
	.page-template-template_speaking_page .button-primary{
		padding:0 20px !important;
	}
	.page-template-template_speaking_page .section-book-slider .books-slider .slick-dots{
		bottom:-50px !important;
	}
	.page-template-template_find_coach_page .fac-form-section .fac-form-panel .fac-form-panel-inner h2.form-title:after{
		width:100% !important;
	}
	.page-template-template_find_coach_page .intro-coaches .container .coach-intro .col.coach-intro-panel{
		padding:25px !important;
	}
	.page-template-template_find_coach_page .fac-results-section .container .coach-card .coach-popup-inner{
		padding:15px !important;
	}
	.page-template-template_contact_page .section-photo-txt .container .txt-panel:before{
		width:100% !important;
	}
	.page-template-template_contact_page .section-get-in-touch .cls-background{
		padding:25px 0 250px !important;
	}
	.page-template-template_contact_page .section-get-in-touch .container #featured-heading{
		margin-bottom:25px !important;
	}
	.page-template-template_new_wlct_page .swoosh.-type-hr.-color-blue:before, .page-template-template_new_wlct_page .section-grid-items .boxed-section .-title:after, .page-template-template_new_wlct_page .section-two_column_grid h2.heading:after, .page-template-template_new_wlct_page .section-two_column h3.heading:after{
		width: 225px !important;
		min-width: 225px !important;
		left: 45% !important;
	}
	.swoosh.-type-hr.-color-blue:before{
		width: 225px !important;
		min-width: 225px !important;
	}
	body.master-coach-training .section-lct_instructors.torn-texture-paper-top:before{
		top:-18px !important;
	}
	.page-african-star .button, .page-itinerary .button, .page-apply .button, .page-faqs .button, .page-good-work-foundation .button{
		padding:0 40px !important;
	}
	.page-african-star #hero-header h4, .page-itinerary #hero-header h4, .page-apply #hero-header h4, .page-faqs #hero-header h4, .page-good-work-foundation #hero-header h4{
		margin-bottom:25px !important;
		line-height:normal !important
	}
	.page-good-work-foundation #intro .grid{
		display:block !important;
	}
	.page-good-work-foundation #intro .grid img.alignleft{
		float:none !important;
		display:block !important;
		margin:0 auto !important;
	}
}

.home .section-latest-blog .latest-blog .blog-block{
	max-width:60%;
}
@media(max-width:991px){
	.home .section-latest-blog .latest-blog .blog-block{
	max-width:100%;
}
}

/* New Home Page */

.page-id-41276 .hero-header-vid #video_overlay {
	background-image: url(_static/images/home-hero-overlay.png);
	background-position: 44% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .85;
	background-color: rgba(0, 0, 0, 0.02);
}
.page-id-41276 .hero-header-vid #video_overlay::before {
	display: none !important;
}
.page-id-41276 .hero-header-vid .hero-text-outer .hero-text p {
	margin-top: .5%;
}
.page-id-41276 .button {
	letter-spacing: .1em;
}
.page-id-41276 .button:hover {
	background: #135b74;
}
.page-id-41276 .button.button-primary {
	background: #135b74;
	border: 0;
	font-size: 16px;
	letter-spacing: .06em;
	min-width: 247px;
	padding: 15px 20px !important;
}
.page-id-41276 .button.button-primary:hover {
	background-color: #4bc0b7;
}
@media (max-width: 500px) {
	.home .button.button-primary {
		min-width: 0;
	}
}
.page-id-41276 .section-carousel .slides .slide .slide-contents .button.button-primary,
.page-id-41276 .section-carousel .slides-mobile .slide .slide-contents .button.button-primary {
	min-width: 0;
	padding: 19px 23px !important;
}
.page-id-41276 .section-carousel .slides .slick-dots li button::before,
.page-id-41276 .section-carousel .slides-mobile .slick-dots li button::before {
	color: #135b74;
}
.page-id-41276 .section-carousel .slides .slick-dots li.slick-active button::before,
.page-id-41276 .section-carousel .slides-mobile .slick-dots li.slick-active button::before {
	color: #135b74;
	opacity: 1;
}
.page-id-41276 #excited-about .cls-background {
	padding-bottom: 140px !important;
}
@media (max-width: 768px) {
	.page-id-41276 #excited-about .cls-background {
		padding-bottom: 70px !important;
	}
}
.page-id-41276 .section-latest-blog .latest-blog .blog-block .info-block .post-title {
	font-size: 20px;
}
.page-id-41276 .section-latest-blog .latest-blog .blog-block .info-block .center-btn .more-link {
	letter-spacing: .06em;
}
.page-id-41276 .section-community .bottom-txt .button.button-primary {
	/*font-size: 20px;
	min-width: 354px;
	padding: 25px 30px !important;*/
	white-space: pre-wrap;
	    font-size: 16px;
    letter-spacing: .06em;
    min-width: 247px;
    padding: 15px 20px !important;
}
@media (max-width: 500px) {
	.page-id-41276 .section-community .bottom-txt .button.button-primary {
		min-width: 0;
	}
}
.page-id-41276 .section-quote#oprah-quote .quote-box {
	background-color: rgba(255, 255, 255, 0.9);
	border: 0;
	margin: 0 0 0 auto;
	max-width: 583px;
	padding: 0;
}
.page-id-41276 .section-quote#oprah-quote .quote-box .quote {
	background: transparent;
	margin: 0 auto;
	max-width: 380px;
	padding: 50px;
	width: 100%;
}
.page-id-41276 .section-quote#oprah-quote .quote-box .quote .quote-mark {
	background-image: url(_static/images/home-quote.png);
	margin-bottom: 40px;
}
.page-id-41276 .section-quote .quote-box .quote .txt {
	letter-spacing: .06em;
}
.page-id-41276 .section-quote .quote-box .quote .swoosh {
	background-image: url(_static/images/home-underline-2.png);
	height: 15px;
	margin-bottom: 22px !important;
	margin-top: 29px !important;
	width: 277px;
}
.page-id-41276 .section-quote#oprah-quote .quote-box .quote .auth {
	letter-spacing: .06em;
}
.page-id-41276 .section-latest-blog .latest-blog {
	max-width: 1405px;
}
@media (min-width: 992px) {
	.page-id-41276 .section-latest-blog .latest-blog img {
		max-width: 41% !important;
	}
	.page-id-41276 .section-latest-blog .latest-blog .blog-block {
		max-width: 65.3% !important;
		width: 100%;
	}
	.page-id-41276 .section-community .community-panel-box {
		min-height: 445px;
		padding-left: 90px !important;
		padding-right: 90px !important;
	}
	.page-id-41276 .section-community .community-panel {
		width: calc( 50% - 20px );
	}
}

.page-id-41276 .section-community .bottom-txt p {
	font-size: 17px;
}

@media (max-width: 1199px) {
	.page-id-41276 .section-community .intro-txt h6 {
		margin: 0 auto 0 !important;
	}
	.page-id-41276 #oprah-quote .cls-background {
		background-position: right center !important;
	}
}

@media (max-width: 575px) {
	.page-id-41276 .section-carousel .slides-mobile .slide .slide-contents {
		max-width: none;
		width: 90%;
	}
	.page-id-41276 .hero-header-vid #video_overlay {
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.15);
	}
}

@media (max-width: 450px) {
	.page-id-41276 .hero-header-vid .hero-text-outer .hero-text h1 span {
		font-size: 40px !important;
	}
}

@media (min-width: 992px) {
	.page-id-41276 .section-latest-blog .latest-blog .blog-block .info-block {
		padding: 20px !important;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 1220px) {
	.page-id-41276 .section-latest-blog .latest-blog .blog-block .info-block {
		padding: 30px !important;
		min-height: 310px;
	}
}

@media (max-width: 1199px) {
	.page-id-41276 .section-latest-blog .latest-blog .blog-block .info-block .post-title {
		line-height: 1.15;
	}
}

@media (min-width: 1692px) {
	.page-id-41276 #oprah-quote .cls-background {
		background-position: top center;
	}
}

.page-id-41276 .home-hero-image {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden !important;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	background-size: cover;
	object-fit: cover;
}

.section-lct_instructors #bio-pop .bio-cols .col-2 .badges .badge.badge-img-mcc{
	background-image:url(https://marthabeck.com/wp-content/themes/martha-beck/_static/images/mcc-badge.png);
}
#html .arve.aligncenter{
	margin:0 auto 1.5em !important;
}

.podcast-video {
	margin-top: 25px;
}

.podcast-video h5 {
	color: #2b2b2b;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
}

.podcast-video_responsive {
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.podcast-video_responsive iframe {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gathering_pod-template-default .podcast-video {
	margin-bottom: 25px;
}

.cert-badge.relationship-2 {
	display: none;
}

.page-template-template_new_wlct_page #lfooter .footer-left{
  width:70%;
  }
.page-template-template_new_wlct_page #lfooter .footer-right{
  width:30%;
}
#style-fixes{
	display:none;
}
.home #whats-happening-now .cell{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.home #whats-happening-now .cell.col-1{
	align-items: center;
}
.home #whats-happening-now .cell.col-2 p:last-child{
	margin:0 0 25px;
}
.home #whats-happening-now.section-featured .grid .col-2 p:nth-of-type(2){
	margin-top:0;
}
.home #whats-happening-now .cell.col-1 img{
	max-width:75%;
}

.page-id-42007 #hero.section-two_column_content .cls-background{
	padding: 75px 0 0;
}