/*
	Theme Name: Your Healthiest You 2021
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: https://madetothrive.com
	Template: genesis
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
    font-family: 'Butler';
    src: url('../MTT_Custom_Theme/fonts/Butler.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

html {
	height: 100%; 
	font-size: 18px;
}
img.fit-image {
	    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
body {
	background: #302e36;
	font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 27px;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: #000000;
	color: #fff;
}

::selection {
	background-color: #000000;
	color: #fff;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    color: #000000;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
	font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 27px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    margin: 0px auto;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 22px 0;
}

blockquote p {
	margin-bottom: 0;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Image Classes
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

/* Site Containers
--------------------------------------------- */	
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link:hover {
	line-height:1;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
	transition: all 0.5s;
	line-height:1.5;
	padding-right:0!important;
}
.site-container {
	margin: 0px auto 0px;
	width: 100%;
}
.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
}
.content {
	width: 100%;
	float: none;
}
.wrapper, .wrap {
    margin: 0px auto;
    position: relative;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}
.banner-bar {
    background-image: url(/wp-content/uploads/2021/06/headerbar@2x.png);
	background-size: cover;
    background-position: center;
    height: 58px;
    position: relative;
}
.banner-bar .inner {
    display: flex;
    justify-content: center;
    color: #f7c9ba;
    font-size: 20px;
    padding: 21px 0 0;
}
.banner-bar .inner p {
    font-size: 17px;
    color: white;
    margin: 0 7px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08rem;
}
.banner-bar .inner i {
    font-weight: 800;
    margin: 0 2px;
    font-size: 27px;
    line-height: 0.9;
}
.banner-bar .inner a {
	color:white;
}
.header-flex {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.header-flex .flex {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
}
.header-flex .flex .center {
    width: 440px;
}
.header-flex .flex .right a button {
    color: #302e36;
    border: 2px solid #302e36;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02rem;
    padding: 4px 26px 3px;
    margin: -6px 0 0 -34px;
    display: block;
}
.header-flex .flex .right a button:hover, .lm .alm-btn-wrap .alm-load-more-btn:hover {
	    background: #cf8268!important;
    border: 2px solid #cf8268!important;
    color: white!important;
}
.the-header {
	background: white;
    height: 182px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
.nav-primary {
	display: none;
}
.header-flex .flex .left, .header-flex .flex .right {
	width: 150px;
}
.header-flex .flex .left{
	    padding-left: 10px;
}
#responsive-menu-pro-container #responsive-menu-pro {
	padding-top:81px;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    padding: 0 17%!important;
    margin-bottom: 5px!important;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content {
	    padding: 47px 17%!important;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content ul {
	    display: flex;
    font-size: 17px;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content ul li {
	margin-right:18px;
}
button#responsive-menu-pro-button.is-active {
    left: 215px;
    height: 36px;
    top: -21px;
}
.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::after, .responsive-menu-pro-boring.is-active .responsive-menu-pro-inner {
    background-color: white!important;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content ul li a {
    color:white;
}
/* Headings
--------------------------------------------- */

h1 {
    font-family: 'Butler';
    font-weight: 100;
    font-size: 56px;
    color: #302e36;
    line-height: 60px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    font-size: 36px;
    color: #302e36;
    line-height: 48px;
}

h1.entry-title, h2.entry-title {
	font-family: 'Butler';
    font-weight: 100;
    font-size: 56px;
    color: #302e36;
    line-height: 60px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    font-size: 22px;
    color: #302e36;
    line-height: 32px;
}

h4 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #302e36;
    line-height: 26px;
}

h5 {
	font-family: ITCBlair-Medium;
    font-weight: 100;
    font-size: 18px;
    color: #302e36;
    line-height: 30px;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 18px;
    color: #302e36;
    line-height: 30px;
}

/* Home Styles
--------------------------------------------- */
.home {
    background:white;
}
.home .the-header {
	background:transparent;
}
.home-banner {
    position: relative;
	min-height: 940px;
    height: calc(100vh - 60px);
    background-size: cover;
    background-position: center;
    margin-top: 57px;
    z-index: 1;
	background: #f4ede5;
}

.home-banner img{
	    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center -61px;
}
.home-intro {
    background: #f4ede5;
    border-top: 0px solid white;
    padding: 10px;
    margin: -68px auto 0;
    position: relative;
}
.home-banner .pos {
    position: absolute;
    width: 42.5%;
    right: 0;
    top: 148px;
}
.home-banner .pos .text h2 {
    font-size: 96px;
    font-family: 'Butler';
    line-height: 87px;
    margin: 76px 0 36px;
    letter-spacing: -0.15rem;
}
.home-banner .pos .text{
    max-width: 400px;
    position: relative;
}
.home-banner .pos .text:after {
    content: "";
    display: block;
    width: 100px;
    height: 200px;
    background-image: url(/wp-content/uploads/2021/06/golddots.png);
    position: absolute;
    bottom: -63px;
    right: -87px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner .pos .text h2 strong {
    display: inline-block;
    position: relative;
}
.home-banner .pos .text h2 strong:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    background: #d17f69;
    bottom: 8px;
}
.home-banner .pos ul li {
    list-style-type: disc;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 34px;
    color: #302e36;
    letter-spacing: -0.02rem;
    font-weight: 600;
}
.home-banner .pos ul {
    padding-left: 21px;
    margin-bottom: -7px;
}
.home-banner .pos p em strong {
	font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 0;
    display: block;
    color: #302e36;
}
.home-intro h2 {
    font-family: 'Butler';
    font-size: 56px;
    text-align: center;
    margin: 113px auto -8px;
    letter-spacing: 0;
}
.home-intro .flex {
    max-width: 1090px;
    margin: 41px auto 106px;
    display: flex;
    justify-content: space-between;
}
.home-intro .flex .image {
    width: 481px;
    height: 497px;
    background-size: cover;
    background-position: center;
    border: 10px solid white;
    position: relative;
}
.home-intro .flex .image:before{
    content: "";
    display: block;
    width: 100px;
    height: 215px;
    background-image: url(/wp-content/uploads/2021/06/golddots.png);
    position: absolute;
    top: 27px;
    left: -38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-intro .flex .text {
	    width: 50%;
}
.home-intro .flex .text h5 {
        font-size: 21px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: -0.025rem;
    margin: -3px 0 18px 0;
}
.home-intro .flex .text p {
    letter-spacing: 0.007rem;
    margin-bottom: 17px;
    font-weight: 500;
    line-height: 26px;
}
.home-intro .flex .text h4 {
    font-family: 'Montserrat';
    font-size: 21px;
    margin: 2px 0 16px;
    line-height: 33px;
    letter-spacing: -0.02rem;
}
.home-intro .icon {
    width: 132px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}
.philosophy {
    background: white;
    position: relative;
    z-index: -1;
    padding-bottom: 115px;
}
.philosophy .flex {
    max-width: 1087px;
    margin: 0px auto 76px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.philosophy .flex .text {
    width: 55%;
    padding-left: 62px;
    padding-top: 103px;
}
.philosophy .flex .text h2 {
    font-family: 'Butler';
    font-size: 56px;
    margin: 0 0 39px;
    letter-spacing: -0.02rem;
}
.philosophy .flex .text h5 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.165rem;
    margin-bottom: 27px;
}
.philosophy .flex .text p strong {
    font-family: 'Montserrat';
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.015rem;
    display: block;
    margin-bottom: 1px;
}
.philosophy .flex .text p {
    margin-bottom: 19px;
}
.philosophy .flex .text em strong {
    font-weight: 600;
    letter-spacing: 0;
}
.philosophy .flex p.side-title {
    position: absolute;
    left: -67px;
    transform: rotate(-90deg);
    top: 339px;
    font-family: ITCBlair-Medium;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15rem;
    margin: 0;
}
.philosophy .flex .image {
    width: 448px;
    height: 589px;
    background-size: cover;
    background-position: center;
    margin-top: 139px;
    position: relative;
}
.philosophy .flex .image:before {
    content: "";
    display: block;
    width: 200px;
    height: 176px;
    background-image: url(/wp-content/uploads/2021/06/golddots2.png);
    position: absolute;
    top: -25px;
    left: -45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.philosophy .flex .image:after {
content: "";
    display: block;
    width: 160px;
    height: 215px;
    background-image: url(/wp-content/uploads/2021/06/golddots3.png);
    position: absolute;
    bottom: -33px;
    right: -83px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-pillars h3 {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto 48px;
    letter-spacing: -0.02rem;
}
.home-pillars ul {
    max-width: 1025px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	position:relative;
}
.home-pillars ul:before {
    content: "";
    display: block;
    width: 148px;
    height: 190px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_HOME_2.png);
    position: absolute;
    bottom: 124px;
    left: -106px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-pillars ul li h4 {
    font-family: 'Butler';
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    margin: 45px auto 15px;
    letter-spacing: 0.03rem;
}
.home-pillars ul li h4 i {
    color: #d17f69;
    font-size: 23px;
    margin: 0 0 0 7px;
}
.home-pillars ul li .short-desc {
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat';
    margin: 0 auto 0;
    padding: 0 8px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
    color: #302e36;
}
.home-pillars ul li .image {
    width: 100%;
    height: 368px;
    background-size: cover;
    background-position: center;
    border: 10px solid white;
}
.home-pillars ul li {
    width: 319px;
    margin: 0 0 40px;
}
.home-pillars {
    position: relative;
}
.home-pillars:before {
    content: "";
    display: block;
    width: 100%;
    height: 150%;
    background-image: url(https://yourhealthiestyou.com/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_ABOUT_7-e1620287863709.jpeg);
    position: absolute;
    transform: skewY(-3.6deg);
    z-index: -1;
    top: -100px;
    background-size: cover;
    background-position: center;
}
.home-about {
    background: white;
    padding: 50px 0 0;
    margin: 50px auto 0;
    position: relative;
    max-height: 913px;
    z-index: 4;
}
.home-about h2 {
        text-align: center;
    font-family: 'Butler';
    font-size: 56px;
    margin: 54px auto 33px;
}
.home-about .r-intro {
        max-width: 650px;
    margin: 0 auto;
}
.home-about .r-intro p {
    text-align: center;
    font-size: 21px;
    line-height: 32px;
    font-family: 'Montserrat';
    letter-spacing: -0.03rem;
        margin-bottom: 43px;
}
.home-about .flex {
    max-width: 1091px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.home-about .flex .image {
    width: 513px;
    height: 751px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-about .flex .image:before {
    content: "";
    display: block;
    width: 160px;
    height: 215px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_ABOUT_2.png);
    position: absolute;
    top: -108px;
    left: -63px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-about:after {
    content: "";
    display: block;
    width: 286px;
    height: 583px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_HOME_10.png);
    position: absolute;
    top: 122px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.home-about .flex .text {
    width: 47%;
    margin: -4px 0 0 0;
    padding-right: 27px;
}
.home-about .flex .text p {
    line-height: 26px;
    margin-bottom: 18px;
}
.home-about .flex .text p strong {
    font-weight: 600;
}
.highlight {
    background: white;
    max-width: 955px;
    border: 11px solid #e6c0b3;
    margin: -208px auto 0;
    padding: 67px 73px 34px;
    z-index: 2;
    position: relative;
    text-align: center;
}
.highlight p {
    font-family: 'Montserrat';
    font-size: 20px;
    letter-spacing: 0;
    padding: initial;
    line-height: 1.5;
    letter-spacing: -0.02rem;
    font-weight: 600;
}
.resources {
    position: relative;
    padding-top: 200px;
}
.resources:before{
    content: "";
    display: block;
    width: 100%;
    height: 138%;
    background: #f4ede6;
    position: absolute;
    transform: skewY(-4deg);
    z-index: 3;
    top: -156px;
}
.resources .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 4;
}
.resources .inner .side-title {    
    position: absolute;
    left: -107px;
    transform: rotate(-90deg);
    top: 51px;
    font-family: ITCBlair-Medium;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15rem;
    margin: 0;
}
.resources .inner .r-intro h2 {
    text-align: center;
    font-family: 'Butler';
    font-size: 56px;
    margin: 104px auto 36px;
    letter-spacing: -0.02rem;
}
.resources .inner .r-intro p {
    text-align: center;
    font-size: 21px;
    font-family: 'Montserrat';
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.03rem;
    margin-bottom: 44px;
}
.resources .inner ul {
    display: flex;
    justify-content: space-between;
}
.resources .inner ul li {
    width:31%;
    text-align: center; 
    position: relative;
}
.resources .inner ul li:nth-child(2):before {
    content: "";
    display: block;
    width: 1px;
    height: 130px;
    background: black;
    position: absolute;
    top: 90px;
    left: -20px;
}
.resources .inner ul li:nth-child(2):after {
    content: "";
    display: block;
    width: 1px;
    height: 130px;
    background: black;
    position: absolute;
    top: 90px;
    right: -20px;
}
.resources .inner ul li .number {
    width: 64px;
    height: 64px;
    background: #ce8268;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 35px;
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 0 0;
}
.resources .inner ul li h4 {
    font-family: 'Butler';
    font-size: 32px;
    font-weight: 100;
    margin: 30px auto 17px;
    letter-spacing: 0.01rem;
}
.resources .inner ul li h4 i {
    color: #d17f69;
    font-size: 22px;
    margin: 2px 0 0px 1px;
}
.resources .inner ul li .short-desc {
    font-family: 'Montserrat';
    font-size: 16px;
    padding: 0 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -0.02rem;
}
.quote-wrap {
    background: white;
    padding: 200px 0 173px;
    position: relative;
    z-index: 2;
}
.quote-wrap .quote {
    max-width: 945px;
    margin: 0 auto;
}
.quote-wrap .quote h3:before{
    content: "”";
    font-size: 180px;
    color: #d17f69;
    margin: 77px auto -21px;
    display: block;
    font-family: 'Butler';
}
.quote-wrap .quote h3 {
    text-align: center;
    font-family: 'Butler';
    font-size: 32px;
    line-height: 45px;
    margin: 40px auto 11px;
    font-weight: 500;
    letter-spacing: 0.03rem;
}
.quote-wrap .quote p {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 16px;
}
.quote-wrap .quote p strong {
    color: #cf8268;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    display: block;
    margin: 0 0 -44px;
    font-weight: 600;
}
.quote-wrap .quote p em {
        font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
}
.press-wrap {
    background: white;
    position: relative;
}
.press-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 106%;
    background: #f4ede6;
    position: absolute;
    transform: skewY(4deg);
    z-index: 1;
    top: 51px;
}
.press-wrap .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.press-wrap .inner .side-title {
    position: absolute;
    left: -73px;
    transform: rotate(-90deg);
    top: 21px;
    font-family: ITCBlair-Medium;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15rem;
    margin: 0;
    z-index: 1;
}
.press-wrap .inner .video {
    max-width: 800px;
    margin: -122px auto 0;
    position: relative;
    z-index: 1;
}
.press-wrap .inner .features .f-intro {
    font-family: 'Butler';
    font-size: 32px;
    text-align: center;
    margin: 63px auto 44px;
    color: #302e36;
}
.press-wrap .inner .features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.press-wrap .inner .features ul li {
    width: 12%;
    margin: 0 auto;
    height: 74px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.f-lower {
    text-align: center;
    font-size: 20px;
    margin: 29px auto 0;
}
.f-lower p {
    font-family: 'Montserrat';
    font-size: 20px;
}
.f-lower p a {
    font-weight: 600;
    text-decoration: underline;
}
.newsletter-wrap {
    background: white;
    position: relative;
    z-index: 0;
    margin: 50px auto 0;
    padding: 156px 0 132px;
}
.newsletter-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 150%;
    background: #d0dedb;
    position: absolute;
    transform: skewY(4deg);
    z-index: 0;
    top: 63px;
}
.newsletter-wrap .inner {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.newsletter-wrap .inner .side-title {
    position: absolute;
    left: -81px;
    transform: rotate(-90deg);
    top: 60px;
    font-family: ITCBlair-Medium;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15rem;
    margin: 0;
    z-index: 1;
}
.newsletter-wrap .inner .news {
        width: 47%;
}
.newsletter-wrap .inner .news h2 {
        font-size: 56px;
    font-family: 'Butler';
    font-weight: 100;
    margin: 6px 0 34px 0;
}
.newsletter-wrap .inner .news p {
        font-family: 'Montserrat';
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 30px;
    letter-spacing: -0.01rem;
}
.newsletter-wrap .inner .image {
    width: 414px;
    height: 493px;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 83px;
    position: relative;
    z-index: 2;
}
.newsletter-wrap .inner:before {
    content: "";
    display: block;
    width: 500px;
    height: 621px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_HOME_13.png);
    position: absolute;
    top: -76px;
    left: -23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.newsletter-wrap .inner .news {
        width: 47%;
}
.newsletter-wrap .inner .news .kartra_optin_content_wrapper_inner {
    padding:0!important;
}
.newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_tpl_1 button.kartra_optin_submit_btn {
        background: #606d80!important;
    font-family: 'Montserrat'!important;
    font-weight: 700!important;
    font-size: 15px!important;
    letter-spacing: 0.1rem!important;
    border-radius: 50px!important;
    width: 200px!important;
}
.newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_tpl_1 button.kartra_optin_submit_btn:before {
    display: none!important;
}
.newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_tpl_1 textarea.kartra_optin_ti, .newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_tpl_1 input.kartra_optin_ti {
    border-radius: 0;
    text-align: left;
    opacity: 1;
        font-family: 'Noto Sans';
    font-size: 14px;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
}
.newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_tpl_1 input.kartra_optin_ti::-webkit-input-placeholder { /* Edge */
    opacity: 1;
}

.newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_tpl_1 input.kartra_optin_ti:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 1;
}

.newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_tpl_1 input.kartra_optin_ti::placeholder {
    opacity: 1;
}
.newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_force_breaking_point_medium .kartra_optin_asterisk {
    display: none!important;
}
.insta-feed {
    padding: 0;
    position: relative;
}
.insta-header {
    max-width: 1087px;
    margin: -43px auto 30px;
    display: flex;
    justify-content: space-between;
}
.insta-header a {
        color: #302e36;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15rem;
    font-family: 'Montserrat';
}
.insta-header ul {
    display: flex;
    justify-content: flex-end;
}
.insta-header ul li {
    margin: 0 0 0 16px;
}
.insta-feed .inner {
    max-width: 1130px;
    margin: -27px auto 41px;
    position: relative;
    z-index: 1;
}
.insta-feed:after {
    content: "";
    display: block;
    width: 100%;
    height: 183px;
    background: white;
    bottom: -44px;
    position: absolute;
    z-index: 0;
}
/* Program Styles
--------------------------------------------- */
.page-template-page-programs {
    background-color: white;
}
.page-template-page-programs .the-header{
    background:transparent;
}
.page-template-page-programs .banner {
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-position: center;
    margin-top: 54px;
    max-height: 100vh;
}

.page-template-page-programs .banner img, .page-template-page-shop .banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page-template-page-programs .programs h2 {
        font-weight: 500;
    padding: 25px 0 10px;
    letter-spacing: 0;
}
.page-template-page-programs .banner .title {
    max-width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 365px;
}
.page-template-page-programs .banner .title h1 {
    font-size: 80px;
}
.programs {
    position: relative;
    margin-top: -50px;
}
.programs:before {
    content: "";
    display: block;
    width: 100%;
    height: 153%;
    background: #f4ede6;
    position: absolute;
    transform: skewY(-3.6deg);
    z-index: 0;
    top: -60px;
    border-top: 10px solid #fff;
}
.programs h2 {
        position: relative;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
}
.programs .program-list {
    position: relative;
    max-width: 1020px;
    margin: 0 auto 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.programs .program-list li {
    width:320px;
    text-align: center;
}
.programs .program-list li .title {
    font-size: 32px;
    font-family: 'Butler';
    font-weight: 100;
    margin: 34px auto 13px;
}
.programs .program-list li .button i {
    color: #cf8269;
    font-size: 15px;
    margin: 0 0 0 5px;
}
.programs .program-list li .button {
    border: none;
    padding: 0;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}
.programs .program-list li .image {
    width: 100%;
    height: 375px;
    background-size: cover;
    background-position: center;
    border: 10px solid white;
}

/* Shop Styles
--------------------------------------------- */
.page-template-page-shop {
    background-color: white;
}
.page-template-page-shop .the-header{
    background:transparent;
}
.page-template-page-shop .banner {
    width: 100%;
    height: 829px;
    background-size: cover;
    background-position: bottom center;
    margin-top: 58px;
}
.page-template-page-shop .banner .title {
    max-width: 67%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 363px;
    text-align: right;
}
.page-template-page-shop .banner .title h1 {
    font-size: 80px;
}
.page-template-page-shop .programs h2{
    font-weight: 500;
    padding: 35px 0 10px;
    letter-spacing: 0;
}
.page-template-page-shop .programs .program-list li .image {
    width: 100%;
    height: 338px;
    border: none;
}
.page-template-page-shop .programs .program-list li .title {
    font-size: 32px;
    margin: 33px auto 4px;
}
.page-template-page-shop .programs .program-list li .title i {
    color: #cf8269;
    font-size: 22px;
    margin: 0 0 0 7px;
}
/* Discounts Styles
--------------------------------------------- */
.page-template-page-discounts {
    background:white;
}
.discounts-wrap {
    max-width: 960px;
    margin: 210px auto 97px;
}
.discounts-wrap h2 {
    font-family: 'Butler';
    text-align: center;
    font-size: 56px;
    margin: 219px 0 70px 0;
}
.discounts-wrap ul li {
    display: flex;
    justify-content: space-between;
    margin:0 0 60px;
}
.discounts-wrap ul li .image {
    width: 289px;
    height: 248px;
    background-size: cover;
    background-position: center;
}
.discounts-wrap ul li .txt {
    width: 63.5%;
}
.discounts-wrap ul li .txt h3 {
        color: #cf8269;
    font-size: 30px;
    margin: -4px 0 19px;
    font-weight: 600;
}
.discounts-wrap ul li .txt p {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 0 1px 0 0;
}
.discounts-wrap ul li .txt p a {
        color: #d2876c;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.02rem;
}


/* Thank You Styles
--------------------------------------------- */
.page-template-page-thank-you {
        background: #f4ede6;
}
.thank-you-flex {
    max-width: 1024px;
    margin: 263px auto 71px;
    display: flex;
    justify-content: space-between;
}
.thank-you-flex .txt {
        width: 50%;
}
.thank-you-flex .txt h2 {
    font-family: 'Butler';
    font-size: 56px;
    margin: 85px auto 38px;
    letter-spacing: -0.03rem;
}
.thank-you-flex .txt h4 {
    font-family: 'Montserrat';
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 21px;
    letter-spacing: -0.025rem;
}
.thank-you-flex .txt p {
        letter-spacing: 0.01rem;
    margin: 0 0 16px;
}
.thank-you-flex .txt p a {
        font-weight: 600;
}
.thank-you-flex .txt img {
    width: 147px;
    margin: 15px 0 0 0;
}
.thank-you-flex .image {
    width: 447px;
    height: 582px;
    background-size: cover;
    background-position: center;
    border: 10px solid white;
    position: relative;
}
.thank-you-flex .image:before {
    content: "";
    display: block;
    width: 165px;
    height: 181px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_THANKS_2-1.png);
    position: absolute;
    top: -32px;
    left: -109px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.thank-you-flex .image:after {
    content: "";
    display: block;
    width: 145px;
    height: 197px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_THANKS_3-1.png);
    position: absolute;
    bottom: -11px;
    right: -84px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
/* Journaling Styles
--------------------------------------------- */
.page-template-page-optin {
    background:white;
}
.optin-intro {
    background: #fae3dc;
    position: relative;
}
.optin-intro .flex .text h2 {
    font-family: 'Butler';
    color: #302e36;
    font-size: 56px;
    line-height: 60px;
    margin: 0 0 30px;
}
.optin-intro .flex .text h4 {
    font-family: 'Montserrat';
    font-size: 21px;
    line-height: 32px;
    margin: 33px 0 17px;
    letter-spacing: -0.02rem;
}
.optin-intro .flex .text p {
    line-height: 26px;
}
.optin-intro .flex {
    max-width: 1280px;
    margin: 125px auto 0;
    display: flex;
    justify-content: flex-end;
    padding-left: 50px;
    padding: 182px 0 45px 94px;
    position: relative;
    margin-bottom:5px;
}
.optin-intro:after {
    content: "";
    display: block;
    width: 100%;
    height: 106px;
    background: #ffffff;
    position: absolute;
    transform: skewY(-3.6deg);
    z-index: 0;
}
.optin-intro .flex .text {
    width: 50%;
}
.optin-intro .flex .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.optin-intro .flex .right:before{
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_JOURNALING_5.png);
    position: absolute;
    top: -101px;
    left: -80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.optin-intro .flex .right .imagetwo {
    width: 450px;
    height: 698px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.optin-intro .flex .right .imageone {
    width: 387px;
    height: 391px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 162px;
    left: -174px;
    border: 10px solid white;
    z-index: 2;
}
.journal-about {
    position: relative;
}
.journal-about:before {
    content: "";
    display: block;
    width: 100%;
    height: 96%;
    background: #f4ede6;
    position: absolute;
    transform: skewY(-3.6deg);
    z-index: 0;
    top: -60px;
	    border-top: 10px solid #fff;
}
.kartra_optin_asterisk {
    display: none!important;
}
.journal-about:after {
    content: "";
    display: block;
    width: 100%;
    height: 321px;
    background: #f4ede6;
    position: absolute;
    transform: skewY(3.6deg);
    z-index: -1;
    bottom: -35px;
}
.journal-about .flex {
    position: relative;
    max-width: 1088px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    padding: 35px 0 88px;
}
.journal-about .flex .txt {
    width: 41.2%;
}
.journal-about .flex .txt h4 {
        font-family: 'Montserrat';
    font-size: 21px;
    margin: 0 0 15px;
    line-height: 32px;
    letter-spacing: -0.02rem;
}
.journal-about .flex .txt p {
        line-height: 26px;
    margin-bottom: 18px;
}
.journal-about .flex .txt img {
    width: 160px;
}
.journal-about .flex .image {
    width: 576px;
    height: 452px;
    background-size: cover;
    background-position: center;
}
.ways-flex {
        max-width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.ways-flex .left, .ways-flex .right {
    width: 47%;
}
.ways-flex .left h3, .ways-flex .right h3 {
    font-size: 36px;
    color: #cf8269;
    font-weight: 700;
    margin: 48px 0 35px;
}
.ways-flex .left ul li, .ways-flex .right ul li {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 18px;
    position: relative;
    padding-left: 26px;
    letter-spacing: -0.02rem;
}
.ways-flex .left ul li:before, .ways-flex .right ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #d89b88;
    position: absolute;
    left: 0;
    font-size: 16px;
}
.ways-flex .right p {
    color: #cf8269;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 51px 0 0 0;
    letter-spacing: -0.02rem;
}
.ways-flex .right p a {
     color: #cf8269;
    text-decoration: underline;
}
.page-template-page-optin .video {
    max-width: 896px;
    margin: 55px auto 100px;
}
/* About Styles
--------------------------------------------- */
.page-template-page-about {
    background:white;
}
.about-intro {
    position: relative;
    transform: skewY( -3.6deg);
    z-index: 1;
    background: #f4ede6;
    overflow: hidden;
}
.about-intro .flex {
    transform: skewY( 3.6deg);
    max-width: 1281px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 307px 0 90px 0;
}
.about-intro .flex .left {
    width: 42.5%;
    padding-right: 122px;
}
.about-intro .flex .left h2 {
        font-size: 56px;
    font-family: 'Butler';
    line-height: 60px;
    margin: -1px 0 0;
}
.about-intro .flex .left h6 {
        font-size: 21px;
    margin: 32px 0 17px;
    font-weight: 400;
}
.about-intro .flex .left p {
        margin: 0 0 17px;
}
.about-intro .flex .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.about-intro .flex .right:before {
    content: "";
    display: block;
    width: 500px;
    height: 500px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_JOURNALING_5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -90px;
    left: -35px;
    z-index: -1;
}
.about-intro .flex .right .imagetwo {
    width: 451px;
    height: 501px;
    background-size: cover;
    background-position: center;
}
.about-intro .flex .right .imageone {
    width: 321px;
    height: 430px;
    position: absolute;
    left: -64px;
    background-size: cover;
    background-position: center;
    top: 160px;
    border: 10px solid white;
}
.suddenly .toptext h2 {
    text-align: center;
    font-family: 'Butler';
    font-size: 56px;
    padding: 50px 0 0;
    margin-bottom: 34px;
}
.suddenly .toptext p {
        text-align: center;
    font-family: 'Montserrat';
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 41px;
    letter-spacing: -0.015rem;
    font-weight: 400;
}
.suddenly {
    background: white;
    padding: 80px 0 20px;
    margin: -69px auto 0;
    position: relative;
}
.suddenly:before {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background: white;
    position: absolute;
    bottom: -4px;
    z-index: 1;
}
.suddenly .toptext {
    max-width: 910px;
    margin: 0 auto;
}
.suddenly .flex {
    max-width: 1027px;
    margin: 0 auto -95px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.suddenly .flex .text {
    width: 47%;
    margin: -3px 0 0 0;
}
.suddenly .flex .text p {
        margin: 0 0 21px;
}
.suddenly .flex .text p strong {
    font-size: 21px;
    font-family: 'Montserrat';
    line-height: 31px;
    letter-spacing: -0.02rem;
    font-weight: 400;
}
.suddenly .flex .image {
    width: 479px;
    height: 642px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.suddenly .flex .image:after {
    content: "";
    display: block;
    width: 167px;
    height: 161px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_ROCKSTAR_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -82px;
    left: -81px;
}
.list-wrap {
    position: relative;
    z-index: 0;
    padding-bottom: 1px;
}
.list-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 122%;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_BOOKS_9.jpg);
    position: absolute;
    transform: skewY(3.6deg);
    z-index: 0;
    top: -60px;
}
.list-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 68px;
    background:white;
    position: absolute;
    transform: skewY(3.6deg);
    z-index: 0;
     bottom: -143px;
}
.list-wrap .inner {
    max-width: 775px;
    margin: 0 auto 72px;
    position: relative;
    padding: 154px 0 0 33px;
}
.list-wrap .inner ul li {
    font-size: 20px;
    font-family: 'Montserrat';
    margin-bottom: 15px;
    letter-spacing: -0.02rem;
    font-weight: 400;
}
.list-wrap .inner ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #cf8269;
    position: absolute;
    left: 0;
    font-size: 16px;
}
.listening {
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 2;
    margin: 10px auto 0;
}
.listening .pos {
    width: 75%;
    max-width: 1000px;
    margin: 0px auto 0;
    padding-top: 127px;
    padding-bottom: 172px;
}
.listening .pos .txt {
        width: 400px;
}
.listening .pos .txt p {
    font-size: 21px;
    font-family: 'Montserrat';
    color: #000000;
    line-height: 1.55;
    letter-spacing: -0.02rem;
    font-weight: 400;
}
.listening .pos .txt h2 {
    font-family: 'Butler';
    font-size: 32px;
    line-height: 1.27;
    letter-spacing: 0.025rem;
    margin-bottom: 39px;
}
.page-template-page-about .quote-wrap {
    background: #f4ede6;
    padding: 66px 0 55px;
}
.page-template-page-about .quote-wrap .quote h3:before {
        margin: 77px auto -23px;
}
.page-template-page-about .quote-wrap .quote h3 {
    text-align: center;
    font-family: 'Butler';
    font-size: 32px;
    line-height: 40px;
    margin: 40px auto 18px;
    font-weight: 500;
    letter-spacing: 0.03rem;
}
.page-template-page-about .quote-wrap .quote {
    max-width: 933px;
    margin: 0 auto;
}
.page-template-page-about .quote-wrap .quote p {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 10px;
}
/* Books Styles
--------------------------------------------- */
.page-template-page-books {
    background:white;
}
#books h2 {
    font-size: 60px;
    font-family: 'Butler';
    color: #302e36;
    margin: 0;
}
#books {
    margin-top: 180px;
}
/*#books .intro {
    width: 100%;
min-height: 1125px;
    background-size: cover;
    background-position: center;
    position: relative;
}*/
#books .intro {
    width: 100%;
    height: 860px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#books .intro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
#books .intro .pos {
    position: absolute;
    right: 0;
    width: 48.3%;
    z-index: 2;
	top: 0;
	height: 100%;
}
#books .intro .pos h2{
    margin: 0 0 26px;
}
#books .intro .pos .text {
    width: 445px;
    text-align: center;
    padding: 108px 0 0 0;
    height: 100%;
}
#books .intro .pos .text p {
        font-family: 'Montserrat';
    font-size: 20px;
    color: #000000;
    line-height: 31px;
}
#books .intro .pos .text p a {
    background: #808a99;
    color: white;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 13px 45px 12px 35px;
    border-radius: 50px;
    display: inline-block;
    margin: 4px 0 0;
    position: relative;
	z-index:3;
}
#books .intro .pos .text p a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: white;
    top: 14px;
    right: 31px;
    font-size: 15px;
}
#books .intro .book {
    width: 363px;
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    top: auto;
    margin: 48px auto 0px;
    left: 0;
    right: 0;
    padding-left: 20px;
}
#books .intro .book {
    object-fit: none;
	object-position: bottom center;
}
#books .grab {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transform: skewY(-3.6deg);
    padding: 113px 0 200px;
    margin: -65px auto 0;
    z-index: 1;
    border-top: 10px solid #fff;
background-color: #dadbdf;}

#books .grab h2 {
    transform: skewY(3.6deg);
    text-align: center;
        margin-bottom: 45px;
}
#books .grab button a {
    color: white;
    display: inline-block;
    position: relative;
}
#books .grab button {
    background: #808a99;
    border: none;
    color: white;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0.03rem;
    padding: 13px 45px 12px 35px;
    border-radius: 50px;
    display: inline-block;
    margin: 4px 36px 21px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 250px;
}
#books .grab button a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: white;
    top: 1px;
    right: -12px;
    font-size: 15px;
}
#books .grab ul {
    transform: skewY(3.6deg);
    display: flex;
    justify-content: center;
}
#books .bookresources {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin: -120px 0 0;
	height: 625px;
}

#books .bookresources img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#books .bookresources .pos {
    position: absolute;
    right: 0;
    width: 49%;
    top: 50px;
}
#books .bookresources .pos h2 {
        font-size: 60px;
    font-family: 'Butler';
    color: #302e36;
    margin: 0 0 28px;
    line-height: 1;
}
#books .bookresources .pos .text {
    width: 445px;
    text-align: center;
    padding: 108px 0 0 0;
}
#books .bookresources .pos .text p {
font-family: 'Montserrat';
    font-size: 20px;
    color: #000000;
    line-height: 31px;
    margin-bottom: 39px;
}
#books .bookresources .pos .text p a {
    background: #808a99;
    color: white;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 13px 45px 12px 35px;
    border-radius: 50px;
    display: inline-block;
    margin: 4px 0 0;
    position: relative;
}
#books .bookresources .pos .text p a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: white;
    top: 14px;
    right: 31px;
    font-size: 15px;
}
#books .bookresources:nth-child(even) .pos {
    right:inherit;
    left:0;
}
#books .intro:nth-child(even) .pos .text {
    width: 445px;
    text-align: center;
    padding: 148px 0 0 0;
}
#books .intro:nth-child(even) .pos{
    width:46%;
}
#books .intro:nth-child(even) .pos h2 {
    margin: 0 0 32px;
}
#books .intro:nth-child(even) .book {
    position: relative;
    width: 363px;
    display: block;
    z-index: 2;
    padding-left: 13px;
    bottom: 0px;
    top: auto;
    margin: 48px auto 0px;
    left: 0;
    right: 0;
    padding-left: 20px;
    position: absolute;
}
#books .grab:nth-child(odd) button {
   background: #d89b88;
}
#books .bookresources:nth-child(even) .pos .text {
    margin: 0 0 0 170px;
    width: 426px;
    text-align: center;
    padding: 108px 0 0 0;
}
#books .bookresources:nth-child(even) .pos .text p a {
    background:#d89b88;
}
#books .bookresources:nth-child(even) .pos h2 {
        font-size: 56px;
    padding: 0 40px;
}

/* Resources Styles
--------------------------------------------- */
.page-template-page-resources {
    background:white;
}
/*.resource-banner {
        margin-top: 180px;
    background-size: cover;
    background-position: top center;
    padding: 30px;
min-height: 1123px;
}*/

.resource-banner {
    margin-top: 180px;
    background-size: cover;
    background-position: top center;
    min-height: 940px;
    height: calc(100vh - 180px);
    position: relative;
}

.resource-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resource-banner .pos {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}
.resource-banner .pos {
    max-width: 85%;
    margin: 0 auto;
}

.resource-banner .pos .text p {
        font-size: 20px;
    font-family: 'Montserrat';
    line-height: 31px;
    padding: 0 20px;
    color: #302e36;
}
.resource-banner .pos .text {
    width: 500px;
    text-align: center;
    position: relative;
}
.resource-banner .pos .text:before{
    content: "";
    background-image: url(/wp-content/uploads/2021/06/golddots4.png);
    width: 131px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -85px;
    left: 0;
}
.resource-banner .pos .text h2 {
    font-size: 60px;
    font-family: 'Butler';
    line-height: 59px;
    margin: 175px 0 32px;
}
.guides-wrap {
    background: #f4ede6;
    padding: 40px 0 126px;
    transform: skewY(-3.6deg);
    margin: -28px 0 -61px;
    border-top: 10px solid #fff;
    margin-top: -80px;
}
.guides-wrap h2 {
    transform: skewY(3.6deg);
    text-align: center;
    font-size: 56px;
    font-family: 'Butler';
    padding: 38px 0 0;
}
.guides-wrap ul {
    transform: skewY(3.6deg);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 894px;
    margin: 0 auto;
}
.guides-wrap ul li .image {
    width: 100%;
    height: 350px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.guides-wrap ul li {
    width: 225px;
    margin: 0 0px 15px;
}
.recipes-wrap {
    background: #d7dbde;
    padding: 50px 0 160px;
    position: relative;
    margin: -45px auto 0;
}
.recipes-wrap h2 {
    text-align: center;
    font-size: 56px;
    font-family: 'Butler';
    margin: 32px 0 49px;
}
.recipes-wrap ul {
    max-width: 897px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recipes-wrap ul li {
    width: 46.5%;
    margin: 0 0 56px;
}
.recipes-wrap ul li .image {
    width: 100%;
    height: 416px;
    background-size: cover;
    background-position: center;
}
.page-template-page-resources .programs:before {
    display: none;
}
.page-template-page-resources .programs {
    background: #f4ede6;
    padding: 150px 0 50px;
}
.shop-wrap {
        background: white;
    transform: skewY(3.6deg);
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin: -100px 0;
}
.shop-wrap h2 {
    transform: skewY(-3.6deg);
    text-align: center;
    font-family: 'Butler';
    font-size: 56px;
    margin: 56px 0 40px;
}
.shop-wrap #shop-items {
    transform: skewY(-3.6deg);
    text-align: center;
    max-width: 1050px;
    margin: 0 auto;
}
.shop-wrap #shop-items ul li p.title {
font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 10px;
}
.shop-wrap #shop-items ul li p.title i {
    color: #d89b88;
    font-size: 14px;
    margin: 0 0 0 6px;
}
.shop-wrap #shop-items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shop-wrap #shop-items ul li {
    width: 30%;
    text-align: center;
    margin: 0 auto 35px;
}
.shop-wrap #shop-items ul li .image {
    width: 100%;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 11px;
}
.shop-wrap #shop-items ul li .image img.fit-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.shop-wrap .disclaimer {
    transform: skewY(-3.6deg);
    text-align: center;
    max-width: 690px;
    margin: 17px auto 66px;
    font-style: italic;
    font-size: 13px;
    line-height: 1.5;
}
#shop-items h3:nth-child(1) {
    font-size: 28px;
    color: #cf8269;
    margin: -1px 0 43px;
    font-weight: 600;
    letter-spacing: -0.05rem;
    border-top:none;
    padding:0;
}
#shop-items h3 {
    font-size: 28px;
    color: #cf8269;
    margin: -11px 0 43px;
    font-weight: 600;
    letter-spacing: -0.05rem;
    border-top: 1px solid #9a9a9a;
    padding-top: 60px;
}
.page-template-page-resources .programs h2 {
    padding: 12px 0 12px;
    font-weight: 400;
}
.page-template-page-resources .programs .program-list{
        margin: 0 auto 20px;
}
/* Contact Styles
--------------------------------------------- */
.page-template-page-contact {
    background:white;
}
.contact-pink {
    background: #faded5;
    padding: 180px 0 40px;
    transform: skewY(3.6deg);
}
.contact-pink h2 {
    text-align: center;
    font-family: 'Butler';
    font-size: 56px;
    padding: 44px 0 0;
    margin-bottom: 38px;
}
.contact-pink .intro h4 {
        text-align: center;
    font-family: 'Montserrat';
    font-size: 21px;
    margin: 0 0 19px;
    letter-spacing: -0.025rem;
}
.contact-pink .intro p {
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 54px;
}
.contact-pink .intro, .contact-pink .flex {
    transform: skewY(-3.6deg);   
}
.contact-form {
    max-width: 963px;
    margin: 98px auto 90px;
}
.contact-form #gform_fields_1 label {
        color: #302e36;
    font-size: 14px;
    letter-spacing: 0.02rem;
    margin: 0;
    padding: 0;
}
.contact-form #gform_fields_1 input {
    width: 100%;
    max-width: 100%;
    border: 1px solid #97969a;
    height: 45px;
    margin: -3px 0 3px;
    text-align: left;
}
.contact-form #gform_submit_button_1{
        background: #ce8268;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 18px 63px;
    display: block;
    position: relative;
}
.contact-form .gform_footer {
    position: relative;
}
.contact-form .gform_footer:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: white;
    margin: 0 5px 0 0px;
    position: absolute;
    top: 31px;
    left: 137px;
    font-size: 14px;
}
.contact-form #gform_fields_1 textarea{
    width: 100%;
    max-width: 100%;
    border: 1px solid #97969a;
    height: 140px;
    margin: 0;
    text-align: left;
}
.contact-form #gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form #gform_fields_1 li {
    width:100%;
    padding:0;
}
.contact-form #gform_fields_1 #field_1_1, .contact-form #gform_fields_1 #field_1_2 {
    width: 48%;
    padding: 0;
}
.contact-pink .intro {
        max-width: 1000px;
    margin: 0 auto;
}
.contact-pink .flex {
    max-width: 1025px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.contact-pink .flex .image {
    width: 448px;
    height: 528px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.contact-pink .flex:after{
    content: "";
    display: block;
    width: 560px;
    height: 628px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_CONTACT_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -171px;
    z-index: -1;
    bottom: -43px;
}
.contact-pink .flex .txt {
    width: 47%;
    margin: -5px 0 0;
}
.contact-pink .flex .txt li, .contact-pink .flex .txt p {
        font-weight: 600;
    color: #302e36;
}
.contact-pink .flex .txt p{
    margin: 38px 0 0 0;
}
.contact-pink .flex .txt li strong {
    font-size: 21px;
    display: block;
    margin: 11px 0 0;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #302e36;
    padding-right: 80px;
}
.contact-pink .flex .txt li strong:before{
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #d38267;
    font-size: 20px;
    margin: 0 5px 0 0px;
}
.contact-pink .flex .txt li a {
    color: #302e36;
	transition: all 0.5s;
}
.contact-pink .flex .txt li a:hover {
color: #d38267;
}
.contact-pink .flex .txt li {
    border-bottom: 2px solid white;
    padding-bottom: 29px;
    margin-bottom: 29px;
}
.contact-pink .flex .txt .social li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 24px;
    margin-top: 15px;
	transition: all 0.5s;
}
.contact-pink .flex .txt .social li:hover {
	margin-top: 10px;
}
.contact-pink .flex .txt .social {
    display: flex;
}
.contact-pink .flex .txt .social li a {
    color:#d38267;
}
/* Landing Styles
--------------------------------------------- */
.page-template-page-landing .the-header {
    background:transparent;
}
.landing-background {
    margin-top: 58px;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 890px;
    height: calc(100vh - 430px);
}
.landing-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.landing-background .inner {
    position: absolute;
    max-width: 85.5%;
    margin: auto;
    left: 0;
    right: 0;
    top: 100px;
}
.landing-background .inner .txt {
    width: 458px;
    text-align: center;
    padding: 198px 0px 0 0;
}
.landing-background .inner .txt h1 {
    text-transform: uppercase;
    font-size: 60px;
}
.landing-background .inner .txt img {
    width: 208px;
}
/* Blog Styles
--------------------------------------------- */
.blog, .archive, .search, .single-post {
    background:white;
}
.feat-blog {
    max-width: 1090px;
    margin: 215px auto 0;
    position: relative;
    min-height: 635px;
}
.feat-blog .post-flex {
    display: flex;
    justify-content: flex-end;
}
.feat-blog #hero-image {
    width: 736px;
    height: 634px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.feat-blog .right {
    width: 511px;
    background: white;
    position: relative;
    border: 10px solid #f7c8b9;
    padding: 39px 30px 38px 55px;
    margin: 78px 2px 0 0;
}
.feat-blog .right .meta {
        display: flex;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    margin: 0;
}
.feat-blog .right .meta2 a.rmore {
    background: #ce8268;
    color: white;
    font-family: 'Montserrat';
    font-size: 15px;
    border-radius: 50px;
    font-weight: 600;
    padding: 13px 30px;
    display: inline-block;
    margin: 7px 0 0 0;
    letter-spacing: 0.03rem;
}
.feat-blog .right .meta2 {
        display: flex;
    position: relative;
}
.feat-blog .right .meta2 .hiddenshare {
    position: absolute;
    right: 67px;
    bottom: -19px;
    display: none;
}
.feat-blog .right .meta2 .hiddenshare.open {
    display: block;
}
.feat-blog .right .meta2 .hiddenshare ul {
    display: flex;
}
.feat-blog .right .meta2 .hiddenshare ul li {
    margin-left: 10px;
}
.feat-blog .right .meta2 .mainshare {
        border-left: 1px solid;
    margin: 0 0 0 20px;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    padding: 18px 0 0 30px;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.feat-blog .right .meta2 .mainshare:hover {
    cursor: pointer;
}
.feat-blog .right .meta span.dot {
    margin: 0 8px 0 5px;
    position: relative;
}
.feat-blog .right .meta span.dot div {
    width: 2px;
    height: 2px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.feat-blog .right a {
    color:#302e36;
}
.feat-blog .right h3 {
        font-family: 'Butler';
    font-size: 32px;
    line-height: 40px;
    margin: 25px 0 24px;
}
.archive-flex {
    max-width: 1087px;
    margin: 76px auto -29px;
    display: flex;
    justify-content: space-between;
}
.archive-flex .left {
        width: 670px;
}
.archive-flex article .meta{
    display: flex;
    justify-content: center;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    margin: 0;
}
.archive-flex article .meta .dot {
    margin: 0 8px 0 5px;
    position: relative;
}
.archive-flex article .meta .dot div {
    width: 2px;
    height: 2px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.archive-flex article a {
    color:#302e36;
}
.archive-flex article h2 {
        text-align: center;
    font-size: 32px;
    font-family: 'Butler';
    margin: 26px 0 28px 0;
    line-height: 40px;
}
.archive-flex article .hero-image {
        object-fit: cover;
    object-position: center;
    width: 100%;
    height: 598px;
    margin-bottom: 30px;
}
.archive-flex article .exc p {
        border-bottom: 1px solid black;
    margin: 0;
    padding-bottom: 33px;
}
.archive-flex article .meta2 a.rmore {
        background: #ce8268;
    color: white;
    font-family: 'Montserrat';
    font-size: 15px;
    border-radius: 50px;
    font-weight: 600;
    padding: 13px 30px;
    display: inline-block;
    margin: 7px 0 0 0;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}
.archive-flex article .meta2{
        display: flex;
    justify-content: space-between;
    padding: 23px 0 0;
}
.archive-flex article .meta2 .share {
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 0.05rem;
    padding: 22px 0 0 0;
}
.archive-flex article .meta2 .share ul {
    display: flex;
}
.archive-flex article .meta2 .share ul li{
    margin: 0 0 0 15px;
}
.archive-flex article {
   margin-bottom: 61px;
}
.archive-flex .right {
    width: 321px;
}
.archive-flex .right #text-8 {
    text-align: center;
}
.archive-flex .right #text-8 p strong {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #302e36;
    margin: 37px 0 -6px;
    display: block;
}
.archive-flex .right #text-8 p em a {
        font-size: 14px;
    letter-spacing: 0.05rem;
    color: #302e36;
}
.archive-flex .right #text-8 p em{
        font-style: inherit;
    display: block;
    margin: -6px 0 0;
}
#tag_cloud-2{
        border: 10px solid #f7c8b9;
    padding: 8px;
    text-align: center;
    margin: 54px auto 0;
}
#tag_cloud-2 h4.widget-title {
    font-size: 14px;
    color: #302e36;
    font-family: 'Montserrat';
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 600;
}
#tag_cloud-2 a {
        color: #cf8268;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}
#text-9 {
    border: 10px solid #f7c8b9;
    padding: 8px 0 20px;
    text-align: center;
    margin: 54px auto 56px;
}
#text-9 h4.widget-title {
    font-size: 14px;
    color: #302e36;
    font-family: 'Montserrat';
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 31px;
}
#text-9 p a {
    color: #cf8268;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 0;
    line-height: 0.34;
}
#execphp-2 #searchform {
    position: relative;
}
#execphp-2 #searchform:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: white;
    top: 13px;
    right: 16px;
    font-size: 22px;
}
#execphp-2 #searchform:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    color: #ce8268;
    top: 12px;
    left: 12px;
    font-size: 22px;
    font-weight: 400;
}
#execphp-2 #searchform input[type="search"] {
    width: 100%;
    border: 1px solid black;
    text-align: left;
    padding: 13px 42px;
    font-size: 14px;
    letter-spacing: 0.03rem;
}
#execphp-2 #searchform input[type="submit"]{
    width: 44px;
    height: 45px;
    border: none;
    background: #ce8268;
    position: absolute;
    top: 1px;
    right: 1px;
    color: #ce8268;
}
.blog .home-pillars:before, .archive .home-pillars:before, .search .home-pillars:before {
    display: none;
}
.blog .home-pillars, .archive .home-pillars, .search .home-pillars {
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_BOOKS_9.jpg);
    background-size: cover;
    background-position: center;
    padding: 76px 0 32px;
    margin: 50px auto -2px;
}
.blog .home-pillars ul li h4, .archive .home-pillars ul li h4, .search .home-pillars ul li h4{
        margin: 32px auto 15px;
}
.blog-optin {
    background: #f4ede6;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.blog-optin:before {
    content: "";
    display: block;
    width: 351px;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_JOURNAL_POP_UP_2.png);
    top: 0;
    left: 0;
}
.blog-optin:after {
    content: "";
    display: block;
    width: 324px;
    height: 317px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-image: url(/wp-content/uploads/2021/06/ART.png);
    bottom: 0;
    right: -19px;
    z-index: 0;
}
.blog-optin .flex {
    max-width: 962px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.blog-optin .flex .text {
    width: 53.2%;
}
.blog-optin .flex .text h2 {
    font-family: 'Butler';
    font-size: 56px;
    color: #302e36;
    text-transform: inherit;
    margin: 3px 0 26px 0;
    line-height: 60px;
}
.blog-optin .flex .text p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 44px;
    letter-spacing: 0.02rem;
    width: 101%;
}
.blog-optin .flex .text input {
    border: 1px solid #302e36!important;
    border-radius: 0;
    background: white;
    text-align: left;
    color: #302e36!important;
    font-size: 14px;
    letter-spacing: 0.05rem;
    height: 43px;
    margin-bottom: 12px;
    width: 94%;
}
.blog-optin .flex .text input::-webkit-input-placeholder { /* Edge */
  opacity: 1!important;
  color: #302e36!important;
}

.blog-optin .flex .text input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 1!important;
  color: #302e36!important;
}

.blog-optin .flex .text input::placeholder {
  opacity: 1!important;
  color: #302e36!important;
}
.blog-optin .flex .text button {
background: #5c6573!important;
    font-family: 'Montserrat'!important;
    font-size: 15px!important;
    margin: 19px 0 0 0!important;
    font-weight: 500!important;
    letter-spacing: 0.05rem;
    border-radius: 50px;
    border: none;
    color: white;
    padding: 13px 20px;
}
.blog-optin .flex .text .kartra_optin_asterisk {
    display: none!important;
}
.blog-optin .flex .text .kartra_optin_content_wrapper_inner {
    padding:0!important;
}
.blog-optin .flex .image {
    width: 385px;
    height: 569px;
    background-size: cover;
    background-position: center;
}
.lm {
        margin: 83px auto 117px
}
.lm .alm-btn-wrap .alm-load-more-btn{
        background: white!important;
    color: black!important;
    font-family: 'Montserrat';
    font-size: 15px;
    border-radius: 50px;
    font-weight: 600;
    padding: 19px 40px 19px 25px;
    display: inline-block;
    margin: 7px 0 0 0;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    border: 2px solid black;
    height: auto;
    position: relative;
}
.lm .alm-btn-wrap .alm-load-more-btn:after{
content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 21px;
    right: 28px;
}
.full-post {
        max-width: 960px;
    margin: 0 auto;
}
.full-post ul li {
    list-style-type: disc;
}
.full-post ol li {
    list-style-type: decimal;
}
.full-post ul, .full-post ol {
    padding-left: 40px;
    margin-bottom: 20px;
}
.full-post b, .full-post strong {
    font-weight: 600;
}
.full-post a {
    text-decoration: underline;
}
.full-post h2 {
        font-size: 30px;
}
.full-post blockquote {
    font-size: 22px;
    color: #cf8269;
    font-family: 'Montserrat';
    border: none;
    border-left: 3px solid #cf8269;
    padding: 0 0 0 30px;
    margin: 0 auto 25px;
    text-transform: inherit;
}
.full-post blockquote p {
    font-size: 22px;
    color: #cf8269;
    font-family: 'Montserrat';
    font-weight: 600;
}
.blog-topper {
        max-width: 960px;
    text-align: center;
    margin: 180px auto 0;
}
.blog-topper .meta{
    display: flex;
    justify-content: center;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    margin: 208px 0 0;
    font-weight: 600;
}
.blog-topper .meta .dot {
        margin: 0 7px;
}
.blog-topper .meta span.dot {
    margin: 0 8px 0 5px;
    position: relative;
}
.blog-topper .meta span.dot div {
    width: 2px;
    height: 2px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.blog-topper .meta a {
    color:#302e36;
}
.blog-topper h1.title {
        font-size: 48px;
    line-height: 50px;
    margin: 29px 0 39px;
}
.single-post .share {
    max-width: 960px;
    margin: 52px auto 91px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid;
    padding: 49px 0 0;
    color: #302e36;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.13rem;
}
.single-post .share ul {
    display: flex;
}
.single-post .share ul li {
    margin: 0 0 0 16px;
}
.single-post .share ul li a {
    color: #cf8269;
}
.single-post .blog-optin {
    background:white;
}
.ymal {
    background: #f4ede6;
    padding: 40px 0 72px;
}
.ymal h2.keep {
    max-width: 1026px;
    margin: 24px auto 23px;
    color: #cf8269;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.ymal .yarpp-related {
        max-width: 1026px;
        margin:0 auto;
}
.ymal ul {
        display: flex;
    justify-content: space-between;
    text-align: center;
}
.ymal ul li {
    width: 321px;
    margin: 0;
}
.ymal ul li img {
        object-fit: cover;
    object-position: center;
    width: 100%;
    height: 319px;
    margin-bottom: 0;
}
.ymal ul li h5 {
        font-family: 'Montserrat';
    color: #302e36;
    font-size: 22px;
    margin: 27px 0 0;
    font-weight: 600;
}
/* Footer Widgets Styles
--------------------------------------------- */
.footer-widgets {
    clear: both;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.the-footer {
    background-size: cover;
    background-position: center;
    padding: 20px;
}
.the-footer .flex {
max-width: 1090px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 40px;
}
.the-footer .flex  .left {
    width: 45%;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
}
.the-footer .flex  .left ul li a {
    font-size: 16px;
    font-family: 'Montserrat';
    color: black;
    font-weight: 500;
}
.the-footer .flex  .left ul li {
    margin: -6px 0 5px;
    padding: 0 0 0 0;
}
.the-footer .flex .right {
    width: 41%;
}
.the-footer .flex .right .kartra_optin_asterisk {
    display: none!important;
}
.the-footer .flex .right .kartra_optin_content_wrapper_inner {
    padding:0!important;
}
.the-footer .flex .right input {
    border-radius: 0!important;
    height: 35px;
    font-family: 'Montserrat';
    font-size: 12px;
    text-align: left;
    padding: 0 0 0 20px!important;
    color: black;
    font-weight: 700;
    letter-spacing: 0.05rem;
    background: white;
    border: none;
    margin-bottom: 5px;
}
.the-footer .flex .right input::-webkit-input-placeholder { /* Edge */
  color: black!important;
}

.the-footer .flex .right input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black!important;
}

.the-footer .flex .right input::placeholder {
  color: black!important;
}
.the-footer .flex .right button{
    border-radius: 0!important;
    font-size: 12px!important;
    padding: 0!important;
    width: 150px!important;
    height: 40px;
    border: none;
    font-family: 'Montserrat'!important;
    font-weight: 600!important;
    letter-spacing: 0.1rem;
    margin: 15px auto 0!important;
    border-radius: 60px!important;
    margin: 10px 0 0!important;
    background: #cf8269;
    color: white;
}
.the-footer .flex .right [class^=kartra_optin_tpl_].kartra_optin_tpl_1 button.kartra_optin_submit_btn:before {
    display: none!important;
}
.the-footer .flex .right h1 {
    color: #cf8269;
    font-size: 36px;
    margin: 27px 0 4px;
    letter-spacing: 0.07rem;
    font-weight: 600;
}
.the-footer .flex .right ul {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
.the-footer .flex .right ul li {
    margin: 0 0 0 25px;
    font-size: 20px;
}
.the-footer .flex .right ul li a {
    color:#cf8269;
}
.the-footer .flex  .left .footer-logo {
    width: 100px;
}
.the-footer .creds {
    max-width: 1090px;
    margin: 0 auto 0;
    font-family: 'Montserrat';
    font-size: 9px;
    letter-spacing: 0;
    position: absolute;
    bottom: 54px;
    left: 0;
    right: 0;
    font-weight: 600;
}
.the-footer .creds a {
    text-decoration: underline;
}
/* 404 Styles
------------------------------------------------------------ */
.error404 .wrap {
    background-color: #f4ede6;
    padding: 200px 0 100px;
    background-image: url(/wp-content/uploads/2021/06/graphic.png);
    background-repeat: no-repeat;
    background-position: bottom -136px right 2px;
    background-size: 300px;
}
.error404 .site-footer .wrap {
    padding:0 0 0;
    background-image:none;
}
.errorflex {
    max-width: 1023px;
    margin: 64px auto 0;
    display: flex;
    justify-content: space-between;
}
.errorflex .left {
    width: 45%;
}
.errorflex .left h1 {
        margin: 80px 0 32px 0;
}
.errorflex .left p {
    font-size: 21px;
    font-family: 'Montserrat';
    line-height: 31px;
    letter-spacing: -0.03rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.errorflex .left input[type="search"] {
        background: white;
    border: none;
    font-family: 'Noto Sans';
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.02rem;
    padding: 12px 0 13px 17px;
    margin: 12px 0 0 0;
    font-weight: 500;
}
.errorflex .left #searchform {
    max-width: 447px;
    position: relative;
}
.errorflex .left input[type="submit"]{
        width: 44px;
    height: 44px;
    border: none;
    background: #606d80;
    position: absolute;
    top: 12px;
    right: 0;
    color: #606d80;
}
.errorflex .left #searchform:after{
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: white;
    top: 23px;
    right: 16px;
    font-size: 22px;
}
.errorflex .left p a {
    font-weight: 700;
}
.errorflex .right {
    width: 481px;
}
.errorflex .right .image {
    width: 100%;
    height: 442px;
    background-size: cover;
    background-position: center;
    border: 10px solid white;
    position: relative;
}
.errorflex .right .image:after {
    content: "";
    display: block;
    width: 100px;
    height: 198px;
    background-image: url(/wp-content/uploads/2021/06/paint.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -126px;
    right: -40px;
}
/* Page Styles
------------------------------------------------------------ */
.page-template-default {
    background: #f4ede6;
}
#site-general-content {
    width: 90%;
    margin: 262px auto 94px;
    max-width: 1026px;
}
#site-general-content h1.page-title {
    text-align: center;
    letter-spacing: -0.03rem;
    margin-bottom: 32px;
}
#site-general-content h3 {
        font-size: 20px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
}
#site-general-content h4 {
        margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.05rem;
}
.pum-container.pum-responsive.pum-responsive-large {
    max-width: 1000px!important;
}
.pum-container.pum-responsive img {
    margin-bottom: -5px;
}
#popmake-12943 .pum-content>:first-child {
    margin-top: 0;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_JOURNAL_POP_UP_2.png)!important;
    background-repeat: no-repeat!important;
    padding-top: 79px!important;
    background-size: 306px!important;
	display:flex;
	justify-content:space-between;
}
#popmake-12943 .su-row .su-column-size-1-2 {
	width:48%;
}
#popmake-12943 .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_JOURNAL_POP_UP_3.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 300px;
}
#popmake-12943 h2 {
        text-align: center;
    font-family: 'Butler';
    font-size: 48px;
    line-height: 49px;
    margin: -49px 0 22px;
    padding: 0 56px 0 0;
}
#popmake-12943 p {
        text-align: center;
    padding: 0 80px 0 28px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
#popmake-12943 input {
    border-radius: 0;
    max-width: 380px;
    margin: 16px 0 0 31px;
    color: #302e36!important;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    font-family: 'Noto Sans';
    height: 45px;
    display: block;
    background: white;
    border: none;
}
#popmake-12943 input::-webkit-input-placeholder { /* Edge */
  color: #302e36;
  opacity: 1;
}

#popmake-12943 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #302e36;
  opacity: 1;
}

#popmake-12943 input::placeholder {
  color: #302e36;
  opacity: 1;
}
#popmake-12943 [class^=kartra_optin_tpl_].kartra_optin_force_breaking_point_medium .kartra_optin_asterisk {
    display: none!important;
}
#popmake-12943 form button {
font-family: 'Montserrat'!important;
    font-size: 15px!important;
    font-weight: 600!important;
    letter-spacing: 0.05rem;
    margin: 22px 0 0 116px!important;
    position: relative!important;
    width: 95%;
    background: #cf8269;
    color: white;
    border: none;
    border-radius: 50px;
    max-width: 200px;
}
#popmake-12943 [class^=kartra_optin_tpl_].kartra_optin_tpl_1 button.kartra_optin_submit_btn:before {
    display: none;
}
#popmake-12943 [class^=kartra_optin_tpl_].kartra_optin_tpl_1 button.kartra_optin_submit_btn:after{
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: white;
    top: 17px;
    right: 28px;
    font-size: 14px;
}
/* Form Styles
------------------------------------------------------------ */

input, select, textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
	color: #000000
}

input:focus {
	outline: none;
    border: 1px solid #000;
	-webkit-appearance:none;
	border-radius: 0;
}

textarea:focus {
	outline: none;
    border: 2px solid #000;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    border: 1px solid #000;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #000000;
    padding: 10px;
}

button:hover, .button:hover, a.text-button:hover, input[type="submit"]:hover, #books .intro .pos .text p a:hover, #books .bookresources .pos .text p a:hover, #books .bookresources:nth-child(even) .pos .text p a:hover, .feat-blog .right .meta2 a.rmore:hover, .archive-flex article .meta2 a.rmore:hover, .lm .alm-btn-wrap .alm-load-more-btn:hover {
    transition: all 0.4s;
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.5);
    opacity: 1;
}
button#responsive-menu-pro-button:hover, .programs .program-list li .button:hover {
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0)!important;
}

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label, .gfield_required {
    display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

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

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

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

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

.mobile-only {
	display: none;
}

/* Updated About Page Styles
--------------------------------------------- */

.family {
    background: #fadfd6;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.family .wrapper {
    width: 90%;
    max-width: 1020px;
    padding: 100px 0;
}

.family h2 {
    text-align: center;
    font-family: 'Butler';
    font-size: 56px;
    padding: 0;
    margin: 0px auto 40px;
}

.family .txt p {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 41px;
    letter-spacing: -0.015rem;
    font-weight: 400;
}

img.family-img {
    width: 352px;
    height: 400px;
    object-fit: cover;
    display: inline-block;
        vertical-align: middle;
    margin-right: 65px;
}

.family-txt h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 34px;
    text-align: left;
    color: #cf8163;
    margin-bottom: 25px;
}

.family li {
    width: 100%;
    display: table;
    margin-bottom: 60px;
    position: relative;
}

.family-txt {
    display: inline-block;
    width: calc(100% - 420px);
    vertical-align: middle;
}

.family-txt p {
    font-size: 20px;
    font-family: 'Montserrat';
    margin-bottom: 15px;    
    letter-spacing: -0.02rem;
    line-height: 32px;
    font-weight: 400;
}

.family li:nth-of-type(even) img {
    float: right;
    margin-left: 65px;
    margin-right: 0;
}

.family li:nth-of-type(even) .family-txt {
	margin-top: 60px;
}

.family li:nth-of-type(3) img.family-img {
    width: 320px;
}

.family li:last-child {
    margin-bottom: 0;
}

img.background-mark {
    width: 300px;
    position: absolute;
    top: 250px;
    left: -40px;
}

img.background-mark-2 {
    width: 300px;
    position: absolute;
    top: 250px;
    right: -40px;
}

img.background-mark-2 {
    width: 230px;
    position: absolute;
    top: 765px;
    right: 0;
}

.family li:nth-of-type(2):before {
    content: "";
    width: 200px;
    height: 80px;
    background-image: url(https://yourhealthiestyou.com/wp-content/uploads/2021/10/YOUR_HEALTHIEST_YOU_ABOUT_8.png);
    display: block;
    background-size: 200px;
    background-repeat: no-repeat;
    position: absolute;
    right: 300px;
    top: 60px;
}

.certifications {
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -20px;
    position: relative;
    width: 100%;
    top: 0;
    display: table;
}

.guided {
    background: #f5eee7;
    min-height: 900px;
    border-top: 12px solid #fff;
    margin-bottom: -130px;
}

img.guided-img {
    width: 416px;
    height: 429px;
    object-fit: cover;
    float: right;
    margin-left: 70px;
}

.guided .wrapper {
    width: 990px;
    padding: 100px 0;
}

.guided h2 {
    text-align: center;
    font-family: 'Butler';
    font-size: 56px;
    padding: 0;
    margin: 0px auto 35px;
}

.guided .txt p {
    font-family: 'Butler';
    font-size: 32px;
    line-height: 1.27;
    letter-spacing: 0.025rem;
    margin-bottom: 39px;
    text-align: center;
}

.guided-txt strong {
	font-size: 21px;
    font-family: 'Montserrat';
    line-height: 31px;
    letter-spacing: -0.02rem;
    font-weight: 400;
}

.guided-txt {
    margin-top: 100px;
}

.certifications .wrapper {
    width: 565px;
    margin-right: 10%;
    padding-top: 180px;
}

.certifications h2 {
    font-family: 'Butler';
    font-size: 56px;
    line-height: 60px;
    padding: 0;
    margin: 0px auto 40px;
    letter-spacing: -.01em;
    margin-left: -33px;
}

.certifications .list-wrap .inner {
    max-width: 100%;
    margin: 0px auto 60px;
    padding: 0 0 0 33px;
}

.certifications .list-wrap:before, .certifications .list-wrap:after {
	display: none;
}

.certifications .wrapper {
    padding-top: 180px;
    padding-bottom: 20px;
}

.guided .wrapper:before {
    content: "";
    width: 490px;
    height: 488px;
    position: absolute;
    background-image: url(https://yourhealthiestyou.com/wp-content/uploads/2021/10/YOUR_HEALTHIEST_YOU_ABOUT_10.png);
    top: 270px;
    right: -190px;
    background-size: 490px;
    display: block;
    z-index: -9;
}

.family li:nth-of-type(1):before {
    background-image: url(https://yourhealthiestyou.com/wp-content/uploads/2021/10/YOUR_HEALTHIEST_YOU_ABOUT_18.png);
    position: absolute;
    content: "";
    width: 300px;
    height: 200px;
    background-size: 170px;
    z-index: -9;
    left: -100px;    
    bottom: -130px;
    background-repeat: no-repeat;
}

.family li:nth-of-type(2):after {
    background-image: url(https://yourhealthiestyou.com/wp-content/uploads/2021/10/YOUR_HEALTHIEST_YOU_ABOUT_19.png);
    position: absolute;
    content: "";
    width: 150px;
    height: 400px;
    background-size: 120px;
    z-index: -9;
    right: -130px;    
    top: -130px;
    background-repeat: no-repeat;
}

.family li:nth-of-type(3):before {
    background-image: url(https://yourhealthiestyou.com/wp-content/uploads/2021/10/YOUR_HEALTHIEST_YOU_ABOUT_18.png);
    position: absolute;
    content: "";
    width: 300px;
    height: 200px;
    background-size: 170px;
    z-index: 9;
    left: 200px;
    top: -10px;
    background-repeat: no-repeat;
}

.family li:nth-of-type(3):after {
    background-image: url(https://yourhealthiestyou.com/wp-content/uploads/2021/10/YOUR_HEALTHIEST_YOU_ABOUT_17.png);
    position: absolute;
    content: "";
    width: 150px;
    height: 200px;
    background-size: 90px;
    z-index: 9;
    left: -68px;
    bottom: 0;
    background-repeat: no-repeat;
}

.newsletter {
    margin: 0px auto 30px;
}

/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1500px) {
	.home-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center bottom;
}
}
@media all and (max-width:1300px) {
    .header-flex {
        max-width: 1200px;
    }
    .suddenly:before {
        content: "";
        display: block;
        width: 100%;
        height: 106px;
        background: white;
        position: absolute;
        bottom: 5px;
        z-index: 1;
    }
    .page-template-page-programs .banner {
        height:840px;
    }
    #books .intro{
        min-height: 765px;
    }
    .resource-banner{
        min-height: 755px;
    }
    .journal-about:after {
        content: "";
        display: block;
        width: 100%;
        height: 178px;
        background: #f4ede6;
        position: absolute;
        transform: skewY(3.6deg);
        z-index: -1;
        bottom: 0;
    }
    .about-intro .flex .left h2 br {
    display: none;
}

}


@media all and (max-width:1280px) {
	.certifications {
    background-position: -150px 0;
    background-size: calc(100% + 150px);
    overflow: hidden;
}
}
@media all and (max-width:1080px) {

    .header-flex .flex .left, .header-flex .flex .right {
        width: 120px;
    }
    .blog-topper, .full-post, .single-post .share, .ymal h2.keep, .ymal .yarpp-related, .blog-optin .flex, .feat-blog, .archive-flex, .page-template-page-optin .video, .thank-you-flex, .ways-flex, .journal-about .flex, .contact-form, .contact-pink .intro, .contact-pink .flex, .shop-wrap #shop-items, .discounts-wrap, .guides-wrap ul, .recipes-wrap ul, .programs .program-list, .suddenly .toptext, .suddenly .flex, .page-template-page-about .quote-wrap .quote, .home-intro .flex, .philosophy .flex, .home-pillars ul, .home-about .flex, .resources .inner, .quote-wrap .quote, .press-wrap .inner, .newsletter-wrap .inner, .insta-header, .insta-feed .inner, .the-footer .flex, .the-footer .creds {
        max-width: 750px;
    }
    .ymal ul li {
        width:32%;
    }
    .blog-optin .flex .image {
            width: 345px;
    }
    .blog-optin .flex .text {
        width: 50.2%;
    }
    .blog-optin .flex .text h2 {
            font-size: 40px;
    }
    .feat-blog #hero-image {
        width: 530px;
        height: 415px;
    }
    .archive-flex .right {
        width: 321px;
        margin: 0 auto;
    }
    .feat-blog .right {
        margin: 238px 2px 0 0;
    }
    .archive-flex {
        display: block;
    }
    .archive-flex .left {
        width: 100%;
    }
    .thank-you-flex .image {
        width: 348px;
        height: 450px;
    }
    .thank-you-flex .txt h4 {
        font-size:18px;
    }
    .thank-you-flex .txt h2 {
        font-family: 'Butler';
        font-size: 45px;
        margin: 37px auto 38px;
        letter-spacing: -0.03rem;
    }
    .ways-flex .right p {
        font-size:20px;
    }
    .journal-about .flex .image {
        width: 380px;
        height: 385px;
    }
    .journal-about .flex .txt {
        width: 44.2%;
    }
    .journal-about .flex .txt br {
        display: none;
    }
    .contact-pink .flex .image {
        width: 360px;
        height: 528px;
    }
    .discounts-wrap ul li .txt {
        width: 57.5%;
    }
    .optin-intro .flex {
        padding: 182px 0 45px 9px;
    }
    .optin-intro .flex .right .imagetwo {
        width:385px;
    }
    .optin-intro .flex .right .imageone {
    width: 351px;
    height: 358px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 162px;
    left: -93px;
    border: 10px solid white;
    z-index: 2;
    }
    .landing-background .inner {
        max-width: 100%;
    }
    .recipes-wrap ul li .image {
        height:340px;
    }
    .programs .program-list li {
        width: 32%;
        text-align: center;
    }
    .programs .program-list li .image {
        height:295px;
    }
    .programs .program-list li ul li {
        width:100%;
    }
    .page-template-page-shop .programs .program-list li .image {
        height:245px;
    }
    #books .intro .pos {
        width: 54.3%;
    }
    #books .grab button {
        margin: 4px 12px 21px;
    }
    #books .bookresources .pos {
        width:51%;
    }
    #books .intro:nth-child(even) .pos {
        width: 52%;
    }
    #books .bookresources:nth-child(even) .pos .text {
       margin: 0 0 0 62px;
    }
    .resource-banner .pos {
        max-width: 100%;
        margin: 0 auto;
    }
    .suddenly .toptext p br {
        display: none;
    }
    .suddenly .flex .image {
    width: 365px;
    height: 580px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 200px;
    }
    .list-wrap .inner {
    padding-top: 73px;
	}
	.family .txt br {
    display: none;
	}
    .highlight {
        max-width: 600px;
        padding: 67px 20px 34px;
        margin: -103px auto 0;
    }
    .home-banner .pos .text {
        max-width: 100%;
        position: relative;
    }
    .home-banner .pos .text:after {
        right:0;
    }
    .home-intro .flex .image {
        width: 381px;
        height: 397px;
    }
    .home-intro .flex .text {
        width: 46%;
    }
    .philosophy .flex .text {
        width: 47%;
        padding-left: 30px;
        padding-top: 103px;
    }
    .philosophy .flex .image {
        width: 367px;
        height: 495px;
    }
    .home-pillars ul li {
        width: 32%;
        margin: 0 0 40px;
    }
    .home-pillars ul li .image {
        height:280px;
    }
    .home-about .flex .text {
        width: 47%;
        margin: -4px 0 0 0;
        padding-right: 0;
    }
    .home-about .flex .text p {
        line-height: 25px;
        margin-bottom: 9px;
    }
    .resources {
        position: relative;
        padding-top: 360px;
    }
    .resources:before {
        height:128%;
    }
    .quote-wrap .quote h3 {
        font-size:30px;
    }
    .quote-wrap .quote p br {
        display: none;
    }
    .quote-wrap .quote p em {
        font-family: 'Noto Sans', sans-serif;
        font-size: 13px;
        display: block;
        margin: 37px 0 0;
    }
    .press-wrap .inner .features ul li {
        width:16%;
    }
        .newsletter-wrap .inner .image {
        width: 350px;
        margin: 0 0 0 13px;
    }
    .newsletter-wrap .inner:before {
            width: 408px;
    height: 560px;
    }
    .newsletter-wrap .inner .news p {
        font-size:19px;
    }
    .newsletter-wrap .inner .news p br {
        display: none;
    }
    .the-footer .flex .right h1 {
        font-size:31px;
    }
    .the-footer .flex .left {
        width:57%;
    }
    .the-footer .flex .right {
        width: 39%;
    }
    .the-footer .creds {
        position: relative;
        text-align: center;
        margin: 35px auto 0;
    }
    .home-about .flex .image {
        width:50%;
    }
    .philosophy .flex p.side-title {
        left: -107px;
        top: 203px;
    }
    .about-intro .flex .right .imagetwo {
        width:360px;
    }
    .about-intro .flex .right .imageone {
        width: 289px;
        height: 389px;
        position: absolute;
        left: -29px;
        background-size: cover;
        background-position: center;
        top: 176px;
        border: 10px solid white;
    }
    .about-intro .flex .left {
        width: 45.5%;
        padding-right: 90px;
    }
    .about-intro .flex .left h2 {
        font-size:49px;
    }
    
    .family li:nth-of-type(2):before {
		display: none;
		}
		
	.certifications {
    background-size: cover;
	}
	.certifications .wrapper {
    width: 40%;
    margin-right: 5%;
}
.guided .wrapper {
    width: 90%;
    overflow: hidden;
}

img.guided-img {
    margin-left: 30px;
}
.guided-txt {
    margin-top: 0;
}
.listening .pos .txt {
    width: 300px;
}

.certifications {
    background-size: cover;
    background-position: -250px 0;
}

}


@media all and (max-width:768px) {
    .blog-topper, .full-post, .single-post .share, .ymal h2.keep, .ymal .yarpp-related, .blog-optin .flex, .feat-blog, .archive-flex, .page-template-page-optin .video, .thank-you-flex, .ways-flex, .journal-about .flex, .contact-form, .contact-pink .intro, .contact-pink .flex, .shop-wrap #shop-items, .discounts-wrap, .guides-wrap ul, .recipes-wrap ul, .programs .program-list, .suddenly .toptext, .suddenly .flex, .page-template-page-about .quote-wrap .quote, .home-intro .flex, .philosophy .flex, .home-pillars ul, .home-about .flex, .resources .inner, .quote-wrap .quote, .press-wrap .inner, .newsletter-wrap .inner, .insta-header, .insta-feed .inner, .the-footer .flex, .the-footer .creds {
        max-width: 500px;
    }
	#popmake-12943 h2 {
		padding:0;
	}
	#popmake-12943 p {
		padding:0 30px;
	}
    .header-flex .flex .right {
        display: none;
    }
    .banner-bar .inner p {
        font-size:15px;
    }
    .banner-bar .inner i {
        font-size:20px;
    }
    .banner-bar .inner {
        padding: 23px 0 0;
    }
    .header-flex .flex .left {
        width:70px;
        position: absolute;
        left:0;
    }
    .header-flex .flex .center {
        width: 370px;
    }
    .header-flex .flex {
        margin: 25px auto 0;
    }
    .the-header {
        height: 135px;
    }
    .header-flex .flex {
        justify-content: center;
    }
    .home-banner {
        height:565px;
		min-height: auto;
		background: #fff;
    }
    .home-banner .pos .text h2 {
        font-size: 65px;
        font-family: 'Butler';
        line-height: 70px;
        margin: -48px 0 10px;
        letter-spacing: -0.15rem;
    }
    .home-banner .pos ul li {
        font-size: 15px;
        font-family: 'Montserrat';
        line-height: 24px;
    }
    .home-banner .pos p em strong {
    font-size: 13px;
    margin: 18px 0 0;
    }
    .home-banner .pos .text:after {
        display: none;
    }
    .home-intro h2 {
            font-size: 40px;
    text-align: center;
    margin: 80px auto -8px;
    }
    .home-intro .flex {
        display: block;
    }
    .home-intro .flex .image {
    width: 100%;
    height: 450px;
    margin: 0 auto 40px;
    }
    .home-intro .flex .text {
        width: 100%;
    }
    .home-intro .flex .text br {
        display: none;
    }
    .philosophy .flex {
        display: block;
    }
    .philosophy .flex .text {
    width: 100%;
    padding-left: 15px;
    padding-top: 103px;
    }
    .philosophy .flex .image {
    width: 100%;
    height: 595px;
    margin: 50px 0 0;
    }
    .home-pillars ul {
        display: block;
    }
    .home-pillars ul li {
        width: 265px;
        margin: 0 auto 40px;
    }
    .home-about .flex {
        display: block;
    }
    .home-about .flex .image {
        width: 100%;
    }
    .home-about .flex .image:before {
        display: none;
    }
    .home-about:after {
    content: "";
    display: block;
    width: 201px;
    height: 436px;
    top: 236px;
    }
    .highlight {
    max-width: 500px;
    padding: 30px 20px 5px;
    margin: 41px auto 0;
    }
    .resources {
    position: relative;
    padding-top: 860px;
    }
    .resources .inner .r-intro h2 {
    font-size: 44px;
    margin: 70px auto 21px;
    }
    .resources .inner .r-intro p br {
        display: none;
    }
    .resources .inner .side-title {
        display: none;
    }
    .resources .inner ul {
        display: block;
    }
    .resources .inner ul li {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    }
    .resources .inner ul li:nth-child(2):after, .resources .inner ul li:nth-child(2):before {
        display: none;
    }
    .resources:before {
        height: 115%;
    }
    .quote-wrap .quote h3 br {
        display: none;
    }
    .press-wrap .inner .side-title {
    position: absolute;
    left: inherit;
    transform: rotate(0deg);
    top: -35px;
    font-family: ITCBlair-Medium;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.15rem;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin: 0px auto 50px;
    }
    .quote-wrap {
        padding: 200px 0 200px;
    }
    .press-wrap .inner .features ul li {
        width: 22%;
    }
    .newsletter-wrap .inner {
        display: block;
    }
    .newsletter-wrap .inner .image {
    width: 424px;
    margin: 0 auto 30px;
    }
    .newsletter-wrap .inner .news {
    width: 100%;
    text-align: center;
    }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 50%;
    }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(5) {
        display: none;
    }
    .the-footer .flex {
            flex-direction: column-reverse;
    }
    .the-footer .flex .right {
        width: 100%;
    }
    .the-footer .flex .left {
        width: 100%;
    }
    .the-footer .flex .right ul {
        justify-content: center;
    }
    .the-footer .flex .right ul li {
    margin: 0 10px;
    font-size: 20px;
    }
    .the-footer .creds {
    position: relative;
    text-align: center;
    margin: 35px auto 0;
    padding: 0 71px;
    line-height: 2.5;
    }
    .the-footer .flex .right h1 {
    font-size: 31px;
    text-align: center;
    margin: -5px 0 4px;
    }
    .the-footer .flex .right .kartra_optin_content_wrapper_inner .kartra_optin_submit_btn {
            margin: 15px auto 0!important;
    }
    .about-intro .flex {
            padding: 225px 0 90px 0;
        flex-direction: column-reverse;
    }
    .about-intro .flex .left {
    width: 100%;
    padding-right: 0;
    max-width: 500px;
    margin: 105px auto 0;
    }
    .about-intro .flex .left br {
        display: none;
    }
    .about-intro .flex .left h2 {
        font-size: 43px;
    }
    .suddenly .toptext h2 {
        font-size:41px;
    }
    .suddenly .toptext p {
        font-size:18px;
    }
    .suddenly .flex {
        display: block;
    }
    .suddenly .flex .image {
    width: 100%;
    height: 646px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 100px;
    }
    .suddenly .flex .image:after {
    content: "";
    display: block;
    width: 117px;
    height: 113px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_ROCKSTAR_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -65px;
    left: -39px;
    }
    .suddenly .flex .text {
    width: 100%;
    margin: -3px 0 0 0;
    }
    .list-wrap:before {
        top:95px;
    }
    .list-wrap .inner {
        max-width: 500px;
    }
    .listening .pos {
        width:98%;
    }
   .listening .pos .txt {
        width: 320px;
    } 
    .listening .pos .txt h2 {
        font-size:27px;
    }
    .listening .pos .txt p {
        font-size:19px;
    }
    .page-template-page-programs .banner {
        height: 512px;
    }
    .page-template-page-programs .banner .title h1 {
        font-size: 55px;
    }
    .page-template-page-programs .banner .title {
        max-width: 96%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 197px;
    }
    .programs .program-list li ul li {
    width: 100%;
    margin-bottom: 0;
    }
    .page-template-page-shop .banner {
        height:480px;
    }
    .page-template-page-shop .banner .title {
    max-width: 71%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 176px;
    text-align: right;
    }
    .page-template-page-shop .banner .title h1 {
    font-size: 58px;
    }
    .programs .program-list li {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 30px;
    }
    .about-intro .flex .right {
    width: 500px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin: 0 auto;
    }
    .highlight p {
        font-size:16px;
    }
    .home-about .flex .text {
    width: 100%;
    margin: 30px 0 0;
    padding-right: 0;
    }
    #books {
        margin-top: 130px;
    }
#books .intro .pos .text {
    width: 100%;
    text-align: center;
    padding: 0px 0 0 0;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#books .intro .pos {
    width: 85%;
    right: auto;
    top: 30px;
    position: relative;
    left: auto;
    margin: 0px auto;
}
#books .intro {
    min-height: auto;
    height: auto;
    background-color: #fff;
}
    #books .intro .pos h2 {
    margin: 0 0 5px;
    font-size: 50px;
    }
    #books .intro .pos .text p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    }
#books .intro .book {
    position: relative;
    width: 200px;
    display: block;
    margin: 40px auto 20px;
    z-index: 2;
    padding-left: 0;
    object-fit: contain;
    height: 200px;
}
	
	#books .grab h2 {
    transform: skewY(3.6deg);
    text-align: center;
    margin-bottom: 25px;
    font-size: 34px;
}
    #books h2 {
        font-size:40px;
    }
    #books .grab ul {
        display: block;
    }
    #books .grab button {
    margin: 4px auto 21px;
    display: block;
    }
 #books .bookresources .pos {
    position: relative;
    margin: 0px auto;
    width: 100%;
    top: 0;
}
    #books .bookresources .pos h2 {
        font-size:50px;
    }
    #books .bookresources .pos .text p {
        font-size:17px;
    }
    #books .bookresources .pos .text {
    width: 100%;
    text-align: center;
    padding: 14px 0 0 0;
    }
    #books .intro:nth-child(even) .book {
    position: relative;
    width: 268px;
    display: block;
    margin: -1px auto 0;
    z-index: 2;
    padding-left: 0;
    }
    #books .bookresources:nth-child(even) .pos .text {
    margin: 0 0 0 0;
    width: 100%;
    padding: 0;
    }
    #books .bookresources:nth-child(even) .pos h2 {
    font-size: 47px;
    padding: 0 40px;
    }
#books .bookresources {
    min-height: auto;
    height: auto;
    background: #fbfbfb;
}
     #books {
        overflow: hidden;
     }
     .resource-banner {
    min-height: 499px;
    margin-top: 126px;
    }
    .resource-banner .pos .text {
        width:320px;
    }
    .resource-banner .pos .text h2 {
    font-size: 40px;
    font-family: 'Butler';
    line-height: 51px;
    margin: 55px 0 32px;
    }
    .guides-wrap h2 {
    text-align: center;
    font-size: 46px;
    font-family: 'Butler';
    padding: 13px 0 0;
    }
    .guides-wrap ul {
        justify-content: center;
    }
    .guides-wrap ul li {
    width: 225px;
    margin: 0 10px 15px;
    }
    .recipes-wrap ul li .image {
        height: 240px;
    }
    .shop-wrap h2 {
        font-size:40px;
    }
    .shop-wrap #shop-items ul li {
        width:50%;
    }
    .shop-wrap .disclaimer {
        max-width: 500px;
    }
    .discounts-wrap ul li {
        display: block;
    }
    .discounts-wrap ul li .image {
        margin: 0 auto 30px;
    }
    .discounts-wrap ul li .txt {
        width: 100%;
    }
    .landing-background {
        min-height: 500px;
    }
    .landing-background .inner .txt {
    width: 350px;
    text-align: center;
    padding: 0;
    }
    .landing-background .inner .txt h1 {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 45px;
    }
    .landing-background .inner .txt img {
    width: 126px;
    margin: 0;
    }
    .contact-pink h2 {
        padding:0;
    }
    .contact-pink .flex {
        display: block;
    }
    .contact-pink .flex .image {
    width: 100%;
    height: 528px;
    margin: 0 auto 40px;
    }
    .contact-pink .flex .txt {
    width: 100%;
    margin: -5px 0 0;
    }
    .contact-pink .flex:after {
        display: none;
    }
    .contact-form #gform_fields_1 #field_1_1, .contact-form #gform_fields_1 #field_1_2 {
    width: 100%;
    padding: 0;
    }
    .optin-intro .flex {
    padding: 50px 0 45px 0px;
    flex-direction: column;
    }
    .optin-intro .flex .right:before {
        width: 463px;
    }
    .optin-intro .flex .text br {
        display: none;
    }
    .journal-about .flex {
        display: block;
    }
    .journal-about .flex .image {
    width: 100%;
    height: 340px;
    margin-bottom: 40px;
    }
    .journal-about .flex .txt {
    width: 100%;
    }
    .ways-flex {
        display: block;
    }
    .ways-flex .left, .ways-flex .right {
    width: 100%;
    }
    .thank-you-flex {
            margin: 195px auto 71px;
                flex-direction: column-reverse;
    }
    .thank-you-flex .image {
        margin: 0 auto;
    }
    .thank-you-flex .txt {
        width: 100%;
    }
    .feat-blog .post-flex {
        display: block;
    }
    .feat-blog #hero-image {
    width: 100%;
    height: 415px;
    position: relative;
    left: 0;
    top: inherit;
    margin: 0;
    }
    .archive-flex article .hero-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    }
    .feat-blog .right {
    margin: 0;
    width: 100%;
    padding: 39px 30px 38px 30px;
    }
   .optin-intro .flex .text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    } 
    .optin-intro .flex .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    }
    .resource-banner .pos .text p {
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 26px;
    padding: 0;
    color: #302e36;
    }
    .resource-banner .pos .text p br {
        display: none;
    }
    #books .intro:nth-child(even) .pos .text {
    width: 100%;
    text-align: center;
    padding: 0;
    }
	#books .bookresources:nth-child(even) {
    background: #fff;
}
    .blog-optin .flex {
        margin: 0 auto;
        display: block;
    }
    .blog-optin .flex .image {
    width: 100%;
    height: 400px;
    }
    .blog-optin .flex .text {
    width: 100%;
    padding-top: 20px;
    }
    .blog-optin .flex .text h2 {
    font-size: 46px;
    line-height: 52px;
    margin: 0 0 10px;
    }
    .blog-topper .meta {
            margin: 142px 0 0;
    }
    .ymal h2.keep {
        text-align: center;
    }
   .ymal ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    } 
    .ymal ul {
        display: block;
    }
    .feat-blog {
    margin: 160px auto 0;
    position: relative;
    min-height: auto;
    }
    .errorflex {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    }
    .errorflex .right {
    width: 481px;
    margin: 0 auto;
    }
    .errorflex .left {
    width: 100%;
    text-align: center;
    }
    .errorflex .left #searchform {
    max-width: 447px;
    position: relative;
    margin: 0 auto;
    }
    #site-general-content {
    width: 90%;
    margin: 189px auto 94px;
    max-width: 1026px;
    }
    .pum-container.pum-responsive img {
        display: none;
    }
    #popmake-13157 h2 {
        padding:0;
    }
    #popmake-13157 p {
        padding:0 20px;
    }
    #popmake-13157 #kartra_optin_form_fields_container {
        max-width: 380px;
        margin: 0 auto;
    }
    #popmake-13157 [class^=kartra_optin_tpl_].kartra_optin_tpl_1 button.kartra_optin_submit_btn {
        margin: 22px auto 0px!important;
    }
	.resource-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
	
	.resource-banner .pos {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
	
	.resource-banner {
    min-height: 400px;
    margin-top: 126px;
    height: auto;
}
	.guides-wrap {
    margin-top: 40px;
}
	.resource-banner .pos .text {
    margin: 0px auto;
}
	.journal-about:before {
    top: -30px;
}
	.home-pillars ul:before {
		display:none;
	}
	img.family-img {
    display: block;
    margin: 0px auto 30px;
    width: 320px;
    max-width: 320px;
}

.family-txt {
    display: block;
    width: 100%;
    text-align: center;
}
.family-txt h2 {
    text-align: center;
}
.family li:nth-of-type(even) img {
    float: none;
    margin: 0px auto 30px;
}

.family li {
    display: block;
    margin-bottom: 50px;
}

img.background-mark, img.background-mark-2 {
	display: none;
}
	
img.guided-img {
    float: none;
    margin: 0px auto 30px;
    display: block;
    object-fit: contain;
}

.guided .wrapper:before {
    right: 0;
}

.guided-txt {
    margin-bottom: 100px;
}
.list-wrap .inner {
    max-width: 500px;
    padding-top: 180px;
}

.family li img {
    object-fit: contain;
}

.guided .wrapper:before {
    right: 0;
    top: 350px;
    background-size: 300px;
    background-repeat: no-repeat;
    width: 100%;
}

.certifications {
    background: #cfcbca;
    background-image: none !important;
    border-top: 12px solid #fff;
    margin: 0px auto;
    display: block;
}

.certifications .wrapper {
    width: 600px;
    max-width: 85%;
    padding: 100px 0 0;
    margin-right: auto;
}

.certifications h2 {
    font-size: 41px;
    line-height: 1.2em;
}

.listening .pos .txt {
    width: 45%;
    margin-left: 5%;
}

.listening .pos {
    padding-top: 80px;
}
}


@media all and (max-width:550px) {
    [data-aos^=fade][data-aos^=fade] {
    opacity: 1!important;
    transition-property: opacity,transform;
    }
    .banner-bar .inner p {
    font-size: 13px;
    letter-spacing: 0.02rem;
    }
    .header-flex .flex .center {
        width: 275px;
    }
	.header-flex .flex .center svg {
		width:100%;
	}
	#popmake-12943 input {
    border-radius: 0;
    max-width: 83%;
    margin: 16px auto 0;
    color: #302e36!important;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    font-family: 'Noto Sans';
    height: 45px;
    display: block;
    background: white;
    border: none;
	}
	#popmake-12943 form button {
		margin: 22px auto 0!important;
	}
    .header-flex .flex {
        margin: 29px auto 0;
    }
    .header-flex .flex .left {
        top: -4px;
        width: 70px;
        position: absolute;
        left: 0;
    }
    h1 {
        font-size:45px;
    }
    .responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
        width:35px;
    }
.home-banner {
    height: 580px;
    margin-bottom: 400px;
    position: relative;
}
.home-banner .pos {
    position: relative;
    width: 90%;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
}
.home-banner .pos .text h2 {
    font-size: 60px;
    font-family: 'Butler';
    line-height: 70px;
    margin: -48px 0 10px;
    letter-spacing: -0.15rem;
    position: absolute;
    top: -380px;
    right: 0;
    text-align: right;
}
    .home-banner .pos ul li {
    font-size: 21px;
    font-family: 'Montserrat';
    line-height: 34px;
    }
    .home-banner .pos p em strong {
    font-size: 21px;
    margin: 39px 0 0;
    }
    .blog-topper, .full-post, .single-post .share, .ymal h2.keep, .ymal .yarpp-related, .blog-optin .flex, .feat-blog, .archive-flex, .page-template-page-optin .video, .thank-you-flex, .ways-flex, .journal-about .flex, .contact-form, .contact-pink .intro, .contact-pink .flex, .shop-wrap #shop-items, .discounts-wrap, .guides-wrap ul, .recipes-wrap ul, .programs .program-list, .suddenly .toptext, .suddenly .flex, .page-template-page-about .quote-wrap .quote, .home-intro .flex, .philosophy .flex, .home-pillars ul, .home-about .flex, .resources .inner, .quote-wrap .quote, .press-wrap .inner, .newsletter-wrap .inner, .insta-header, .insta-feed .inner, .the-footer .flex, .the-footer .creds {
        max-width: 90%;
    }
    .home-intro h2 {
    font-size: 40px;
    text-align: center;
    margin: 40px auto -19px;
    }
    .philosophy .flex .image:after {
        right:0;
    }
    .home-about h2 {
            font-size: 50px;
    margin: 5px auto 33px;
    }
    .home-about .r-intro p br {
        display: none;
    }
    .home-about .r-intro {
    max-width: 90%;
    margin: 0 auto;
    }
    .home-about .flex .image {
    width: 100%;
    height: 600px;
    }
    .home-about {
        max-height: inherit;
    }
    .highlight {
    max-width: 90%;
    padding: 30px 20px 5px;
    margin: 41px auto 0;
    }
    .resources:before {
    height: 110%;
    top: -23px;
    }
    .quote-wrap {
    padding: 108px 0 153px;
    }
    .quote-wrap .quote h3 {
    font-size: 27px;
    line-height: 36px;
    }
     .quote-wrap .quote p {
            font-size: 16px;
    line-height: 29px;
     }
     .press-wrap .inner {
        max-width: 84%;
     }
.newsletter-wrap .inner .news [class^=kartra_optin_tpl_].kartra_optin_tpl_1 button.kartra_optin_submit_btn {
    margin: 20px auto 0;
}
.insta-header {
        padding: 0 20px;
}
.the-footer .creds {
        padding: 0 51px;
}
    .resources .inner .r-intro h2 {
    font-size: 40px;
    margin: 0 auto 21px;
    padding-top: 50px;
    }
    .resources {
    position: relative;
    padding-top: 0px;
    margin-top: 50px;
    display: block;
    }
    .about-intro .flex .right {
        width:100%;
    }
    .suddenly .flex .image {
        margin-bottom:50px;
    }
    .suddenly .flex .image:after {
        display: none;
    }
    .list-wrap .inner {
    max-width: 90%;
    }
    .listening .pos .txt h2 {
    font-size: 20px;
    line-height: 26px;
    }
    .listening .pos .txt p {
    font-size: 15px;
    margin: 0;
    }
    .page-template-page-about .quote-wrap .quote h3 {
        font-size:27px;
        line-height: 36px;
    }
    .page-template-page-about .quote-wrap .quote p {
        font-size:16px;
        line-height: 29px;
    }
    #books .intro .book {
        width:195px;
    }
    #books .intro .pos h2 {
        font-size:40px;
    }
    #books .bookresources .pos .text {
        width:100%;
    }
    #books .bookresources .pos {
    width: 90%;
    }
    #books .intro:nth-child(even) .pos {
    width: 80%;
    }
    .resource-banner {
    min-height: 400px;
    margin-top: 126px;
    }
    .resource-banner .pos .text {
    width: 259px;
    }
    .resource-banner .pos .text h2 {
    font-size: 34px;
    font-family: 'Butler';
    line-height: 44px;
    margin: 27px 0 32px;
    }
    .recipes-wrap ul li .image {
    height: 211px;
    }
    .landing-background .inner .txt {
    width: 245px;
    text-align: center;
    padding: 0;
    }
	
	.desktop-only {
	display: none;
}
	
	.mobile-only {
	display: block;
}

.certifications {
	height: auto;
}

.family li:nth-of-type(even) .family-txt {
    margin-top: 0;
}
}

@media all and (max-width:465px) {
	.banner-bar .inner p {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 4px;
	}
.header-flex .flex .center {
    width: 72%;
    margin-left: auto;
    margin-right: 5%;
}
	.home-banner .pos ul li {
		font-size:18px;
	}
	.home-banner .pos p em strong {
    font-size: 18px;
    margin: 39px 0 0;
	}
	.home-intro h2 {
		font-size:34px;
	}
	.wrap {
		    overflow-y: hidden;
	}
	.newsletter-wrap .inner .image {
    width: 94%;
    margin: 0 auto 30px;
	}
	.insta-header {
    padding: 0 20px;
    display: block;
    text-align: center;
	}
	.insta-header ul {
		justify-content:center;
	}
	.the-footer .flex .left {
    width: 100%;
    display: block;
    text-align: center;
	}
	.the-footer .flex .left .footer-logo {
    width: 100px;
    margin: 0 auto 20px;
	}
	.about-intro .flex .right .imagetwo {
    width: 214px;
    height: 321px;
	}
	.about-intro .flex .right .imageone {
    width: 225px;
    height: 291px;
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: center;
    top: 214px;
    border: 10px solid white;
	}
	.about-intro .flex .right:before {
    content: "";
    display: block;
    width: 342px;
    height: 500px;
    background-image: url(/wp-content/uploads/2021/06/YOUR_HEALTHIEST_YOU_JOURNALING_5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -172px;
    left: -35px;
    z-index: -1;
	}
.about-intro .flex .left {
    width: 90%;
    padding-right: 0;
    max-width: 500px;
    margin: 207px auto 0;
}	
	.page-template-page-programs .banner .title {top:253px;}
	.insta-header ul li {
    margin: 0 10px;
	}
	.feat-blog .right .meta {
		display:block;
		text-align:center;
	}
	.feat-blog .right .meta span.dot {
display:none;}
	.feat-blog .right .meta2 {
		display:block;
	}
	.feat-blog .right .meta2 .mainshare {
    border-left: none;
    margin: 20px 0 0 0px;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    padding: 18px 0 0 0px;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
	.feat-blog .right .meta2 .hiddenshare.open {
    bottom: -27px;
    display: block;
    left: 0;
}
	.archive-flex article .meta {
		display:block;
		text-align:center;
	}
	.archive-flex article .meta .dot {
		display:none;
	}
	.archive-flex article .meta2 {
		display:block;
	}
	.archive-flex article .meta2 a.rmore {
		margin: 20px 0 0 0;
	}
	.blog-topper .meta {
    margin: 142px 0 0;
    display: block;
    text-align: center;
	}
	.blog-topper .meta .dot {
		display:none;
	}
	.contact-pink .flex .txt li a {
    color: #302e36;
    font-size: 16px;
	}
	.contact-pink .flex .txt li strong {
		font-size:16px;
	}
	.errorflex .right {
    width: 100%;
    margin: 0 auto;
}
	.errorflex {
		overflow:hidden;
	}
	.thank-you-flex .image:after {
		display:none;
	}
	.optin-intro .flex {
		max-width:90%;
	}