/*
Theme Name: MindBodyMoney
Text Domain: mindbodymoney
Version: 1.6
Description: Our default theme.
Tags: blog
Author: MeetRealGood team
Author URI: https://www.meetrealgood.com/
Theme URI: https://www.meetrealgood.com/
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	max-width: 100%;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #444444;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}



body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
/* embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
} */

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
 */
/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

 */
.yellow-divider{
    content: "";
    width: 100%;
    height: 4.4px;
    background-color: #d3b62a;
}
.hero{
    background: url('../images/img-hero-bg.jpg') center no-repeat;
    background-size: cover;
    padding-bottom:95px;
    padding-top:58px;
}
.logo{
    /*margin-left: auto;
    margin-right: auto;
    margin-top:58px;
    margin-bottom:84px;*/
    margin:0 auto 84px;
    width: 350px;
}
.hero h2{
    font-size: 48px;
    font-weight: bold;
    line-height: 0.96;
    letter-spacing: -0.48px;
    color: #d3b62a;
}
.hero h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: -0.18px;
    text-align: left;
    color: #fcfcfc;
}
.hero p{
    color: #e1dcd6;
    margin-top:30px;
    margin-bottom:30px;
}
.eszylfie-player-img{
    padding-top: 20px;
}
.eszylfie-player-img img{
	filter: drop-shadow(0px 3px 100px rgba(0, 0, 0, 0.6));
}
.white-under-layer{
    content:"";
    height: 352px;
    width:100%;
    background: #fcfcfc;
}
.home-page h3{
	font-size: 48px;
	font-weight: bold;
	line-height: 0.96;
	letter-spacing: -0.48px;
	text-align: left;
	color: #444444;
	margin-top:88px;
}
.mind-body-block{
	background-color: rgba(225, 220, 214, 0.3);
	padding-bottom: 240px;
}
.mind-body-block .overlap-block {
	margin-top: -267px;
}
.mind-body-block .text-block{
	margin-top: 242px;
}
.mind-body-block .bordered-text-block{
	margin-top: -88px;
	height:337px;
}
.mind-body-block .bordered-border-block{
	position: absolute;
	top: -85px;
	left: 105px;
	z-index: 9;
}
.mind-body-block p{
	color: #000000;
	margin-top: 30px;
}
.money-block{
	background-color: rgb(225, 220, 214);
	padding-bottom: 236px;
}
.money-block .overlap-block{
	margin-top:-144px;
}
.money-block .text-block{
	padding-left:40px;
	margin-top:38px;
}
.mind-body-block .bordered-text-block{
	height:337px;
}
.money-block h3{
	margin-top:79px;
}
.money-block .bordered-border-block{
	position: absolute;
	top: 0;
	left: -175px;
}
.girl-dad-block{
	background-color: #fcfcfc;
}
.girl-dad-block .overlap-block{
	margin-top: -158px;
}
.money-block .text-block{
	margin-top:39px;
}
.girl-dad-block .text-block{
	margin-top:36px;
}
.money-block p, .girl-dad-block p{
	margin-top: 30px;
}
.girl-dad-block .bordered-border-block{
	position: absolute;
	top: 5px;
	left: 105px;
	z-index: 9;
}
.girl-dad-block h3{
	margin-top:95px;
}
.girl-dad-block h3.text-center{
	margin-top:175px;
	margin-bottom:175px;
}
.form-block{
	background: url('../images/join-bg-01.jpg') center no-repeat;
	background-size: cover;
	padding-bottom:42px;
}
.form-block .logo{
	margin-top:100px;
	margin-bottom:0;
	width: auto;
}
.form-block h3{
	color:#D3B62A;
}
.form-block .form-note{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #FCFCFC;
	margin-top:30px;
}
.form-block .el-email{
	display: block;
	width: 350px;
	height: 50px;
	border-radius: 4px;
	background-color: #e1dcd6;
	outline: navajowhite;
	border: none;
	margin: 30px auto 0;
}
.form-block button{
	outline: none;
	margin: 15px auto 0;
	width: 350px;
	height: 50px;
	background: #D3B62A;
	border: 2px solid #D3B62A;
	box-sizing: border-box;
	border-radius: 4px;
	color: #fcfcfc;
	display: block;
	font-weight:bold;
}
.form-block .validation-text{
	content: "";
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	height:28px;
}
.form-block .validate-failure{
	color: #FF5555;
}
.form-block .validate-success{
	color: green;
}
.form-block .form-socials{
	margin-top:60px;
}
.form-block .form-socials p{
	margin-top:60px;
	color: #fcfcfc;
	letter-spacing: -0.01em;
}
.form-socials .img-wrap{
	margin: 19px auto 0;
	width: 110px;
}
.form-socials .img-wrap a{
	width:32px;
}
.form-socials .img-wrap a:last-child{
	margin-left:38px;
}
.white-under-layer2{
	content: "";
	height: 618px;
	width: 100%;
	background: #fcfcfc;
	padding-top:140px;
}
.white-under-layer2 h3{
	color:#000000;
	margin-top:0;
}
.who-eszylfie-block{
	position: relative;
	padding-bottom:130px;
	/*background-color:#fcfcfc;*/
}
.who-eszylfie-block:before{
	background-color:#fcfcfc;
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
}
.who-eszylfie-block .overlap-block{
	margin-top:-310px;
	z-index:99;
}
.who-eszylfie-block .bordered-border-block{
	position: absolute;
	top: 0;
	left: 97px;
}
.who-eszylfie-block .bordered-text-block p{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	letter-spacing: -0.18px;
	color: #000000;
	margin-top:150px;
}
.who-eszylfie-block .bordered-text-block h3{
	color: #d3b62a;
	line-height: 0.96;
	letter-spacing: -0.48px;
	width: 353px;
	margin-top: 30px;
}
.who-eszylfie-block:after{
	content: "";
	background-color: rgba(225, 220, 214, 0.3);
	width: 100%;
	height:727px;
	position: absolute;
	/*opacity: 0.3;*/
	z-index: 9;
	top:10px;
}
.who-eszylfie-block .paragraph-block p{
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: -0.15px;
	text-align: left;
	color: #444444;
	padding-left:10px;
}
.who-eszylfie-block .bio{
	margin-top:140px;
	z-index:99;
}
.who-eszylfie-block .bio .image-block{
	padding-right:30px;
}
.who-eszylfie-block .bio .image-block img{
	max-width:100%;
}
.who-eszylfie-block .bio .text-block{
	padding-left:30px;
}
.who-eszylfie-block .bio span{
	letter-spacing: -0.01em;
	color: #000000;
	font-weight: bold;
	line-height:18px;
}
.who-eszylfie-block .bio h3{
	width: 400px;
	color: #d3b62a;
	margin-top:10px;
	margin-bottom: 15px;
}
.who-eszylfie-block .bio p{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.47;
	letter-spacing: -0.15px;
	text-align: left;
	color: #444444;
	margin-bottom:15px;
}
.behind-scene-mbm{
	padding-top:100px;
	padding-bottom:140px;
	background-color: #fcfcfc;
}
.behind-scene-mbm h3{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 0.96;
	letter-spacing: -0.48px;
	text-align: center;
	color: #000000;
}
.behind-scene-mbm h3:last-child{
	margin-bottom:100px;
}
.behind-scene-mbm .image-row{
	margin-bottom:30px;
    padding-bottom: 30px;
}
.behind-scene-mbm .img-caption{
	font-size: 12px;
	line-height: 1.83;
	letter-spacing: -0.12px;
	color: #444444;
	margin-top: 10px;
}
.footer{
	background: rgba(0, 0, 0, 0.6);
	padding-top:50px;
	padding-bottom:60px;
}
.form-block.form-2{
	padding-bottom:0;
}
.form-2 .form-socials .img-wrap{
	margin-bottom:94px;
}
.footer h5{
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -0.01em;
	color: #fcfcfc;
}
.footer .address-block p{
	color: #D3B62A;
	font-size: 8px;
	line-height: 10px;
}
.footer .address-block img{
	position: absolute;
	bottom: 0;
}
.footer .disclosure-block p{
	font-size: 8px;
	line-height: 11px;
	color: #E1DCD6;
	opacity: 0.6;
}
.footer .disclosure-block p:last-child{
	margin-bottom:0;
}
.video-js .vjs-tech:focus,
.home-page .video-js button:focus{
    outline:none;
}
.video-js.vjs-default-skin .vjs-big-play-button{
    background: transparent url('../images/ico-play.svg') center no-repeat;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    top: 115px;
    left: 50%;
    margin-left: -25px;
    visibility:hidden;
}
.video-js.vjs-default-skin:hover .vjs-big-play-button,
.hero .video-js.vjs-default-skin .vjs-big-play-button,
.vjs-has-started.vjs-paused .vjs-big-play-button{
    visibility: visible;
}
.vjs-has-started.vjs-paused .vjs-big-play-button{
    display:block;
}
.behind-scene-mbm .video-js.vjs-default-skin .vjs-big-play-button{
    top: 50%;
    margin-top: -25px;
}
.video-js.vjs-default-skin:hover .vjs-big-play-button,
.video-js.vjs-default-skin .vjs-big-play-button{
    transition:none;
}

/* Responsive styles*/
@media (max-width: 991px){
	p{
		font-size: 16px;
	}
	.home-page h3{
		font-size: 36px;
	}
	.hero h2{
		font-size: 36px;
	}
	.mind-body-block .text-block {
		margin-top: 155px;
	}
	.girl-dad-block .text-block, .mind-body-block .text-block{
		padding-right: 40px;
	}
	.mind-body-block .overlap-block {
		margin-top: -172px;
	}
	.money-block .bordered-border-block {
		left: -120px;
	}
	.money-block h3{
		margin-top: 42px;
	}
	.money-block .text-block{
		margin-top: 15px;
	}
	.mind-body-block .bordered-border-block{
		left: 70px;
	}
	.girl-dad-block .text-block{
		margin-top: 10px;
	}
	.girl-dad-block h3 {
		margin-top: 65px;
	}
	.girl-dad-block .overlap-block{
		margin-top: -95px;
	}
	.who-eszylfie-block .bordered-border-block{
		left: 70px;
	}
	.who-eszylfie-block .paragraph-block p{
		font-size: 13px;
	}
	.who-eszylfie-block .bio p{
		font-size: 13px;
		/*line-height: 1.17;*/
	}
	.who-eszylfie-block .bio h3{
		width: auto;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.who-eszylfie-block .overlap-block{
		margin-top: -240px;
	}
	.who-eszylfie-block .bio .image-block{
		padding-right: 15px;
	}
	.who-eszylfie-block .bio .text-block{
		padding-left: 15px;
	}
}
@media (max-width: 767px){
	.eszylfie-player-img img{
		width: 100%;
	}
	.white-under-layer{
		height: 150px;
	}
	.mind-body-block .bordered-border-block{
		left: auto;
		right: 15px;
	}
	.mind-body-block .bordered-text-block{
		height: 280px;
	}
	.mind-body-block .image-block img,
	.money-block .image-block img,
	.girl-dad-block .image-block img{
		width:100%;
	}
	.money-block .bordered-border-block{
		left: 15px;
	}
	.money-block .text-block {
		margin-top: 75px;
	}
	.girl-dad-block .bordered-border-block{
		left: auto;
		right: 15px;
	}
	.girl-dad-block .image-block{
		margin-top:100px;
	}
	.white-under-layer2{
		height: 300px;
		padding-top: 100px;
	}
	.who-eszylfie-block .bordered-border-block{
		left:auto;
		right:15px;
		top: 115px;
	}
	.who-eszylfie-block .bordered-text-block h3{
		width: 100%;
	}
	.who-eszylfie-block .paragraph-block{
		margin-top: 100px;
	}
	.who-eszylfie-block .bio .image-block img{
		width: 100%;
	}
	.who-eszylfie-block .bio{
		margin-top: 50px;
	}
	.who-eszylfie-block .bio .text-block{
		margin-top: 70px;
	}
	.who-eszylfie-block .bio h3{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.who-eszylfie-block{
		padding-bottom: 50px;
	}
	.behind-scene-mbm {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.behind-scene-mbm h3:last-child{
		margin-bottom: 50px;
	}
	.footer .address-block img{
		top: 0;
		right: 15px;
	}
    .behind-scene-mbm .video-js.vjs-default-skin .vjs-big-play-button{
        display: none !important;
        visibility: hidden !important;
    }
    .behind-scene-mbm .image-row{
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 576px){
	.behind-scene-mbm .single-image-block img{
		width:100%;
	}
	.behind-scene-mbm .img-caption{
		margin-top:20px;
		margin-bottom:40px;
	}
	.girl-dad-block h3.text-center {
		margin-top: 100px;
		margin-bottom: 100px;
	}
    .mind-body-block .bordered-border-block{
        top: -55px;
    }
    .form-block button, .form-block .el-email{
        width: 200px;
    }
    .behind-scene-mbm .single-image-bloc{
        margin-bottom:30px;
        padding-bottom: 30px;
    }
    .video-js.vjs-default-skin .vjs-big-play-button{
        top: 50%;
        margin-top: -25px;
    }
}

/* End Responsive styles*/