/*
	Theme Name: MTT Custom Theme 2020
	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-family: 'Montserrat', sans-serif;*/
/*font-family: 'Cardo', serif;*/
/*font-family: 'Noto Sans', sans-serif;*/
/*font-family: ITCBlair-Medium;*/


/* 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;
}

body {
	color: #302e36;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	    overflow-x: hidden;
}

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: #302e36;
    text-decoration: none;
}

table {
	border: none;
}

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

p {
	margin: 0 0 24px;
    padding: 0;
    line-height: 1.9;
    letter-spacing: 0.005rem;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

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
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
	overflow-x: hidden;
}

.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;
}
.the-header .notice {
    background: #f5eee7;
    padding: 5px;
    border-bottom: 2px solid white;
    height: 67px;
}
.the-header .notice .inner {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 54px;
}
.the-header {
	position: relative;
}
.the-header .notice h6 {
    margin: 0 0 0;
    font-size: 15px;
    color: #302e36;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-top: 20px;
    letter-spacing: 0.02rem;
}
.menu-area {
    max-width: 95%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 2px;
    padding-right: 2px;
}
.menu-area .left {
    margin-top: 7px;
    margin-left: -2px;
}
.menu-area .right {
display: flex;
    justify-content: flex-end;
    padding-top: 22px;
}
.menu-area .right ul {
    display: flex;
    justify-content: center;
    margin: 1px 21px 0 0;
}
.menu-area .right ul li {
    margin: 10px 10px 0 11px;
}
.banner {
    width: 100%;
    height: 942px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    background-color: #d8b979;
}
.banner .inner {
	    position: relative;
    max-width: 1088px;
    margin: 0 auto;
    height: 100%;
}
.banner-text {
    font-size: 20px;
    position: absolute;
    bottom: 175px;
    right: 0;
    width: 299px;
    font-family: ITCBlair-Medium;
    text-align: right;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}
#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: 214px;
}
/* Headings
--------------------------------------------- */

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 28px;
}

h2 {
    font-family: 'Cardo', serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: 0.01rem;
    margin-bottom: 0;
}

h1.entry-title, h2.entry-title {

}

h3 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h4 {
	font-family: ITCBlair-Medium;
    font-size: 18px;
    line-height: 1.5;
}

h5 {

}

.side-title {
    font-family: ITCBlair-Medium;
    text-transform: uppercase;
    font-size: 15px;
    transform: rotate(-90deg);
    position: absolute;
    letter-spacing: 0.13rem;
}
/* Custom Theme Styles
--------------------------------------------- */
.robyntop {
    position: relative;
    width: 100%;
    height: 10px;
    z-index: 9;
}
.robyntop .pink-block {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 0;
    z-index: -1;
    top: -110px;
}
.robyntop .pink-block:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 82px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    z-index: -1;
    z-index: 9;
}
.robyntop .pink-block:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 82px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #f5eee7;
    position: absolute;
    left: 0;
    right: 0;
    top: 39px;
    z-index: 9;
}
.robyn-intro {
    background: #f5eee6;
    padding: 5px 5px 197px;
}
.robyn-intro .inner {
    max-width: 1088px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}
.robyn-intro .inner .left {
    width: 37%;
    padding: 26px 10px 0 0;
}
.robyn-intro .inner .right {
    width: 59%;
    margin-top: -20px;
}
.robyn-intro .inner .image-one {
	width: 100%;
    height: 656px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.meet-robyn .inner {
    max-width: 1087px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.meet-robyn .inner .right {
width: 53%;
    padding: 65px 0 0 0;
}
.meet-robyn .inner .right h1 {
	    line-height: 1.2;
    margin-bottom: 36px;
}
.meet-robyn .inner .right h2 {
	    line-height: 1.5;
    margin-bottom: 41px;
}
.meet-robyn .inner .left {
    width: 41%;
}
.meet-robyn .inner .left .robyn-image {
    width: 100%;
    height: 622px;
    background-size: cover;
    background-position: center;
    margin-top: -101px;
}
.meet-robyn .inner .left .speaking-box {
    border: 3px solid #c29f4a;
    padding: 19px 44px 23px;
    margin: 50px auto 0;
}
.meet-robyn .inner .left .speaking-box h2 {
	    letter-spacing: 0.03rem;
    margin-bottom: 19px;
}
.meet-robyn .inner .left .speaking-box ul {
    padding-left: 20px;
}
.meet-robyn .inner .left .speaking-box ul li {
	margin-bottom:4px;
}
.meet-robyn .inner .left button {
	    background: #c29e4a;
    border: 2px solid #c29e4a;
    color: white;
    margin: 52px auto 0;
    font-size: 15px;
    padding: 16px 50px;
}
.meet-robyn .inner ul li {
    list-style-type: disc;
    line-height: 1.65;
    margin-bottom: 2px;
    width: 100%;
    letter-spacing: 0;
}
.meet-robyn .inner ul {
	    padding-left: 30px;
}
.meet-robyn .inner .right ul {
    padding-left: 21px;
    column-count: 3;
    margin: -12px 0 0 0;
    column-gap: 2px;
    font-size: 16px;
    letter-spacing: 0;
    width: 108%;
    height: 123px;
}
.partner-wrap:before {
    content: "";
    display: block;
    width: 82.5%;
    height: 100%;
    background: #fbe4dd;
    position: absolute;
    left: 0;
    top: 0;
}
.partner-wrap:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 71px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 1188px solid #fbe4dd;
    position: absolute;
    left: 0;
    right: 0;
    top: -71px;
    z-index: 9;
}
.partner-wrap {
    position: relative;
    margin-top: 123px;
    max-width: 1440px;
    margin: 123px auto 0;
}
.partner-wrap .inner {
    max-width: 1135px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.partner-wrap .inner .side-title {
    left: -63px;
    top: 158px;
    letter-spacing: 0.13rem!important;
}
.partner-wrap .inner .left {
    width: 60%;
    padding-left: 87px;
    margin-bottom: 73px;
}
.partner-wrap .inner .left h1 {
	    font-size: 35px;
    margin: 76px auto 34px;
}
.partner-wrap .inner .left p {
	    letter-spacing: 0.008rem;
}
.partner-wrap .inner .left p a {
	    text-decoration: underline;
}
.partner-wrap .inner .left p a.button {
    text-decoration: none;
    display: inline-block;
    margin: 17px 0 0;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 12px 22px 12px 20px;
}
.partner-wrap .inner .right {
width: 33%;
position: relative;
}
.partner-wrap .inner .right .image {
    width: 100%;
    height: 357px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 78px 0 0 -26px;
}
.partner-wrap .inner .right:after {
    content: "";
    display: block;
    width: 158px;
    height: 276px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/4_ROBYN_YOUKILIS_LETS_WORK_TOGETHER_2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -55px;
    right: -27px;
}
.med-wrap {
position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.med-wrap:after {
    content: "";
    display: block;
    width: 77.5%;
    height: 143%;
    background: #f5eee6;
    position: absolute;
    right: 0;
    top: -157px;
    z-index: -2;
}
.med-wrap .inner {
    display: flex;
    max-width: 1080px;
    margin: 98px auto;
    position: relative;
    justify-content: space-between;
}
.med-wrap .inner .left {
	width:53%;
	position: relative;
}
.med-wrap .inner .left:after{
    content: "";
    display: block;
    width: 380px;
    height: 380px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/5_ROBYN_YOUKILIS_GUIDED_GOUNDING.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -73px;
    left: -3px;
    z-index: -1;
}
.med-wrap .inner .left .image {
    width: 89%;
    height: 509px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 63px;
}
.med-wrap .inner .right {
    width: 41.5%;
    text-align: center;
}
.med-wrap .inner .right h1 {
	    margin: -5px 0 -6px;
    line-height: 1.3;
}
.med-wrap .inner .right  h4 {
	    font-weight: 100;
    letter-spacing: 0.13rem;
    margin-bottom: 31px;
}
.med-wrap .inner .right p strong {
	font-weight: 800;
}
.med-wrap .inner .right a {
	text-decoration: underline;
}
.med-wrap .inner .right a.button {
	text-decoration: none;
    display: inline-block;
    margin: 17px 0 0;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 12px 44px 12px;
}
.med-wrap .side-title {
    left: -78px;
    top: 68px;
}
.press-wrap h1 {
	    text-transform: uppercase;
    margin: 163px auto 29px;
    font-size: 50px;
}
.press-wrap .vid {
	    max-width: 763px;
    margin: 0 auto;
}
.press-wrap {
	    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.press-wrap h3 {
    font-family: ITCBlair-Medium;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 0.14rem;
    margin: 39px 0 29px;
}
.press-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.press-wrap ul li {
    width: 11%;
    height: 64px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 3px 16px;
}
.press-wrap .lower-text p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
}
.press-wrap .lower-text {
	margin: 28px auto 150px;
}
.press-wrap .lower-text a {
    text-decoration: underline;
    font-weight: 600;
}
.yhy:before {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 82px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fbe4dd;
    position: absolute;
    left: 0;
    right: 0;
    top: -82px;
    z-index: 9;
}
.yhy {
	background: #fbe4dd;
    padding: 10px;
    margin: 50px auto 0;
    position: relative;
}
.yhy .inner {
    max-width: 1090px;
    margin: 52px auto;
}
.yhy .inner .upper {
	text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.yhy .inner .upper h2 {
	    margin: 32px 0 40px;
    letter-spacing: 0.025rem;
}
.yhy .inner h1 {
	text-transform: uppercase;
}
.yhy .flex {
	display: flex;
    justify-content: space-between;
}
.yhy .flex .left {
    width: 50%;
    margin-top: -4px;
}
.yhy .flex .left p {
    margin: 0 0 20px;
}
.yhy .flex .left p strong {
	    font-weight: 700;
}
.yhy .flex .left a.button {
	    display: inline-block;
    margin: 20px 0 0;
    font-weight: 700;
    padding: 12px 45px;
}
.yhy .flex .right {
    width: 44.1%;
    height: 632px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.yhy .flex .right:before {
    content: "";
    display: block;
    width: 400px;
    height: 377px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/6_ROBYN_YOUKILIS_YHY2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -152px;
    right: -196px;
}
.yhy .flex .right:after {
    content: "";
    display: block;
    width: 226px;
    height: 319px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/6_ROBYN_YOUKILIS_YHY3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -33px;
    left: -69px;
}
.curious {
    max-width: 832px;
    margin: 79px auto -261px;
    background: white;
    padding: 40px 40px 70px;
    border: 3px solid #c29f4a;
    position: relative;
}
.curious h3 {
	text-align: center;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 34px;
    margin: 32px 0 35px;
    letter-spacing: 0;
}
.curious h2 {
	text-align: center;
    padding: 0px 58px;
}
.coach-wrap {
	background: #f5eee7;
    padding: 5px;
    margin: 0 auto 0;
}
.coach-wrap .inner {
    max-width: 1065px;
    margin: 347px auto 58px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.coach-wrap .inner .left{
	margin-left: -43px;
    width: 51%;
    padding-left: 0;
}
.coach-wrap .inner .left .side-title {
	top: 99px;
    left: -115px;
}
.coach-wrap .inner .left .image {
    width: 100%;
    height: 750px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -13px;
}
.coach-wrap .inner .right {
    width: 50.5%;
    margin: -6px 0 0;
}
.coach-wrap .inner .right h3 {
	    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 26px;
}
.coach-wrap .inner .right a.button {
	    display: inline-block;
    margin: 17px 0 0;
    border: 2px solid #c29f4a;
    background: #c29f4a;
    color: white;
    padding: 11px 28px;
}
.book-wrap .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.book-wrap .side-title {
    top: 51px;
    left: -2px;
}
.book-wrap ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 113px;
}
.book-wrap ul li:nth-child(even){
	    flex-direction: row-reverse;
}
.book-wrap ul {
max-width: 1026px;
    margin: 101px auto 0;
}
.book-wrap ul li .text {
    width: 56.9%;
}
.book-wrap ul li .text h1 {
    font-size: 36px;
    margin: -4px 0 30px 0px;
}
.book-wrap ul li .text p {
    letter-spacing: 0px;
    margin-bottom: 16px;
}
.book-wrap ul li .text a.button {
	    display: inline-block;
    margin: 27px 0 0;
    font-weight: 700;
    padding: 12px 29px;
}
.book-wrap ul li .image {
    width: 318px;
    height: 438px;
    background-size: cover;
    background-position: center;
    margin-left: 34px;
    position: relative;
}
.book-wrap ul li:nth-child(odd) .image {
	margin-left: 34px;
}
.book-wrap ul li:nth-child(odd) .image:after {
    content: "";
    display: block;
    width: 318px;
    height: 438px;
    background: #858b8a;
    position: absolute;
    bottom: -33px;
    left: -33px;
    z-index: -1;
}
.book-wrap ul li:nth-child(even) .image {
	margin-right: 34px;
}
.book-wrap ul li:nth-child(even) .image:after {
	content:"";
	display: block;
	width: 318px;
    height: 438px;
    background: #f5eee7;
    position: absolute;
    bottom:-33px;
    right:-33px;
    z-index: -1;
}
.book-wrap ul li:nth-child(odd) {
    padding-left: 64px;
}
.book-wrap ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 65px;
}
.newsletter-wrap {
	background: #d1d3d3;
    padding: 10px;
    margin: 158px auto 0;
    position: relative;
}
.newsletter-wrap:before {
	    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 82px solid transparent;
    border-bottom: 0 solid transparent;
	border-right: 100vw solid #d1d3d3;
    position: absolute;
    left: 0;
    right: 0;
    top: -82px;
    z-index: 9;
}
.newsletter-wrap .inner {
	    max-width: 1000px;
    margin: 54px auto 0;
    position: relative;
}
.newsletter-wrap h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.newsletter-wrap .flex {
    max-width: 958px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.newsletter-wrap .flex .side-title {
    left: -139px;
    top: 82px;
}
.newsletter-wrap .flex .left {
    width: 446px;
    height: 444px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}
.newsletter-wrap .flex .right {
	width: 50%;
    padding-top: 0;
    margin-right: -32px;
    margin-top: -8px;
}
#gform_wrapper_2 {
    max-width: 100%;
    margin: 41px auto 0;
}
.newsletter-wrap .flex label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #302e36;
    margin-bottom: 13px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.02rem;
    font-weight: 700;
    margin: 25px 0 7px;
}
.newsletter-wrap .flex .fd-btn.ff__button {
    margin: 35px 0 0;
}
.newsletter-wrap .flex input {
	    border: none;
    background: white;
    font-size: 16px;
    color: black;
    text-align: left;
    padding: 12px 5px;
    width: 100%;
    max-width: 100%;
}
#gform_wrapper_2 .gform_footer {
text-align: left;
    margin: 39px auto 0;
    position: relative;
}
#gform_wrapper_2 .gform_footer:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: #302e36;
    top: 37px;
    left: 180px;
}
#gform_submit_button_2 {
	padding: 17px 47px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.test-image {
    width: 896px;
    height: 635px;
    background-size: cover;
    background-position: center;
    margin: 87px auto -111px;
    position: relative;
}
.test-image:before {
    content: "";
    display: block;
    width: 323px;
    height: 415px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/9_ROBYN_YOUKILIS_LETS_CONNECT3.png);
    position: absolute;
    top: -236px;
    left: -97px;
}
.test-image:after {
    content: "";
    display: block;
    width: 200px;
    height: 218px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/9_ROBYN_YOUKILIS_LETS_CONNECT4.png);
    position: absolute;
    top: -40px;
    right: -71px;
}
.testimonial {
    max-width: 757px;
    margin: 148px auto 142px;
}
.testimonial p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 1.65;
}
.testimonial p strong {
    font-weight: 600;
    letter-spacing: 0px;
}
.testimonial h5 {
	    text-align: center;
    margin: -4px 0 0;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.testimonial h6 {
	    text-align: center;
    font-size: 12px;
    margin: 6px 0 0;

}
.contact-wrap {
	position: relative;
    padding: 10px;
    margin: 50px auto;
    max-width: 1440px;
}
.contact-wrap:before {
	    content: "";
    display: block;
    width: 85%;
    height: 100%;
    background: #f5eee7;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-wrap:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 71px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 1089px solid #f5eee7;
    position: absolute;
    left: 0;
    right: 0;
    top: -71px;
    z-index: 8;
}
.contact-wrap .inner {
    max-width: 1026px;
    margin: 0 auto 90px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.contact-wrap .inner .left {
	width: 50%;
    text-align: center;
}
.contact-wrap .inner .left h1 {
	    text-transform: uppercase;
    margin: 62px auto -2px;
    letter-spacing: 0.05rem;
}
.contact-wrap .inner .left h4 {
    font-weight: 100;
    letter-spacing: 0.14rem;
    line-height: 1.7;
    margin: 19px 0 45px;
}
.contact-wrap .inner .right {
    width: 43.9%;
    position: relative;
}
.contact-wrap .inner .right:before {
    content: "";
    display: block;
    width: 450px;
    height: 370px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/10_ROBYN_YOUKILIS_GET_IN_TOUCH4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -83px;
    right: -222px;
    z-index: 9;
}
.contact-wrap .inner .right:after {
    content: "";
    display: block;
    width: 237px;
    height: 228px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/10_ROBYN_YOUKILIS_GET_IN_TOUCH2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -119px;
    left: -59px;
    z-index: 9;
	
}
.contact-wrap .inner .right .image:before{
    content: "";
    display: block;
    width: 202px;
    height: 228px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/10_ROBYN_YOUKILIS_GET_IN_TOUCH3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: -81px;
    z-index: 9;
}
.contact-wrap .inner .right .image:after {
    content: "";
    display: block;
    width: 202px;
    height: 228px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/10_ROBYN_YOUKILIS_GET_IN_TOUCH3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -42px;
    right: -92px;
    z-index: 9;
    transform: rotate(-180deg);
}
.contact-wrap .inner .right .image {
    width: 100%;
    height: 660px;
    background-size: cover;
    background-position: center;
    margin: 67px auto 0;
    position: relative;
    z-index: 9;
}
#gform_wrapper_3 {
    max-width: 100%;
    margin: 41px auto 0;
}
#gform_wrapper_3 label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #302e36;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.02rem;
}
#gform_wrapper_3 #gform_fields_3 input {
    border: 1px solid #929292;
    background: white;
    font-size: 16px;
    color: black;
    text-align: left;
    padding: 12px 5px;
    width: 100%;
    max-width: 100%;
}
#gform_wrapper_3 ul.gform_fields li.gfield {
    padding-right: 0;
    margin-bottom: -9px;
}
#gform_wrapper_3 .gform_footer {
    text-align: center;
    margin: 42px auto 0;
    position: relative;
}
#gform_wrapper_3 .gform_footer:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: white;
    top: 37px;
    left: 284px;
}
#gform_submit_button_3 {
    padding: 17px 54px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    border: 2px solid #c29f4a;
    background: #c29f4a;
    color: white;
}
.social-wrap .inner {
	max-width: 1125px;
    margin: 98px auto -158px;
}
.social-wrap .s-text h4 {
	    text-align: center;
    font-weight: 100;
    letter-spacing: 0.145rem;
    margin-bottom: 19px;
}
.social-wrap .s-text p {
	    text-align: center;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 21px;
}
.social-wrap .s-lower {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-top: -2px;
}
.social-wrap .s-lower .left a {
	    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.16rem;
}
.social-wrap .s-lower ul {
	display: flex;
    justify-content: flex-end;
}
.social-wrap .s-lower ul li {
    margin: 0 0 0 19px;
}
.social-wrap {
    border-bottom: 230px solid #fbe4dd;
    margin-bottom: 2px;
}
.gform_wrapper div.validation_error {
	display: none!important;
}
.gform_wrapper .validation_message {
    color: #c29f4a!important;
    font-weight: 500!important;
    letter-spacing: normal;
    margin: 0!important;
    padding: 0!important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-top:none!important;
	border-bottom:none!important;
}
#gform_confirmation_message_1 h4 {
	    text-align: center;
    color: #302e36;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1rem;
    margin: 50px auto 0;
}
#gform_confirmation_message_2 h4{
	    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.15rem;
    margin: 50px auto;
}
/* Footer Widgets Styles
--------------------------------------------- */
.the-footer .flex {
    display: flex;
    justify-content: space-between;
    max-width: 1049px;
    margin: 63px auto 38px;
}
.the-footer .flex .center {
	width: 193px;
    margin: -3px auto 0;
}
.the-footer .flex .left, .the-footer .flex .right {
    width: 32%;
    text-align: center;
}
.creds {
    text-align: center;
    margin: 0 auto 0;
    padding: 0 0 60px;
}
.footer-widgets {
    clear: both;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.the-footer {
	background: #c29f4a;
	padding:5px;
}
.the-footer .flex .left a, .the-footer .flex .right a {
	    font-size: 14px;
    font-weight: 600;
}
.the-footer .flex .left{
    border-right: 1px solid #302e36;
    height: 92px;
    padding-right: 23px;
}
.the-footer .flex .left li {
	margin-bottom:5px;
}
.the-footer .flex .right{
border-left: 1px solid #302e36;
    height: 92px;
    padding-left: 17px;
}
.the-footer .flex .right li {
	margin-bottom:5px;
}
.error404 .entry-content, .error404 aside {
	display: none;
}
.error404 h1 {
	    text-align: center;
    margin: 200px auto 300px;
}
.creds .inner {
font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.015rem;
}
.creds a {
	text-decoration: underline;
}
.gen-content h1 {
    text-align: center;
    margin: 100px auto 20px;
}
.gen-content {
	    max-width: 1080px;
    margin: 50px auto;
}
.pum-theme-47 .pum-content, .pum-theme-default-theme .pum-content {
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/08/popup-1.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 47%;
    min-height: 705px;
}
.pum-theme-47 .pum-content h1 {
    color: #302e36;
    font-size: 34px;
    margin: 0 auto 27px;
    line-height: 1.25;
    padding-top: 59px;
}
.pum-theme-47 .pum-content p {
    color: #302e36;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.02rem;
    font-weight: 500;
}
.pum-theme-47 .pum-content p strong {
	font-weight: 800;
}
.pum-theme-47 .pum-content .ff__container {
    max-width: 417px;
    margin: -38px auto 0;
}
.pum-theme-47 .pum-content .ff__container  label {
font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #302e36;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    margin: 0 0 -17px;
}
.pum-theme-47 .pum-content .ff__container .fd-btn.ff__button{
	    padding: 1px 26px 19px;
}
.pum-theme-47 .pum-content .ff__container input {
	    border: none;
    background: white;
    font-size: 16px;
    color: black;
    text-align: left;
    padding: 12px 5px;
    width: 100%;
    max-width: 100%;
}
#gform_wrapper_1 ul.gform_fields li.gfield {
    padding-right: 0;
    margin-bottom: -8px;
}
#gform_wrapper_1 .gform_footer {
	text-align: center;
	    margin: 19px auto;
	    position: relative;
}
#gform_wrapper_1 .gform_footer:after {
	    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    color: #302e36;
    top: 37px;
    right: 141px;
}
#gform_submit_button_1 {
	    padding: 17px 42px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
}
/* 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 #CD7E55;
    padding: 10px;
	color: #000000
}

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

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

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    border: 2px solid #302e36;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #302e36;
    padding: 10px;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    padding: 9px 26px;
    transition: all 0.4s;
}
a {
    transition: all 0.5s;
}
button:hover, .button:hover, a.text-button:hover, input[type="submit"]:hover {
	transition: all 0.4s;
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.5);
}
button#responsive-menu-pro-button:hover {
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.0);
}
.to-contact {
        border-radius: 30px;
}
.menu-area .right ul a:hover {
    color:#fbe4dd;
}
::-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; }
}

/* Responsive Styles
--------------------------------------------- */

@media all and (max-width:1440px) {

	.banner {
		background-size: cover;
	}
	.yhy .flex .right:before {
		right:-268px;
	}
    .partner-wrap:after {
    border-left: 82vw solid #fbe4dd;
    }
    .contact-wrap:after {
            border-left: 83vw solid #f5eee7;
    }
}
@media all and (max-width:1350px) {
		.menu-area {
		max-width:1092px;
	}
}
@media all and (max-width:1295px) {
	
	.yhy .flex .right:before{
		right: -196px;
	}
    .partner-wrap:after {
        border-left: 80vw solid #fbe4dd;
    }
}
@media all and (max-width:1080px) {
    .menu-area, .banner .inner {
        max-width: 94%;
    }
    .contact-wrap .inner, .social-wrap .inner, .the-footer .flex, .coach-wrap .inner, .book-wrap .inner, .newsletter-wrap .inner, .robyn-intro .inner, .meet-robyn .inner, .partner-wrap .inner, .med-wrap .inner, .press-wrap, .yhy .inner {
        max-width: 750px;
    }
    .curious, .testimonial {
        max-width: 650px;
    }
    .test-image {
        width: 650px;
        height: 435px;
    }
    .gen-content {
        width: 94%;
    }
    .robyn-intro .inner .right {
        width:50%;
    }
    .robyn-intro .inner .left {
    width: 49%;
    padding: 26px 0px 0 0;
    }
    h2 {
        font-size:20px;
    }
    h1 {
        font-size: 45px;
    }
    .robyn-intro {
        padding: 5px 5px 35px;
    }
    .meet-robyn .inner .right h1 {
        font-size:40px;
    }
    .meet-robyn .inner .left {
        width: 44%;
    }
    .meet-robyn .inner .right ul {
        column-count: 2;
		height:auto;
    }
    .meet-robyn .inner .left .robyn-image {
        height:460px;
    }
    .meet-robyn .inner .left .speaking-box {
    border: 3px solid #c29f4a;
    padding: 14px 30px 23px;
    margin: 50px auto 0;
    }
    .partner-wrap:before {
        width:73.5%;
    }
    .partner-wrap:after {
        border-left: 72vw solid #fbe4dd;
    }
    .med-wrap:after {
        width: 63.5%;
    }
    .med-wrap .inner .right h4 {
        font-size:14px;
    }
    .med-wrap .inner .left .image {
        width: 91%;
        height: 363px;
    }
    .med-wrap .inner .left:after {
    width: 280px;
    height: 280px;
    bottom: 158px;
    left: -3px;
    }
    .press-wrap ul li {
        width:14%;
    }
    .yhy .flex .right:before {
        width: 261px;
        height: 322px;
    }
    .curious h3 {
        font-size: 29px;
    }
    .curious h2 {
        padding: 0px 42px;
    }
    .coach-wrap .inner .left .image {
        height:572px;
    }
    .coach-wrap .inner .left .side-title {
        left: -134px;
    }
    .coach-wrap .inner .right h3 {
        font-size:18px;
    }
    .book-wrap .side-title {
        left:-87px;
    }
    .book-wrap ul li:nth-child(odd), .book-wrap ul li:nth-child(even) {
        padding-left: 10px;
    }
    .book-wrap ul li .image, .book-wrap ul li:nth-child(odd) .image:after, .book-wrap ul li:nth-child(even) .image:after {
        width: 258px;
        height: 338px;
    }
    .newsletter-wrap .flex .left {
        width: 369px;
        height: 369px;
    }
    .contact-wrap:before {
        width:70%;
    }
    .contact-wrap:after {
        border-left: 69vw solid #f5eee7;
    }
    .contact-wrap .inner .right .image {
        height:483px;
    }
    .social-wrap {
    border-bottom: 165px solid #fbe4dd;
    margin-bottom: 2px;
    }
    .social-wrap .inner {
            margin: 98px auto -101px;
    }
}
@media all and (max-width:950px) {
    .banner {
            height: 675px;
    }
    .banner-text {
    font-size: 17px;
    position: absolute;
    bottom: 95px;
    right: 0;
    width: 269px;
    }
}
@media all and (max-width:768px) {
    .pum-theme-47 .pum-content h1 {
    color: #302e36;
    font-size: 26px;
    margin: 0 auto 7px;
    line-height: 1.25;
    padding-top: 26px;
    }
    .pum-theme-47 .pum-content p {
    color: #302e36;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    font-weight: 500;
    }
    #gform_wrapper_1 {
    max-width: 285px;
    margin: 31px auto 0;
    }
    #gform_wrapper_1 .gform_footer:after {
        right:73px;
    }
    .pum-theme-47 .pum-content, .pum-theme-default-theme .pum-content {
        min-height: 540px;
    }
    .menu-area, .banner .inner {
        max-width: 96%;
    }
    .banner {
    height: 560px;
    }
    .banner-text {
    font-size: 15px;
    position: absolute;
    bottom: 95px;
    right: 0;
    width: 238px;
    line-height: 1.4;
    }
    .contact-wrap .inner, .social-wrap .inner, .the-footer .flex, .coach-wrap .inner, .book-wrap .inner, .newsletter-wrap .inner, .robyn-intro .inner, .meet-robyn .inner, .partner-wrap .inner, .med-wrap .inner, .press-wrap, .yhy .inner {
        max-width: 480px;
    }
    .robyn-intro .inner {
        flex-direction: column-reverse;
        position: relative;
    }
    .robyn-intro .inner .right {
    width: 100%;
    margin: 0;
    }
    .robyn-intro .inner  .left h1 {
        position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    }
    .robyn-intro .inner  .left h2 {
            margin: 0;
    text-align: center;
    }
    .robyn-intro .inner .left{
        width: 100%;
    padding: 0;
    margin-top: -40px;
    margin-bottom: 30px;
    }
    .meet-robyn .inner {
       flex-direction: column-reverse;
    }
    .meet-robyn .inner .left {
        width: 100%;
    }
    .meet-robyn .inner .left .robyn-image {
        height: 660px;
    }
    .meet-robyn .inner .right {
    width: 100%;
    padding: 30px 0 0;
    }
    .meet-robyn .inner .right h1 {
        text-align: center;
    }
    .meet-robyn .inner .left .robyn-image {
    height: 660px;
    margin: 50px auto 0;
    }
    .meet-robyn .inner .left .speaking-box {
            padding: 14px 25px 23px;
    }
    .partner-wrap .inner {
        flex-direction: column-reverse;
    }
    .partner-wrap .inner .right {
    width: 100%;
    position: relative;
    padding-left: 0;
    }
    .partner-wrap .inner .right .image {
    margin: 78px 0 0 0px;
    width: 100%;
    height: 500px;
    background-position: left;
    }
    .partner-wrap .inner .left h1 {
    font-size: 35px;
    margin: 27px auto 12px;
    }
    .partner-wrap .inner .right .image {
            margin: 78px 0 0 0px;
    }
    .partner-wrap .inner .side-title {
        left: -123px;
    }
    .partner-wrap .inner .left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 73px;
    }
    .med-wrap .inner {
        display: block;
    }
    .med-wrap .side-title {
        left:-110px;
    }
    .med-wrap .inner .left {
    width: 100%;
    position: relative;
    }
    .med-wrap .inner .left .image {
    width: 93%;
    height: 446px;
    margin: 0 0 20px;
    }
    .med-wrap .inner .left:after {
    width: 280px;
    height: 280px;
    bottom: -87px;
    left: -77px;
    }
    .med-wrap .inner .right {
    width: 100%;
    text-align: center;
    }
    .med-wrap:after {
    width: 73.5%;
    height: 122%;
    }
    .press-wrap h1 {
            margin: 86px auto 29px;
    }
    .press-wrap .vid {
    max-width: 100%;
    margin: 0 auto;
    }
    .press-wrap .vid iframe {
            height: 300px;
    }
    .press-wrap ul li {
        width: 23%;
    }
    .yhy .flex {
        flex-direction: column-reverse;
    }
    .yhy .inner h1 {
    text-transform: uppercase;
    font-size: 40px;
    }
    .yhy .flex .right {
        width:100%;
    }
    .yhy .flex .left {
    width: 100%;
    margin-top: 36px;
    }
    .curious, .testimonial {
    max-width: 400px;
    }
    .curious {
            padding: 30px 5px 60px;
    }
    .curious h2 {
        padding: 0px 37px;
    }
    .coach-wrap .inner {
        display: block;
    }
    .coach-wrap .inner .left .side-title {
        left: -141px;
    }
    .coach-wrap .inner .left {
    margin-left: -22px;
    width: 100%;
    padding-left: 0;
    }
    .coach-wrap .inner .right {
    width: 100%;
    margin: 0;
    }
    .coach-wrap .inner .right h3 {
    font-size: 20px;
    }
    .book-wrap ul li:nth-child(odd), .book-wrap ul li:nth-child(even) {
    padding-left: 10px;
    display: block;
    }
    .book-wrap .side-title {
    left: -94px;
    }
    .book-wrap ul li:nth-child(odd) .image,  .book-wrap ul li:nth-child(even) .image {
            margin: 0 auto 50px;
    }
    .book-wrap ul li .text {
        width: 100%;
    }
    .newsletter-wrap .flex {
        display: block;
    }
    .newsletter-wrap .flex .side-title {
        left:-112px;
    }
    .newsletter-wrap .flex .left {
        margin: 0 auto;
    }
    .newsletter-wrap .flex .right {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    }
    #gform_wrapper_2 .gform_footer {
        text-align: center;
    }
    #gform_wrapper_2 .gform_footer:after {
        left:298px;
    }
    .test-image {
    width: 480px;
    height: 335px;
    }
    .test-image:before {
    content: "";
    display: block;
    width: 146px;
    height: 231px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/9_ROBYN_YOUKILIS_LETS_CONNECT3.png);
    position: absolute;
    top: -96px;
    left: -46px;
    }
    .contact-wrap .inner {
            flex-direction: column-reverse;
    }
    .contact-wrap .inner .right {
        width:100%;
    }
    .contact-wrap .inner .right .image {
    height: 703px;
    }
    .contact-wrap .inner .left {
        width:100%;
    }
    #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 .left, .the-footer .flex .right {
    width: 29%;
    text-align: center;
    }
    .the-footer .flex .center {
    width: 157px;
    margin: 5px auto 0;
    }
}

@media all and (max-width:550px) {
    .banner {
        height: 390px;
    }
    .banner-text {
    font-size: 12px;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 198px;
    line-height: 1.4;
    text-align: left;
    left: 0;
    }
}
@media all and (max-width:500px) {
    .menu-area .right ul {
        display: none;
    }
    button, input[type="button"], input[type="reset"], input[type="submit"], .button {
        padding: 7px 16px;
        font-size: 15px;
    }
    .robyn-intro .inner {
        margin-top:80px;
    }
    .banner-text {
        text-align: right;
    left: inherit;
    z-index: 91;
    font-size: 15px;
    bottom: -76px;
    right: 10px;
    line-height: 1.6;
    width: 203px;
    }
    .pum-theme-47 .pum-content, .pum-theme-default-theme .pum-content {
    background: #fbe4de;
    }
    .pum-theme-47 .pum-content, .pum-theme-default-theme .pum-content {
    min-height: inherit;
    padding-left: 0;
    }
    .pum-theme-47 .pum-content h1 {
        margin: 0 auto 15px;
    }
    #gform_wrapper_1 .gform_footer:after {
    right: 67px;
    top: 42px;
    }
    .contact-wrap .inner, .social-wrap .inner, .the-footer .flex, .coach-wrap .inner, .book-wrap .inner, .newsletter-wrap .inner, .robyn-intro .inner, .meet-robyn .inner, .partner-wrap .inner, .med-wrap .inner, .press-wrap, .yhy .inner {
        max-width: 280px;
    }
    h1 {
        font-size: 40px;
    }
    .robyn-intro .inner .image-one {
        height:470px;
    }
    h2 {
    font-size: 16px;
    letter-spacing: 0;
    }
    .meet-robyn .inner .right h1 {
    text-align: center;
    font-size: 28px;
    }
    body {
            font-size: 15px;
    }
    .meet-robyn .inner .right h2 {
    line-height: 1.5;
    margin-bottom: 18px;
    }
    .meet-robyn .inner .right ul {
        column-count: 1;
        font-size:15px;
    }
    .meet-robyn .inner .left .robyn-image {
    height: 385px;
    margin: 50px auto 0;
    }
    .meet-robyn .inner .left .speaking-box {
    padding: 14px 17px 23px;
    }
    .partner-wrap .inner .right .image {
    margin: 0;
    height: 453px;
    }
    .partner-wrap .inner .right:after {
            width: 90px;
    height: 201px;
    }
    .partner-wrap .inner .left h1 {
    font-size: 35px;
    margin: -46px auto 12px;
    }
    .partner-wrap:before {
    width: 92.5%;
    }
   .partner-wrap:after {
    border-left: 89vw solid #fbe4dd;
    }
    .med-wrap:after {
    width: 92.5%;
    height: 122%;
    }
    .med-wrap .inner .left .image {
    width: 100%;
    height: 280px;
    margin: 0 0 20px;
    }
    .med-wrap .inner .left:after {
    width: 180px;
    height: 180px;
    bottom: -33px;
    left: -37px;
    }
    .press-wrap h1 {
            font-size: 36px;
    } 
    .press-wrap .vid iframe {
        height: 200px;
    }
    .press-wrap ul li {
        width: 47%;
    }
    .press-wrap .lower-text p {
        font-size:15px;
    }
    .yhy .inner h1 {
        font-size:30px;
    }
    .yhy .inner .upper h2 {
        font-size:19px;
    }
    .yhy .flex .right {
    width: 100%;
    height: 363px;
    }
    .yhy .flex .right:before {
    width: 204px;
    height: 207px;
    right: -147px;
    top: -83px;
    }
    .curious, .testimonial {
    max-width: 250px;
    }
    .curious {
    padding: 10px 1px 45px;
}
.curious h3 {
    font-size: 22px;
    padding: 0 15px;
    margin: 20px auto 10px;
}
.curious h2 {
    padding: 0px 16px;
}
.coach-wrap .inner .left .image {
    height: 416px;
    background-repeat: no-repeat;
    margin-left: 0px;
}
.coach-wrap .inner .right a.button {
        padding: 11px 20px;
}
.book-wrap ul li:nth-child(odd) .image:after {
        bottom: -23px;
    left: -23px;
}
.book-wrap ul li .text h1 {
    font-size: 30px;
    margin: -4px 0 13px 0px;
}
.book-wrap ul li:nth-child(even) .image:after {
        bottom: -23px;
    right: -23px;
}
.newsletter-wrap .inner {
    margin:5px auto 0;
}
.newsletter-wrap .flex .left {
    width: 280px;
    height: 280px;
}
#gform_wrapper_2 .gform_footer:after {
    left: 210px;
    top: 42px;
}
.test-image {
    width: 100%;
    height: 235px;
}
.test-image:before {
    content: "";
    display: block;
    width: 123px;
    height: 142px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/9_ROBYN_YOUKILIS_LETS_CONNECT3.png);
    position: absolute;
    top: -41px;
    left: -46px;
}
.test-image:after {
    content: "";
    display: block;
    width: 115px;
    height: 129px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/9_ROBYN_YOUKILIS_LETS_CONNECT4.png);
    position: absolute;
    top: -40px;
    right: -43px;
}
.testimonial p {
    font-size:15px;
}
.contact-wrap .inner .right .image {
    height: 408px;
}
.contact-wrap .inner .right:before {
    content: "";
    display: block;
    width: 346px;
    height: 274px;
    background-image: url(https://www.robynyoukilis.com/wp-content/uploads/2020/07/10_ROBYN_YOUKILIS_GET_IN_TOUCH4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -46px;
    right: -149px;
    z-index: 9;
}
.social-wrap .s-lower ul {
        justify-content: center;
    margin-top: 12px;
}
.social-wrap .s-lower ul li {
    margin: 0 10px;
}
.social-wrap {
    border-bottom: 225px solid #fbe4dd;
    margin-bottom: 2px;
}
.social-wrap .inner {
    margin: 25px auto -176px;
}
.contact-wrap .inner .right .image:before {
    width:144px;
}
.contact-wrap .inner .right .image:after, .contact-wrap .inner .right:after {
    width:138px;
}
.contact-wrap .inner .left h1 {
    font-size:33px;
}
.contact-wrap .inner .left h4 {
    font-size:14px;
}
#gform_wrapper_3 .gform_footer:after {
        top: 43px;
    left: 178px;
}
.social-wrap .s-lower {
    display: block;
    text-align: center;
}
.the-footer .flex {
    display: block;
}
.the-footer .flex .left, .the-footer .flex .right {
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
}
.the-footer .flex .center {
    width: 157px;
    margin: 20px auto;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 30px 0;
}
.creds {
        max-width: 246px;
}


}

/* --- Elementor page tweaks --- */
body.elementor-page .gen-content { max-width: none; margin-bottom: 0; }
body.elementor-page h1.page-title { display: none; }
@media (max-width: 1080px) {
	body.elementor-page .gen-content { width: 100%; }
}

/* Guided Grounding */
body.page-id-285 header.site-header { display: none;}
body.page-id-285 .gen-content { margin-top: 0; }	
body.page-id-285 footer.site-footer { display: none; }
body.page-id-285 .gem1 .elementor-icon-list-icon i { color: rgba(0,0,0,0); background-image: url(/wp-content/uploads/2020/09/gem1.png); background-repeat: no-repeat; background-position: center center; }
body.page-id-285 .gem2 .elementor-icon-list-icon i { color: rgba(0,0,0,0); background-image: url(/wp-content/uploads/2020/09/gem2.png); background-repeat: no-repeat; background-position: center center; width:25px; height: 25px; margin-right: 10px; }
body.page-id-285 .shift-up-10 { margin-top: -10%; }
@media all and (max-width:1080px) {
	body.page-id-285 .elementor-text-editor { font-size: 16px !important; }
	body.page-id-285 p { font-size: 16px !important; }
	body.page-id-285 .elementor-icon-list-text { font-size: 16px !important; }
}