/* # Genesis Sample Child Theme  
Theme Name: Genesis Sample Theme - Customized Styles
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/*---------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=La+Belle+Aurore);

body {
	background-color: #fff;
	font-family: Open Sans;
	font-weight: 300;
	font-family: 16px;
	margin: 0;
	padddin: 0;
	color: #000;
}

::selection {
    background-color: #EFB036;
    color: #fff;
}

a {
	color:#EFB036;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

img.fyb-img, .wwu-img img {
    border: 1px solid #A59888;
    box-shadow: 0px 2px 4px rgba(165, 152, 136, 0.5);
}

.title-area {
    width: 100%;
    display: none;
}

.site-header {
    min-height: 133px;
}

.site-logo-main a {
	height: 0;
    display: block;
	position: relative;
	z-index: 9;
}

p {
	margin: 0 0 18px;
}

p, li, p strong {
	color: #565655;
}

a strong {
	color: #EFB036;
}

a strong:hover {
	color: #A59888;
}

h1, h2, h3, h4, strong {
	font-weight: 600;
    color: #565655;
}

.site-logo-main a img {
	max-width: 600px;
}

.site-header .wrap {
    padding: 0;
    text-align: center;
    position: relative;
	height: 119px;
}

.wrap {
	position: relative;
}

.mobile-num {
    position: absolute;
    left: 0;
    top: 20px;
	z-index: 99;
}

.mobile-num > p {
    font-weight: 500;
    color: #EFB036;
    font-size: 22px;
	text-align: left;
	margin: 0;
	cursor: auto;
    display: block;
    z-index: 99;
    position: relative;
}

.mobile-num > p:hover {
	cursor: default;
}

.yelp-icon a img {
    width: 100% !important;
    max-width: 180px !important;
}

.site-main-navigation{
    position: relative;
    margin-top: -25px;
}

.site-main-navigation .genesis-nav-menu {
    background-color: transparent;
	display: flex;
}

.nav-primary {
    background-color: #FFF;
}

.site-main-navigation .nav-primary .genesis-nav-menu > li:first-child a {
	padding-left: 0;
}

.site-main-navigation .nav-primary .genesis-nav-menu a {
	color: #000;
	text-transform: uppercase;
    padding: 23px 30px;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 400;
	font-size:15px;
    color: #565655;
}

/* Targets the Submenu*/
#menu-item-204 a {
	padding-left: 23px;
}

.site-main-navigation .nav-primary .genesis-nav-menu a:hover, .site-main-navigation .nav-primary .genesis-nav-menu li.current-menu-item > a, .site-main-navigation .nav-primary .genesis-nav-menu li.current_page_parent > a {
	color: #EFB036;
}

div.icon-login-wrap {
	float: right;
	margin-top: -47px;
	position: relative;
	z-index: 99;
}

div.login-click, div.icon-wrap {
	display: inline-block;
}

div.login-click a:hover {
	background-color: rgb(165, 152, 136);
}

div.icon-wrap a img {
	margin-right: 3px;
	vertical-align: middle;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
    height: auto;
    width: auto;
    max-width: 24px;
    max-height: 24px;
}

div.icon-wrap a img:hover {
	border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(165, 152, 136);
}

div.login-click a {
    background-color: #EFB036;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.home.page .welcome-wrap.clearfix {
	border-bottom: 2px solid #e9e9e9;
    border-top: 2px solid #e9e9e9;
    box-shadow: 0 1px 10px 2px #e9e9e9;
    padding: 25px 0;
    margin: 5px 0;
}

.home.page .welcome-wrap.clearfix p {
	margin: 0 auto;
    max-width: 1200px;
    padding: 0 14%;
    text-align: center;
	font-size: 20px;
}

.home .site-inner {
	padding: 40px 0;
}

.site-inner {
    clear: both;
    padding: 50px 0;
}

.home .content-wrap.clearfix {
	position: relative;
	width: 1062px;
    margin: 0 auto;
}

.row1-wrap.clearfix {
	max-width: 100%;
	width: 400px;
	float: left;
}

.row1-wrap.clearfix a img {
	display: block;
	max-width: 400px;
    width: 100%;
    height: 100%;
	max-height: 285px;
}

.row1-wrap.clearfix a:first-child img {
	margin-bottom: 6px;
}

.row1-wrap > a {
	display: block;
	width: 400px;
	height: 285px;
	margin-bottom: 6px;
	background-color: #000 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.row2-wrap.clearfix {
	float: right;
	margin-top: 181px;
    line-height: 1;
	width: 656px;
}

.row2-wrap.clearfix a img {
	display: inline-block;
	max-width: 325px;
    width: 100%;
    height: 100%;
	max-height: 395px;
}

.row2-wrap.clearfix > a {
	display: inline-block;
	width: 325px;
	height: 395px;
	margin-right: 6px;
	background-color: #000 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.row2-wrap.clearfix > a:last-child {
	margin-right: 0;
}


/*+++++++++++ Front Page +++++++++++*/
.row1-wrap .row1-contents {
    display: block;
    position: relative;
	width: 400px;
	height: 285px;
}

.row1-wrap .row1-contents:first-child {
	margin-bottom: 6px;
}

.row1-wrap .row1-contents:first-child .row1-img-contents {
	display: block;
	position: absolute;
	left: 13px;
    top: 20px;
}

.row1-wrap .row1-contents:nth-child(2) .row1-img-contents {
	display: block;
	position: absolute;
    right: 20px;
    top: 20px;
}

.row1-wrap .row1-contents .row1-img-contents p:first-child {
	color: white;
	font-size: 27px;
    line-height: 1;
    margin: 0;
	text-align: left;
}

.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
	color: white;
    font-size: 60px;
    line-height: 1;
    padding-top: 50px;
	pointer-events: none;
}

.row1-wrap .row1-contents:nth-child(2) .row1-img-contents p:nth-child(2) {
	text-align: right;
}


.row2-wrap .row2-contents {
    display: inline-block;
    position: relative;
}

.row2-wrap .row2-contents:nth-child(2) {
	margin-left: 6px;
}

.row2-wrap .row2-contents:first-child .row2-img-contents {
	display: block;
	position: absolute;
	top: 94px;
    left: 12px;
}

.row2-wrap .row2-contents:first-child .row2-img-contents p:first-child {
	color: white;
	font-size: 27px;
	line-height: 1;
	margin: 0;
	text-align: left;
	
}

.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2) {
	color: white;
	font-size: 60px;
	line-height: 1;
	margin: 0;
    padding-top: 118px;
	text-align: left;
}

.row2-wrap .row2-contents:nth-child(2) .row2-img-contents {
    display: block;
    position: absolute;
    top: 4px;
    left: 14px;
}

.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:first-child {
	color: white;
	font-size: 60px;
	line-height: 1;
	margin: 0;
	text-align: left;
	
}

.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:nth-child(2) {
	color: white;
	font-size: 27px;
	line-height: 1;
	margin: 0;
    padding-top: 20px;
	text-align: left;
}

.row1-wrap .row1-contents,
.row2-wrap .row2-contents {
    -o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.row1-wrap .row1-contents:hover,
.row2-wrap .row2-contents:hover {
	-o-filter: grayscale(0.5);
	-moz-filter: grayscale(0.5);
    -webkit-filter: grayscale(0.5);
	filter:grayscale(0.5);
}

.row1-wrap .row1-contents a img,
.row2-wrap .row2-contents a img {
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.row1-wrap .row1-contents:hover a img,
.row2-wrap .row2-contents:hover a img {
	-webkit-filter: sepia(0.7);
}

.row1-img-contents p > strong,
.row2-img-contents p > strong {
	font-weight: 600;
	color: #fff;
}

/*+++++++++++ End Front Page +++++++++++*/

.head-text {
	position: absolute;
    right: 0;
	top: 22px;
}

.head-text p {
	/*margin: 0;
	top: 50px;*/
	text-align: right;
	
}

span.next {
    font-size: 50px;
    line-height: 1;
	display: block;
    text-align: right;
}

span.fri {
	font-size: 30px;
}

.site-footer {
	background-color: #a59888;
	padding: 0;
}

.site-footer .genesis-nav-menu {
    background-color: #a59888;
}

.nav-secondary {
	background-color: transparent;
}

.nav-secondary .menu-item {
	float: left;
}

.nav-secondary ul li a {
	padding: 30px 24px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	font-weight: 400;
    text-shadow: 0px 1px 1px #7F7F7F;
}

.nav-secondary ul li a:hover, .nav-secondary .current-menu-item > a {
	color: #BFCE00;
	text-shadow: none;
}

.nav-secondary ul li:first-child a:hover {
	text-shadow: 0px 1px 1px #7F7F7F;
	cursor: default;
}

.nav-secondary ul li:first-child {
	float: left;
}

.nav-secondary ul li:last-child {
	float: right;
}

.nav-secondary ul li:first-child a {
	padding-left: 0;
	padding-right: 30px;
	color: #fff;
}

.nav-secondary ul li:last-child a {
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	padding-right: 160px;
	target-name: new !important;
	target-new: tab !important;
}

.nav-secondary ul li:last-child a:hover {
	color: #BFCE00;
}

div.equip {
	display: block;
    float: right;
	line-height: 1;
    margin-top: -58px;
}


/* ------------------------------Bliss Section------------------------------------- */
.bliss .welcome-wrap.clearfix {
	border-top: 2px solid #e9e9e9;
    box-shadow: 0 -1px 10px 2px #e9e9e9;
	border-bottom: none;
	padding: 0;
	margin: 7px 0 0 0;
}

.fyb_head {
	text-align: center;
    font-size: 70px;
    line-height: 1;
	margin-bottom: 40px;
	color: #565655;
	letter-spacing: -2px;
}

.fyb-full-content {
	margin-top: 40px;
}

.fyb-td-wrap p {
	margin: 0;
}

.col {
	float: left;
    width: 33%;
	padding: 0 1%;
}

.col3 {
	float: right;
    width: 33%;
	padding: 0 1%;
}

.col2 {
    float: left;
    margin: 0 auto;
    width: 33%;
	padding: 0 2%;
}

.col .fyb-t, .col2 .fyb-t, .col3 .fyb-t {
	font-size: 30px;
	margin: 35px 0 12px;
}

.col .fyb-td-wrap:nth-of-type(1) .fyb-t:nth-of-type(1), .col3 .fyb-td-wrap:nth-of-type(1) .fyb-t:nth-of-type(1), .col2 .fyb-td-wrap:nth-of-type(1) .fyb-t:nth-of-type(1) {
	margin-top: 0 !important;
}

.fyb-t {
	text-align: center;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
    color: #565655;
}

.fyb-td-wrap {
	font-size: 98%;
}

.fyb-td-wrap p.fyb-d {
	margin: 15px 0 50px;
	padding: 0 15px;
}

.italized {
	font-size: 30px;
	font-family: La Belle Aurore;
}

.bliss .col3 .fyb-td-wrap:last-child p {
    margin-top: 10%;
	text-align: center;
}

.bliss .col3 .fyb-td-wrap:last-child p a {
	padding: 10px 30px;
    background-color: #EFB036;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.5s ease;
}

.bliss .col3 .fyb-td-wrap:last-child p a:hover {
	background-color: rgb(165, 152, 136);
}


/* ------------------------------NTH Section------------------------------------- */
.nth-class .welcome-wrap.clearfix {
	border-top: 2px solid #e9e9e9;
    box-shadow: 0 -1px 10px 2px #e9e9e9;
	border-bottom: none;
	padding: 0;
	margin: 7px 0 0 0;
}

.nth-class .parag p.parag-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    color: #565655;
}

.content .parag p strong {
	font-weight: 400;
}

.nth-class .col-wrapper:nth-child(even) .parag {
	float: left;
	width: 50%;
}

.nth-class .col-wrapper:nth-child(odd) .nth-img {
	float: left;
	width: 45%;
}

.nth-class .col-wrapper:nth-child(odd) .parag {
	float: right;
	width: 50%;
}

.nth-class .col-wrapper:nth-child(even) .nth-img {
	float: right;
	width: 45%;
}

.col-wrapper {
	display: table;
    border-bottom: 1px dashed #a59888;
	padding: 50px 0;
	position: relative;
}

.col-wrapper:last-child {
	border-bottom: none;
	padding-bottom: 0;
	position: relative;
}

.img1-content.parag ul li {
	list-style-type: disc;
}




/* ------------------------------Purchase Section------------------------------------- */

.pur .welcome-wrap.clearfix {
	border-top: 2px solid #e9e9e9;
    box-shadow: 0 -1px 10px 2px #e9e9e9;
	border-bottom: none;
	padding: 0;
	margin: 7px 0 0 0;
}

.pur .col-wrapper:nth-child(odd) .pur-img {
	float: left;
	width: 45%;
}

.pur .col-wrapper:nth-child(even) .pur-img {
	float: right;
	width: 45%;
}

.pur .col-wrapper:nth-child(odd) .parag {
	float: right;
	width: 50%;
	/*display: table-cell;
	vertical-align: middle;*/
}

.pur .col-wrapper:nth-child(even) .parag {
	float: left;
	width: 50%;
	/*display: table-cell;
	vertical-align: middle;*/
}

.col-wrapper .img-content.parag .pur-t {
	text-align: center;
    font-size: 30px;
    line-height: 1.25;
	padding-bottom: 25px;
	margin-bottom: 0;
	font-weight: 500;
}

.pur .col-wrapper:first-child .parag p:nth-child(2) {
	margin-bottom: 15px;
}

.col-wrapper .parag p strong {
	font-weight: 600;
}


/*----------------------------- Table Section -----------------------------*/
div.table-div {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 50px;
	box-shadow: 0 0 1px 1px #777;
	position: relative;
}

div.table-div .table {
	display: flex;
}

div.table-div .table > li {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	border-right: 1px solid #a0a0a0;
	text-align: center;
	max-height: 560px;
	height: auto;
}

div.table-div .table li:last-child {
	border-right: none;
}

div.table-div .table li ul li {
    display: block;
    width: 100%;
    border-right: none;
    font-size: 18px;
    padding: 0 5px;
    line-height: 1.2;
    padding-bottom: 15px;
}

.drop1-in.tab p , .drop5-in.tab p {
    font-size: 16px;
    font-weight: 600;
    background-color: #808080;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    height: 93px;
	transform: translateY(-60px);
}

.drop1-in.tab p, .drop5-in.tab p {
	padding: 10px;
	vertical-align: middle;
    display: table-cell;
	width: 200px;
}

.drop2-in.tab p , .drop3-in.tab p, .drop4-in.tab p  {
	border-bottom: 1px solid #a0a0a0;
	font-size: 20px;
}

.middle-t {
	border-bottom: 1px solid #a0a0a0;
    width: 60.5%;
    margin: 0 auto;
    border-right: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
}

.middle-t p {
	text-align: center;
    margin: 0;
    background-color: #bfbfbf;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
}

div.table-div .table li ul li:first-child {
	font-size: 28px;
	font-weight: 600;
	color: #EFB036;
}

div.table-div .table li:nth-child(5) ul li.purc a,
div.table-div .table li:nth-child(4) ul li.purc a,
div.table-div .table li:nth-child(3) ul li.purc a,
div.table-div .table li:nth-child(2) ul li.purc a,
div.table-div .table li:first-child ul li.purc a {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 35px;
    background-color: #EFB036;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s ease;
}

div.table-div .table li a {
    text-align: left;
    padding: 0;
    font-weight: 600;
}

div.table-div .table li:nth-child(5) ul li.purc a:hover,
div.table-div .table li:nth-child(4) ul li.purc a:hover,
div.table-div .table li:nth-child(3) ul li.purc a:hover,
div.table-div .table li:nth-child(2) ul li.purc a:hover,
div.table-div .table li:first-child ul li.purc a:hover {
	background-color: rgb(165, 152, 136);
}

div.table-div .table .drop1-in.tab > ul, 
div.table-div .table .drop5-in.tab > ul {
    transform: translateY(-43px);
}

.auto-t {
	margin: 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    text-align: center;
    background-color: #bfbfbf;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.auto-d {
    margin: 0;
    text-align: center;
    padding: 20px; 
}

.auto-d span {
	font-size: 28px;
	font-weight: 600;
	color: #EFB036;
}

.auto-d p {
	margin: 0;
    font-size: 20px;
    line-height: 1.35;
    padding: 10px 55px;
}

.drop5-in.tab ul li:first-child a {
	text-decoration: underline;
    color: #EFB036;
    transition: all 0.5s ease;
}

.drop5-in.tab ul li:first-child a:hover {
	color: #eab267;
	text-decoration: none;
}


/*-------------------------------- 2nd Table Row styling ----------------------------*/
div.table2-div {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #a0a0a0;
    position: relative;
}

.private {
	display: flex;
	margin: 0;
	height: 525px;
}

.private li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #dfdfdf;
}

.private li:last-child {
	border-right: none;
}

.private li ul li {
    display: block;
    width: 100%;
    border-right: none;
    padding: 5px 30px 10px;
    font-size: 18px;
    line-height: 1.2;
}

.private p {
	margin: 0;
}

.private-t {
	background-color: #808080;
    padding: 15%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
}

.private li ul li:first-child {
	font-size: 28px;
	font-weight: 600;
	color: #EFB036;
	padding: 15px;
}

.private li ul li:last-child {
	margin-bottom: 10%;
}

.private li ul li.table-purchase a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #EFB036;
	border-radius: 5px;
	padding: 10px 35px;
	text-transform: uppercase;
    transition: all 0.5s ease;
}

.private li ul li.table-purchase a:hover {
	background-color: rgb(165, 152, 136);
}

.pur-th {
    width: 75%;
    margin: 0 auto;
    padding: 30px 0;
}

.pur-th p:first-child {
	font-size: 30px;
	margin: 0;
	line-height: 1;
}

.pur-th p:nth-child(2) {
    font-size: 20px;
    margin: 30px 0 20px;
    line-height: 1.5;
}

.pur .col-wrapper:first-child {
	border-top: 1px dashed;
    margin-top: 6%;
}

body, html {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}


/*---------------------------- Blog Page Section ---------------------------------------*/
.blog .welcome-wrap.clearfix {
	border-top: 2px solid #e9e9e9;
    box-shadow: 0 -1px 10px 2px #e9e9e9;
	border-bottom: none;
	padding: 0;
	margin: 7px 0 0 0;
}

body.blog .content .entry,
body.author .content .entry {
    width: 45.667%;
    display: inline-block;
    margin-right: 4.33%;
    vertical-align: top;
	padding: 0;
}

body.blog .content .entry-header a img,
body.author .content .entry-header a img {
    border: 0px solid #A59888;
	max-height: 450px;
    max-width: 450px;
    object-fit: cover; /* This changes everything*/
    width: 100%;
    height: auto;
}

body.blog .content .entry-header a,
body.author .content .entry-header a {
    display: flex;
}

.sidebar .widget a {
	color: #333;
	font-weight: 300;
}

.sidebar .widget a:hover {
	color: #EFB036;
}

/* styling as of 9-02-15*/
/* New to humani title and content styling*/
.page-id-120 p.sub-title {
	margin-bottom: 5px !important;
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
}

.page-id-120 p.sub-title:nth-of-type(2) {
	margin-top: 0 !important;
}

.genesis-nav-menu .sub-menu {
    border: 1px solid #E9E9E9;
    top: 3.5em;
}

.tab > ul {
    position: relative;
    min-height: 500px;
    display: block;
	overflow: hidden;
}

.table-extended.non-membership .drop2-in.tab > ul,
.table-extended.non-membership .drop3-in.tab > ul{
	min-height:467px;
}

.tab ul li.purc{
	position: absolute;
	bottom: 3%;
}

.table2-div .private li ul {
	max-height: 400px;
	height: 100%;
	position: relative;
}

.table2-div .private li ul li.table-purchase {
	position: absolute;
	bottom: 0;
}

.page .welcome-wrap.clearfix {
    border-top: 2px solid #e9e9e9;
    box-shadow: 0 -1px 10px 2px #e9e9e9;
    border-bottom: none;
    padding: 0;
    margin: 7px 0 0 0;
}


/* ---------------------------- Your Happy Page Section ----------------------------- */
.yhp_head {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 5%;
	color: #565655; 
}

.yhp-page .fyb-td-wrap, .yhp-page .col3 .fyb-td-wrap p {
	font-size: 98%;
}

.yhp-page .col3 .fyb-td-wrap:nth-of-type(1) p {
	margin: 0;
}

.yhp-page .col3 .fyb-td-wrap p.fyb-t {
	text-align: center;
	font-size: 30px;
	margin: 35px 0 12px;
}

.yhp-page .fyb-td-wrap p.fyb-t {
	font-size: 30px;
}

/* ---------------------------- Our Team Page Section ----------------------------- */
.ot_head {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 40px;
    color: #565655;
	letter-spacing: -2px;
}

.ot-page .parag p.parag-title,
.page-rent-our-space-2 .parag p.parag-title {
	text-align: center;
    font-size: 30px;
    line-height: 1.25;
	margin: 0;
	font-weight: 500;
	color: #565655;
}

.page-rent-our-space-2 .parag p.parag-title {
	padding-bottom: 30px;
}

.page-rent-our-space-2 .parag {
	padding: 20px;
}

.ot-page .parag p.parag-subtitle {
	text-align: center;
    font-size: 18px;
	font-style: italic;
    padding-bottom: 25px;
	margin: 0;
}

.ot-page .col-wrapper:nth-child(odd) .parag,
.page-rent-our-space-2 .col-wrapper:nth-child(odd) .parag {
	float: right;
	width: 50%;
}

.ot-page .col-wrapper:nth-child(odd) img.nth-img1 {
	float: left;
	width: 45%;
}

.ot-page .col-wrapper:nth-child(even) .parag,
.page-rent-our-space-2 .col-wrapper:nth-child(even) .parag {
	float: left;
	width: 50%;
}

.ot-page .col-wrapper:nth-child(even) img.nth-img1 {
	float: right;
	width: 45%;
}


/* ---------------------------- Contact and Location Page Section ----------------------------- */
.cl-page .fyb-img {
	height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.cl-page .fyb-t {
	margin-top: 0;
}
.cl-page .col:nth-of-type(3) p:nth-child(2) {
	margin: 0;
}
.cl-page .col:nth-of-type(3) ul {
	padding-left: 40px;
}
.cl-page .col:nth-of-type(3) ul li {
	list-style-type: disc;
}

/* ---------------------------- About Pilates Page Section ----------------------------- */
.ab-page .fyb-full-content ul {
	padding-left: 40px;
}

.ab-page .col-wrapper {
	padding: 40px 20px;
	position: relative;
}

.ab-page .col-wrapper .parag p {
	margin: 0 0 28px;
}

.ab-page .col-wrapper .parag p strong {
	font-weight: 600;
	color: #565655;
}

.ab-page .fyb-full-content ul li {
	list-style-type: disc;
}

.ab-page .col-wrapper .parag .parag-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    padding-bottom: 25px;
	margin: 0;
	font-weight: 500;
    color: #565655;
}

.ab-page .col-wrapper:nth-child(odd) .parag {
	float: left;
	width: 50%;
	display: block;
}

.ab-page .col-wrapper:nth-child(even) .parag {
	float: right;
	width: 50%;
	display: block;
}

.ab-page .content li {
	list-style-type: disc;
	margin-left: 40px;
}


/* ---------------------------- Events Page Section ----------------------------- */
.event_head {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 40px;
	color: #565655;
	letter-spacing: -2px;
}

.event-page .parag:nth-of-type(1) {
    transform: translate(0);
}

.event-page .parag p.parag-title {
	text-align: center;
    font-size: 30px;
    line-height: 1.25;
	color: #565655;
	font-weight: 500;
}

.event-page .parag p strong {
	font-weight: 500;
}

.event-page .col-wrapper:nth-of-type(2n+1) img,
.event-page .col-wrapper:nth-of-type(2n+0) .parag {
	float: left;
}
.event-page .col-wrapper:nth-of-type(2n+0) img,
.event-page .col-wrapper:nth-of-type(2n+1) .parag {
	float: right;
}

.event-page .content .entry {
    padding: 50px 100px;
}

/* ---------------------------- Testimonials Page Section ----------------------------- */
.testi_head {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 40px;
	color: #565655;
	letter-spacing: -2px;
}

.testi-page .parag {
    transform: translate(0%,0%);
}

.testi-page .parag p:first-child {
	text-align: center;
    font-size: 30px;
    line-height: 1.25;
	margin: 0;
	padding-bottom: 25px;
	font-weight: 500;
	color: #565655;
}

.testi-page .col-wrapper:nth-of-type(2n+0) .parag {
	transform: translate(20%,0);
}

.testi-page .col-wrapper:nth-of-type(2n+1) .parag {
	transform: translate(-20%,0);
}

.testi-page .col-wrapper:nth-of-type(2n+1) img {
	transform: translate(50%, 0%);
	max-width: 270px;
}

.testi-page .col-wrapper:nth-of-type(2n+0) img {
	transform: translate(-50%, 0%);
	max-width: 270px;
}

.testi-page .col-wrapper:nth-of-type(2n+1) img,
.testi-page .col-wrapper:nth-of-type(2n+0) .parag {
	float: left;
	width: 50%;
}
.testi-page .col-wrapper:nth-of-type(2n+0) img,
.testi-page .col-wrapper:nth-of-type(2n+1) .parag {
	float: right;
	width: 50%;
}


/* ---------------------------- FAQ Page Section ----------------------------- */
.faq_head {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 5%;
	color: #565655;
	letter-spacing:	-2px
	}

.faq-page .wrapping {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	text-transform: uppercase;
}

.faq-page .blockquote {
	margin: 10px 40px;
}

.faq-page .blockquote a p {
	font-style: normal;
	margin: 0;
	display: inline-block;
}

.faq-page .wrapping .blockquote a {
    padding: 1% 5%;
    display: block;
    box-shadow: 0px 2px 1px rgba(228, 155, 58, 0.4);
    border: 1px solid #EFB036;
    transition: all .2s ease;
    font-weight: 500;
    font-size: 17px;
}

.faq-page .wrapping .blockquote a p {
	color: #565655;
}

.faq-page .wrapping .blockquote a:hover {
    box-shadow: 0px 0px 0px rgb(228, 155, 58);
    background-color: rgb(239, 176, 54);
}

.faq-page .wrapping .blockquote a:hover p {
	color: #fff;
}

.fancybox-close {
    top: -15px;
    right: -20px;
    background-size: 80%;
    background-repeat: no-repeat;
}


/*++++++++++++++++++++++++++++++ Comment styling after post ++++++++++++++++++++++++++++++++++++++++++*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #A59888;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
    background-color: #BFCE00;
    color: #fff;
}

/*++++++++++++++++++++++++++++++ Single Post Styling ++++++++++++++++++++++++++++++++++++++++++*/
.single h1.entry-title {
    color: #565655;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}

.single .entry-meta {
	text-align: center;
}

.single .entry-content img {
	display: block;
	margin: 30px auto;
	border: 1px solid rgba(204, 204, 204, 0.5);
}

.content .entry-header a img {
    border: 0px solid #A59888;
}

.single.single-post .welcome-wrap.clearfix {
    border-top: 2px solid #e9e9e9;
    box-shadow: 0 -1px 10px 2px #e9e9e9;
    border-bottom: none;
    padding: 0;
    margin: 7px 0 0 0;
}

.entry-categories, .entry-tags {
	display: none;
}

.archive-pagination li a {
    background-color: #A59888;
}


/* ---------------------------- Anchor Parent and Child Seclection ----------------------------- */
.site-main-navigation .nav-primary ul.genesis-nav-menu li.current-menu-ancestor > a {
	color: #EFB036;
}

.site-main-navigation .nav-primary .genesis-nav-menu .current-page-parent ul li.current_page_item a {
	color: #EFB036;
}

.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .site-main-navigation .nav-primary ul.genesis-nav-menu li.current-menu-ancestor > a {
	color: #EFB036;
}


/* ---------------------------- FAQ Page Section ----------------------------- */
.tp_head {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 5%;
	color: #565655;
	letter-spacing: -3px;
}

.tp-page .fyb-t {
    text-align: left;
    margin: 10px 0 5px;
    font-size: 30px;
}

.tp-page .wrapping > ol > li {
	list-style-type: decimal;
    margin-left: 30px;
	margin-bottom: 28px;
}

.tp-page .wrapping ol li ol > li {
	list-style-type: lower-roman;
    margin-left: 30px;
}

.tp-page .wrapping ol li ol > li:first-child {
	margin-top: 20px;
}

.tp-page .wrapping > ul > li {
	list-style-type: disc;
    margin-left: 30px;
}

.tp-page .wrapping > ul > li:last-child {
	margin-bottom: 28px;
}

/* Blog Page */
.archive-pagination li a:hover, .archive-pagination .active a {
	background-color: #BFCE00;
}
/*
.breadcrumb, .entry-meta {
	display: none;
}
*/

.entry-title {
    font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.entry-title a:hover {
	color: #EFB036;
}

.entry-title a {
    color: #565655;
}

/*-------------------------------- Sidebar Styling --------------------------*/
.sidebar {
    padding-left: 40px;
}

.sidebar .widget {
    margin-bottom: 40px;
    padding: 0;
}

.widget-title {
	font-size: 24px;
    margin-bottom: 22px;
    font-weight: 500;
}

input, select, textarea{
    font-size: 16px;
    padding: 10px;
}


/*---------------------------------------- Work with us page -----------------------------------------*/
.wwu-page .content li {
    list-style-type: disc;
	margin-left: 40px;
}

.wwu-img {
	display: block;
}

.wwu-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/*---------------------------------------- Press page -----------------------------------------*/
/*.press-page .entry-title, .press-page .entry-meta, .press-page .entry-content {
	display: none;
}*/

.press-page .content article.entry {
	width: 20%;
    border: 0;
    float: left;
    padding: 0;
    margin: 2.3%;
}

.press-page .content article.entry:nth-child(5n+0) {
	clear: both;
}

.press-page .content article.entry img {
	margin: 0;
}

.press-page .content article.entry .entry-title {
    font-size: 20px;
    text-align: center;
}

.press-page .content .entry-header a img {
	display: block;
    border: 1px solid #A59888;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    opacity: .8;
	width: auto;
    height: 100%;
    max-height: 240px;
    max-width: 260px;
    margin: 0 auto;
}

.press-page .content .entry-header a img:hover {
    border: 3px solid #EFB036;
    opacity: 1;
    transform: scale(1.15);
}

.press-page .content .entry-footer {
	display: none;
}


/* Vertically Align Column Div in Purchase and Others */
.col-wrapper {
    max-width: 1200px;
    width: auto;
    max-height: 9999px;
    height: auto;
	position: relative;
}

.col-wrapper .parag {
    transform: none;
    width: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-height: 9999px;
    height: 100%;
}

.col-wrapper .parag div.vertical-center {
	position: relative;
    /*top: 47%;
	transform: translateY(-50%);*/
}

/* On Wicked Workout Page */
.page-wicked-workout div.page-img {
    float: right;
    padding: 0 20px 20px;
}

.page-wicked-workout img.fyb-img {
	display: block;
	margin: 0 auto;
}

.page-wicked-workout .entry-header {
	display: none;
}

.breadcrumb {
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #A59888;
    box-shadow: 3px 3px 3px rgba(165, 152, 136, 0.5);
}

.breadcrumb a {
    font-weight: 500;
    color: #EFB036;
	text-transform: uppercase;
    font-size: 15px;
}

.breadcrumb a:hover {
	color: #565655;
}

a[title="View all items in Events"],
a[title="View all items in Blog"], 
a[title="View all items in Press"] {
pointer-events: none;
color: #565655;
}


.ot-page .col-wrapper div.img-wrapper,
.pur .col-wrapper div.img-wrapper,
.nth-class .col-wrapper div.img-wrapper,
.page-rent-our-space-2 .col-wrapper div.img-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    max-width: 540px;
    max-height: 540px;
}

.page-rent-our-space-2 .col-wrapper div.img-wrapper {
    border-radius: 0;
}

.ot-page .col-wrapper:nth-child(odd) div.img-wrapper,
.pur .col-wrapper:nth-child(odd) div.img-wrapper,
.nth-class .col-wrapper:nth-child(odd) div.img-wrapper,
.page-rent-our-space-2 .col-wrapper:nth-child(odd) div.img-wrapper {
    float: left;
}

.ot-page .col-wrapper:nth-child(even) div.img-wrapper,
.pur .col-wrapper:nth-child(even) div.img-wrapper,
.nth-class .col-wrapper:nth-child(even) div.img-wrapper,
.page-rent-our-space-2 .col-wrapper:nth-child(even) div.img-wrapper {
    float: right;
}

.ot-page .col-wrapper:nth-child(odd) img.nth-img1,
.pur .col-wrapper:nth-child(odd) img.nth-img1,
.nth-class .col-wrapper:nth-child(odd) img.nth-img1 {
    width: 100%;
    float: none;
    margin: 0;
}

.ot-page .col-wrapper:nth-child(even) img.nth-img1,
.pur .col-wrapper:nth-child(even) img.nth-img1,
.nth-class .col-wrapper:nth-child(even) img.nth-img1 {
	width: 100%;
    float: none;
    margin: 0;
}

.ot-page .col-wrapper .img-bg,
.pur .col-wrapper .img-bg,
.nth-class .col-wrapper .img-bg {
	position: absolute;
    max-width: 540px;
    max-height: 540px;
    height: 100%;
    width: 100%;
	background-size: contain !important;
}

.ot-page .col-wrapper:first-child .img-bg,
.ot-page .col-wrapper:nth-child(6n+7) .img-bg,
.pur .col-wrapper:first-child .img-bg,
.pur .col-wrapper:nth-child(6n+7) .img-bg,
.nth-class .col-wrapper:first-child .img-bg,
.nth-class .col-wrapper:nth-child(6n+7) .img-bg {
	background: url('/wp-content/uploads/2016/01/background.png')no-repeat;
	left: 0;
}

.ot-page .col-wrapper:nth-child(6n+4) .img-bg,
.pur .col-wrapper:nth-child(6n+4) .img-bg,
.nth-class .col-wrapper:nth-child(6n+4) .img-bg {
	background: url('/wp-content/uploads/2016/01/background.png')no-repeat;
	right: 0;
}

.ot-page .col-wrapper:nth-child(6n+2) .img-bg,
.pur .col-wrapper:nth-child(6n+2) .img-bg,
.nth-class .col-wrapper:nth-child(6n+2) .img-bg {
    background: url('/wp-content/uploads/2016/01/background2.png')no-repeat;
	right: 0;
}

.ot-page .col-wrapper:nth-child(6n+5) .img-bg,
.pur .col-wrapper:nth-child(6n+5) .img-bg,
.nth-class .col-wrapper:nth-child(6n+5) .img-bg {
    background: url('/wp-content/uploads/2016/01/background2.png')no-repeat;
	left: 0;
}

.ot-page .col-wrapper:nth-child(6n+3) .img-bg,
.pur .col-wrapper:nth-child(6n+3) .img-bg,
.nth-class .col-wrapper:nth-child(6n+3) .img-bg {
    background: url('/wp-content/uploads/2016/01/background3.png')no-repeat;
	left: 0;
}

.ot-page .col-wrapper:nth-child(6n+6) .img-bg,
.pur .col-wrapper:nth-child(6n+6) .img-bg,
.nth-class .col-wrapper:nth-child(6n+6) .img-bg {
    background: url('/wp-content/uploads/2016/01/background3.png')no-repeat;
	right: 0;
}




/*++++++++ Back to Top Function Button +++++++++*/	
.to-top {
	display:inline-block;
	height:50px;
	width:50px;
	position:fixed;
	bottom:85px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url("images/gototop.PNG") no-repeat center 100%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 9999;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

/*++++++++++++++ 404 Page, Search Results ++++++++++++++*/
.error404 input[type="search"] {
	float: left;
    max-width: 300px;
    width: 100%;
}

.error404 input[type="submit"] {
    padding: 11px;
}

.search-results .entry-content > p {
    font-size: 16px;
    line-height: 1.7;
}

.search-results .entry {
	padding: 0;
}

.search-results .archive-description {
	margin-bottom: 50px;
    padding: 0;
}

.archive-title {
    font-size: 24px;
    font-weight: 500;
}

div.author-name {
	font-size: 20px;
    color: #444;
    font-weight: 500;
    margin-bottom: 50px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	
	/* Home */
	.site-main-navigation .nav-primary .genesis-nav-menu a {
		padding: 23px 15px;
	}
	
	div.login-click a {
		font-size: 81%;
	}
	
	.nav-secondary ul li a {
		padding: 30px 6px;
	}
	.nav-secondary ul li a {
		font-size: 14px;
	}
	
	.nav-secondary ul li:first-child a {
		padding-right: 15px;
	}
	
	.home.page .welcome-wrap.clearfix p {
		max-width: 960px;
		font-size: 100%;
		padding: 0 10%;
	}
	
	.home .content-wrap.clearfix {
		max-width: 936px;
		width: 100%;
	}
	
	.site-main-navigation .nav-primary .genesis-nav-menu a {
		font-size: 14px;
	}
	
	.site-main-navigation {
	    margin-top: -20px;
	}

	.nav-secondary ul li:last-child a {
		padding: 30px 160px 30px 0;
	}
	
	span.next {
		font-size: 230%;
		text-align: center;
	}
	
	span.fri {
		font-size: 150%;
	}
	
	.row1-wrap.clearfix {
		max-width: 352px;
		width: 100%;
		margin-right: 6px;
	}
	
	.row1-wrap > a, .row1-wrap.clearfix a img {
		max-width: 352px;
		width: 100%;
		height: 245px;
	}
	
	.row2-wrap.clearfix > a, .row2-wrap.clearfix a img {
		max-width: 286px;
		width: 100%;
		height: 347px;
	}
	
	.row2-wrap.clearfix {
		max-width: 578px;
		width: 100%;
		margin-top: 150px;
		float: left;
	}
	
	/* Our Team */
	.ot-page .col-wrapper:nth-of-type(1) .parag,
	.ot-page .col-wrapper:nth-of-type(2) .parag,
	.ot-page .col-wrapper:nth-of-type(3) .parag {
		transform: translate(0%, 0%);
	}
	
	/* Purchase */	
	.pur-th {
		width: 93%;
	}

	
	/* Events */

	
	/* Contact and Location */
	.cl-page .col {
		padding: 0 2%;
	}
	
	/* Testimonials */
	.testi-page .parag p:first-child{
		font-size: 150%;
	}
	
	.testi-page .col-wrapper:nth-of-type(2n+0) .parag {
		transform: translate(15%,0);
	}

	.testi-page .col-wrapper:nth-of-type(2n+1) .parag {
		transform: translate(-15%,0);
	}

	.testi-page .col-wrapper:nth-of-type(2n+1) img {
		transform: translate(25%, 0%);
	}

	.testi-page .col-wrapper:nth-of-type(2n+0) img {
		transform: translate(-25%, 0%);
	}
	
	/* Terms and Privacy */
	.tp-page .fyb-t {
		font-size: 150%;
	}
	
	.tp_head, .fyb_head, .event_head, .faq_head, .ot_head, .testi_head, .yhp_head {
		font-size: 300%;
	}
	
	/* New to Humani */
	.nth-class .img2-content, .nth-class .img4-content {
		transform: translateY(0%);
	}
	.nth-class .img3-content {
		transform: translateY(20%);
	}
	
	.row1-wrap .row1-contents {
		display: block;
		position: relative;
		width: 352px;
		height: 245px;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
		font-size: 54px;
		line-height: 1;
		padding-top: 34px;
	}
	
	.row1-wrap .row1-contents:first-child .row1-img-contents {
		top: 15px;
	}
	
	.row1-wrap .row1-contents:nth-child(2) .row1-img-contents {
		right: 15px;
		top: 15px;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:first-child {
		font-size: 25px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents {
		top: 83px;
		left: 10px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:first-child {
		font-size: 25px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2) {
		font-size: 52px;
		padding-top: 100px;
	}
	
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents {
		top: 6px;
		left: 14px;
	}
	
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:first-child {
		font-size: 50px;
	}
	
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:nth-child(2) {
		font-size: 25px;
		padding-top: 17px;
	}
	
		.nth-class .col-wrapper:nth-child(even) .parag {
		padding: 0;
	}

	.nth-class .col-wrapper:nth-child(odd) .parag {
		padding: 0;
	}
	
	.press-page .content .entry-header a img {
	    max-height: 220px;
		max-width: 220px;
	}
	
	.press-page .content article.entry {
		width: 20%;
	    margin: 2%;
	}
	
	.ot-page .col-wrapper div.img-wrapper,
	.ot-page .col-wrapper .img-bg,
	.pur .col-wrapper div.img-wrapper,
	.pur .col-wrapper .img-bg,
	.nth-class .col-wrapper div.img-wrapper,
	.nth-class .col-wrapper .img-bg,
	.page-rent-our-space-2 .col-wrapper div.img-wrapper	{
		max-width: 400px;
		max-height: 400px;
	}
	
	.page-rent-our-space-2 .col-wrapper .parag {
		padding: 0;
	}
	
}


@media only screen and (max-width: 960px) {
	
	.home .content-wrap.clearfix {
		max-width: 710px;
		margin-top: 0;
	}
	
	.genesis-nav-menu .sub-menu {
		box-shadow: -1px 2px 5px #E9E9E9;
		border: 0;
		top: inherit;
	}
	
	.home .head-text {
		position: relative;
		transform: translate(0);
		top: 0;
	    clear: both;
		display: block;
		width: 100%;
	}
	
	.home .head-text p {
		text-align: center;
	}
	
	.row1-wrap.clearfix {
		max-width: 100%;
		margin: 0;
		max-height: 251px;
	}
	
	.row1-wrap > a {
		display: inline-block;
	}
	
	.row1-wrap > a:first-child, .row1-wrap.clearfix a:first-child img {
		margin-bottom: 0;
		margin-right: 6px;
	}
	
	.row1-wrap.clearfix a:first-child img, .row1-wrap > a  {
		margin-bottom: 0;
	}
	
	.row2-wrap.clearfix {
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
	}
	
	.row2-wrap.clearfix > a, .row2-wrap.clearfix a img {
		max-width: 352px;
		width: 100%;
		height: 395px;
	}
	
	.nav-secondary ul li:first-child {
		width: 12%;
		line-height: 1.5;
		text-align: center;
	}
	
	.site-footer .genesis-nav-menu {
		clear: both;
	}
	
	.nav-secondary ul li:last-child {
		float: right;
		width: 20%;
		text-align: center;
		overflow: hidden;
	}
	
	.nav-secondary ul li a {
		padding: 30px 15px;
	}
	
	.nav-secondary ul li:first-child a {
		padding: 15px 30px 15px 0;
	}
	
	.nav-secondary ul li:last-child a {
		padding: 0;
		vertical-align: middle;
		height: 100%;
		justify-content: center;
		flex-direction: column;
		display: flex;
		min-height: 93px;
		overflow: hidden;
		transform: translateY(-1em);
		line-height: 1.5
	}
	
	div.table-div .table li:nth-child(5) ul li.purc a,
	div.table-div .table li:nth-child(4) ul li.purc a, 
	div.table-div .table li:nth-child(3) ul li.purc a, 
	div.table-div .table li:nth-child(2) ul li.purc a,
	div.table-div .table li:first-child ul li.purc a {
		padding: 10px 20px;
	}
	
	div.table-div, div.table2-div {
		transform: scale(.97);
	}
	
	.private-t {
		font-size: 17px;
	}
	
	.private li ul li.table-purchase a {
		padding: 10px 14%;
	}
	
	.pur-th {
		width: 99%;
	}
	
	.testi-page .col-wrapper:nth-of-type(2n+0) .parag {
		transform: translate(10%,0);
	}
	
	.testi-page .col-wrapper:nth-of-type(2n+0) img {
		transform: translate(-20%, 0%);
	}
	
	.testi-page .col-wrapper:nth-of-type(2n+1) img {
		transform: translate(20%, 0%);
	}
	
	.testi-page .col-wrapper:nth-of-type(2n+1) .parag {
		transform: translate(-11%,0);
	}
	
	.nth-class .img3-content {
		transform: translateY(0%);
	}
	.nth-class .img1-content, .nth-class .img2-content,
	.nth-class .img3-content, .nth-class .img4-content	{
		font-size: 99%;
	}
	
	.bliss .col {
		width: 100%;
		padding-bottom: 10%;
	}
	.bliss .col2, .bliss .col3 {
		width: 50%;
	}
	.bliss .fyb-t {
		font-size: 150%;
	}
	.bliss .italized {
		font-size: 100%;
	}
	
	.yhp-page .fyb-td-wrap p {
		font-size: 100%;
	}
	.yhp-page .col {
		width: 100%;
		padding-bottom: 8%;
	}
	.yhp-page .col2, .yhp-page .col3 {
		width: 50%;
	}

	/* Toggle Menu */
	.menu-opener, 
	.menu-opener:hover, 
	.menu-opener.active, 
	.menu-opener-inner, 
	.menu-opener-inner::before, 
	.menu-opener-inner::after, 
	.nav-primary {
	-webkit-transition: 250ms all;
	transition: 250ms all;
	z-index: 99;
	background-color: #EFB036;
	}
	
	.nav-primary.active {
		-webkit-transition: 250ms all;
		transition: 250ms all;
		z-index: 90;
		margin-top: 1%;
	}
	
	.menu-opener {
		cursor: pointer;
		height: 64px;
		position: absolute;
		top: 0%;
		left: 0%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 64px;
		margin-top: -7.5%;
		-o-transform: scale(.5);
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		transform: scale(.5);
		border-radius: 5px;
	}
	.menu-opener:hover, .menu-opener.active {
		background: rgba(173, 111, 29, 0.9);
	}
	
	.menu-opener.active:hover {
		background-color: rgba(173, 111, 29, 0.9);
	}

	.menu-opener-inner {
		background: #fff;
		height: .5rem;
		margin-left: 7px;
		margin-top: 28px;
		width: 80%;
	}
	.menu-opener-inner::before, .menu-opener-inner::after {
		background: white;
		content: '';
		display: block;
		height: .5rem;
		width: 100%;
	}
	.menu-opener-inner::before {
		-webkit-transform: translateY(-0.75rem);
		-ms-transform: translateY(-0.75rem);
		transform: translateY(-0.75rem);
	}
	.menu-opener-inner::after {
		-webkit-transform: translateY(0.25rem);
		-ms-transform: translateY(0.25rem);
		transform: translateY(0.25rem);
	}
	.menu-opener-inner.active {
		background: transparent;
	}
	.menu-opener-inner.active::before {
		-webkit-transform: translateY(0rem) rotate(-45deg);
		-ms-transform: translateY(0rem) rotate(-45deg);
		transform: translateY(0rem) rotate(-45deg);
	}
	.menu-opener-inner.active::after {
		-webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
		-ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
		transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
	}
	.nav-primary {
		background-color: transparent;
		height: auto;
		position: absolute;
		top: 2%;
		left: -10%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 0rem;
		z-index: -1;
		margin-top: 1%;
		
	}
	.nav-primary.active {
		width-webkit-calc(750px - 18rem);
	    width: calc(750px - 18rem);
		left: -6em;
	}
	
	.nav-primary.active .genesis-nav-menu .menu-item {
		display: block;
		transition: all 0.7s ease;
	}
	
	#menu-main-navigation-manu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
		list-style-type: none;
		margin: 0;
		margin-left: 0;
		padding: 0;
		display: block;
		text-align: left;
		background-color:rgb(239, 176, 54);
		z-index: 99;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
	}
	.nav-primary .genesis-nav-menu .menu-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		font-size: 100%;
		font-weight: 400;
		height: auto;
		text-align: left;
		text-decoration: none;
	}
	.nav-primary .genesis-nav-menu .menu-item {
		color: #fff;
		margin-left: -15em;
		display: block;
		transition: all .3s ease-in-out;
	}
	.genesis-nav-menu .menu-item li {
		margin: auto;
	}
	
	.site-main-navigation.nav-primary .genesis-nav-menu a:hover,
	.site-main-navigation .nav-primary .genesis-nav-menu li.current-menu-item > a {
		color: #fff;
	}
	.site-main-navigation {
		margin-top: 5%;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		transform: translate(0%,0);
		width: 100%;
		position: relative;
	}
	.nav-primary.active .genesis-nav-menu .menu-item:hover > .sub-menu li {
		background-color: transparent;
		margin-left: 2em;
		margin-right: 0;
	}
	.nav-primary .genesis-nav-menu .menu-item > a,
	.nav-primary .genesis-nav-menu .menu-item > .sub-menu li a {
		padding: 1em 0 1em 0em !important;
		-webkit-transition: 250ms all;
		transition: 250ms all;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu li a,
	.nav-primary.active .genesis-nav-menu .menu-item a {
		color: #fff;
		background-color: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		border-top: 0;
		border-left: 0;
		border-right: 0;
		font-size: 95%;
		padding: 1em 0 1em 25em !important;
	}
	.nav-primary.active .genesis-nav-menu > .menu-item:last-child a {
		border-bottom: 0;
	}
	.site-main-navigation .nav-primary .genesis-nav-menu > li:first-child a {
		padding-left: 15px;
	}
	.nav-primary.active .genesis-nav-menu .menu-item a:hover,
	.nav-primary.active .genesis-nav-menu .menu-item > .sub-menu li a:hover {
	    background-color: rgba(173, 111, 29, 0.9);
	}
	.nav-primary.active .genesis-nav-menu > li.current-menu-item:first-child a,
	.nav-primary.active .genesis-nav-menu > li.current-menu-item:first-child a:hover,
	.nav-primary.active .genesis-nav-menu > li:first-child a:hover {
		border-top-right-radius: 5px;
	}
	.nav-primary.active .genesis-nav-menu > li.current-menu-item:last-child a,
	.nav-primary.active .genesis-nav-menu > li.current-menu-item:last-child a:hover,
	.nav-primary.active .genesis-nav-menu > li:last-child a:hover {
		border-bottom-right-radius: 5px;
	}
	.nav-primary.active .genesis-nav-menu li.current-menu-item a,
	.nav-primary.active .genesis-nav-menu li.current-menu-item a:hover,
	.nav-primary.active .genesis-nav-menu li.current-menu-parent a,
	.nav-primary.active .genesis-nav-menu li.current-menu-parent a:hover, 
	.nav-primary.active .genesis-nav-menu li.current-menu-parent ul.sub-menu li.current-menu-item a	{
		background-color: rgba(166, 166, 166, 0.25);
		color: #fff !important;
	}
	.nav-primary.active .genesis-nav-menu li.current-menu-parent ul.sub-menu li.current-menu-item a	{
		width: 100%;
		margin: 0;
	}
	.nav-primary.active .genesis-nav-menu li.current-menu-parent ul.sub-menu li a, 
	.nav-primary.active .genesis-nav-menu li ul.sub-menu li.menu-item a{
		background-color: transparent;
		width: 100%;
		margin: 0;
	}
	
	.genesis-nav-menu .sub-menu {
		box-shadow: none !important;
	}
	
	.row1-wrap .row1-contents {
		display: inline-block;
	}
	
	.row1-wrap .row1-contents:first-child {
		margin-right: 6px;
		margin-bottom: 0;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents {
		top: 95px;
		left: 15px;
	}

	.row2-wrap .row2-contents:first-child .row2-img-contents p:first-child {
		font-size: 27px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2) {
		font-size: 60px;
		padding-top: 115px;
	}
	
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:first-child {
		font-size: 58px;
	}
	
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents {
		top: 6px;
		left: 17px;
	}
	
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:nth-child(2) {
		font-size: 27px;
		padding-top: 20px;
	}
	
	.press-page .content article.entry {
		width: 33.333%;
	}

	.press-page .content article.entry:nth-child(5n+0) {
		clear: none;
	}
	
	.press-page .content .entry-header a img {
		max-height: 220px;
		max-width: 237px;
	}
	
	.press-page .content article.entry {
		width: 30%;
		margin: 13px;
	}
	
	.ot-page .col-wrapper div.img-wrapper,
	.ot-page .col-wrapper .img-bg,
	.pur .col-wrapper div.img-wrapper,
	.pur .col-wrapper .img-bg,
	.nth-class .col-wrapper div.img-wrapper,
	.nth-class .col-wrapper .img-bg,
	.page-rent-our-space-2 .col-wrapper div.img-wrapper{
		max-width: 350px;
		max-height: 350px;
	}
	
	/*++++++++ Back to Top Function Button +++++++++*/	
	.to-top {
		bottom:100px;
	}
	
}


@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}
	
	.home .content-wrap.clearfix {
		max-width: 650px;
	}

	
	div.login-click a {
		font-size: 93%;
	}
	
	.mobile-num {
	    left: .5em;
		top: 3em;
	}
	
	.row1-wrap.clearfix {
	    max-width: 647px;
	}
	
	.row1-wrap > a, .row1-wrap.clearfix a img {
		max-width: 320px;
		height: 235px;
	}
	
	.row2-wrap.clearfix > a, .row2-wrap.clearfix a img {
		max-width: 320px;
	}
	
	.nav-secondary .menu-item {
		float: none;
		display: block;
	}
	
	.nav-secondary ul li a {
		margin: 0% 5% 0% 20%;
		padding: 0 5%;
		width: 40%;
		line-height: 30px;
		border-right: 1px dashed rgba(255, 255, 255, 0.5);
		border-left: 1px dashed rgba(255, 255, 255, 0.5);
	}
	.nav-secondary ul li:first-child a {
	    padding: 0;
		margin: 0;
		line-height: 1.5;
		width: 100%;
		text-align: left;
		border: 0;
	}
	
	.site-footer .genesis-nav-menu {
	    background-color: transparent;
	}
	
	.nav-secondary ul li:last-child {
		float: right;
		text-align: right;
	}
	.nav-secondary ul li:last-child a {
		position: absolute;
		right: 0;
		margin: 0;
		top: 0;
		padding: 0 0 12% 0%;
		border: 0;
		z-index: 99;
	}
	div.equip {
		margin-top: -18%;
		margin-right: 5.5%;
		position: relative;
		z-index: 90;
	}
	.site-footer .wrap {
		padding-top: 3%;
		padding-bottom: 3%;
	}
	#menu-footer-menu {
		position: relative;
	}
	
	.nav-primary.active {
		width: -webkit-calc(750px - 18rem);
		width: calc(750px - 18rem);
		left: -8em;
	}
	
	.col-wrapper .img-content.parag .pur-t {
		font-size: 25px;
	}
	.private-t {
		font-size: 97%;
	}
	.drop2-in.tab p, .drop3-in.tab p, .drop4-in.tab p {
	    font-size: 100%;
	}
	div.table-div .table li:nth-child(5) ul li.purc a, 
	div.table-div .table li:nth-child(4) ul li.purc a,
	div.table-div .table li:nth-child(3) ul li.purc a,
	div.table-div .table li:nth-child(2) ul li.purc a,
	div.table-div .table li:first-child ul li.purc a {
		padding: 10px 15px;
		font-size: 90%;
	}
	div.table-div .table li ul li {
		font-size: 100%;
	}
	.drop1-in.tab p, .drop5-in.tab p {
		height: 88px;
	}
	.pur-th p:nth-child(2), .auto-d p {
		font-size:100%;
	}
	.private li ul li {
		font-size: 100%;
	}

	.cl-page .col:first-child {
		text-align: center;
		width: 100%;
	}
	.cl-page .col {
		width: 50%;
	}
	
	.testi-page .col-wrapper:nth-of-type(2n+1) .parag,
	.testi-page .col-wrapper:nth-of-type(2n+0) .parag,
	.testi-page .col-wrapper:nth-of-type(2n+1) img,
	.testi-page .col-wrapper:nth-of-type(2n+0) img	{
		transform: translate(0%,0);
	}
	
	.nth-class .parag p:first-child {
		font-size: 170%;
	}
	
	div.icon-login-wrap {
		margin-top: -40px;
	}
	
	.ab-page .col-wrapper:nth-child(odd) .parag,
	.ab-page .col-wrapper:nth-child(even) .parag {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	
	.ab-page .col-wrapper {
		padding: 20px;
	}
	
	.row1-wrap .row1-contents {
		width: 320px;
		height: 235px;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
		font-size: 50px;
		padding-top: 30px;
	}
	
	.private li ul li.table-purchase{
		margin-bottom: 0;
	}
	
	.press-page .content .entry-header a img {
		max-height: 220px;
		max-width: 100%;
	}
	
	.press-page .content article.entry {
		width: 45%;
		margin: 2.3%;
	}
	
	.ot-page .col-wrapper:nth-of-type(2n+1) img, 
	.ot-page .col-wrapper:nth-of-type(2n+0) img,
	.ot-page .col-wrapper:nth-of-type(2n+0) img,
	.pur .col-wrapper:nth-child(odd) .pur-img,
	.pur .col-wrapper:nth-child(even) .pur-img,	
	.event-page .col-wrapper img,	
	.testi-page .col-wrapper img,
	.nth-class .col-wrapper img,
	.page-rent-our-space-2 .col-wrapper img {
		float: none !important;
		display: block !important;
		width: 80% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.ot-page .col-wrapper .parag,
	.pur .col-wrapper .parag,	
	.event-page .col-wrapper .parag,	
	.testi-page .col-wrapper .parag,	
	.yhp-page .col, .yhp-page .col2, .yhp-page .col3,	
	.bliss .col, .bliss .col2, .bliss .col3,	
	.nth-class .col-wrapper .parag,
	.page-rent-our-space-2 .col-wrapper .parag {
		width: 100% !important;
		float: none !important;
		padding-top: 10% !important;
		clear: both;
	}
	
	.content .entry-header a img {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	
	.content .entry-header .entry-title {
		font-size: 18px;
	}
	
	.content .entry-header .entry-meta {
		text-align: center;
	}
	
	.entry {
		padding: 30px;
	}
	
	.bliss .col {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.bliss .col3, .bliss .col2 {
		padding-top: 10% !important;		
	}
	
	.col-wrapper .parag div.vertical-center {
		top: 0;
		transform: none;
	}
	
	.ot-page .col-wrapper div.img-wrapper,
	.pur .col-wrapper div.img-wrapper,
	.nth-class .col-wrapper div.img-wrapper,
	.page-rent-our-space-2 .col-wrapper div.img-wrapper {
		max-width: 80%;
		max-height: 80%;
	}
	
	.ot-page .col-wrapper div.img-wrapper img,
	.pur .col-wrapper div.img-wrapper img,
	.nth-class .col-wrapper div.img-wrapper img,
	.page-rent-our-space-2 .col-wrapper div.img-wrapper img	{
		width: 100% !important;
	}
	
	.ot-page .col-wrapper .img-bg,
	.pur .col-wrapper .img-bg,
	.nth-class .col-wrapper .img-bg {
		max-width: 80%;
		max-height: 80%;
	}
	
	.ot-page .col-wrapper:nth-child(odd) div.img-wrapper,
	.pur .col-wrapper:nth-child(odd) div.img-wrapper,
	.nth-class .col-wrapper:nth-child(odd) div.img-wrapper,
	.page-rent-our-space-2 .col-wrapper:nth-child(odd) div.img-wrapper	{
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.ot-page .col-wrapper:nth-child(even) div.img-wrapper,
	.pur .col-wrapper:nth-child(even) div.img-wrapper,
	.nth-class .col-wrapper:nth-child(even) div.img-wrapper,
	.page-rent-our-space-2 .col-wrapper:nth-child(even) div.img-wrapper	{
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.ot-page .col-wrapper:first-child .img-bg, 
	.ot-page .col-wrapper:nth-child(6n+4) .img-bg,
	.ot-page .col-wrapper:nth-child(6n+7) .img-bg,
	.ot-page .col-wrapper:nth-child(6n+2) .img-bg,
	.ot-page .col-wrapper:nth-child(6n+5) .img-bg,
	.ot-page .col-wrapper:nth-child(6n+3) .img-bg, 
	.ot-page .col-wrapper:nth-child(6n+6) .img-bg,
	.pur .col-wrapper:first-child .img-bg, 
	.pur .col-wrapper:nth-child(6n+4) .img-bg,
	.pur .col-wrapper:nth-child(6n+7) .img-bg,
	.pur .col-wrapper:nth-child(6n+2) .img-bg,
	.pur .col-wrapper:nth-child(6n+5) .img-bg,
	.pur .col-wrapper:nth-child(6n+3) .img-bg, 
	.pur .col-wrapper:nth-child(6n+6) .img-bg,
	.nth-class .col-wrapper:first-child .img-bg,
	.nth-class .col-wrapper:nth-child(6n+4) .img-bg,
	.nth-class .col-wrapper:nth-child(6n+7) .img-bg,
	.nth-class .col-wrapper:nth-child(6n+2) .img-bg,
	.nth-class .col-wrapper:nth-child(6n+5) .img-bg,
	.nth-class .col-wrapper:nth-child(6n+3) .img-bg, 
	.nth-class .col-wrapper:nth-child(6n+6) .img-bg {
	    left: 10%;
		top: 3em;
	}
	
	div.table-div .table li ul li:first-child {
		font-size: 24px;
	}
	
	.to-top {
		bottom: 14em;
	}
	
}

@media only screen and (max-width: 734px) {
	
	.home .content-wrap.clearfix {
		max-width: 550px;
	}
	
	.nav-primary.active .wrap {
		width: 100%;
	}
	
	.nav-primary.active {
		width: calc(750px - 18rem);
	}
	
	.row1-wrap.clearfix {
		max-width: 100%;
	    max-height: 206px;
	}
	
	.row1-wrap > a, .row1-wrap.clearfix a img {
		max-width: 272px;
		max-height: 200px;
	}
	
	.row2-wrap.clearfix > a, .row2-wrap.clearfix a img {
		max-width: 272px;
		max-height: 325px;
	}
	
	div.equip {
		margin-top: -7.5em;
	}
	
	div.table-div .table li:nth-child(5) ul li.purc a, 
	div.table-div .table li:nth-child(4) ul li.purc a,
	div.table-div .table li:nth-child(3) ul li.purc a,
	div.table-div .table li:nth-child(2) ul li.purc a,
	div.table-div .table li:first-child ul li.purc a {
		padding: 8px 10px;
		font-size: 80%;
	}
	.private li ul li.table-purchase a {
		padding: 10px;
		font-size: 90%;
	}
	.private-t, .drop1-in.tab p, .drop5-in.tab p {
		font-size: 90%;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
		font-size: 40px;
		padding-top: 25px;
	}
	
	.row1-wrap .row1-contents {
		width: 272px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2) {
		font-size: 45px;
		padding-top: 65px;
	}
	
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:first-child {
		font-size: 45px;
	}
	
	div.table-div .table li ul li:first-child {
		font-size: 20px;
	}
	
}

@media only screen and (max-width: 670px) {
	
	.menu-opener {
	    margin-top: -8.5%;
	}
	
	.mobile-num {
    position: static;
    display: inline-block;
    float: left;
    margin: 75px 33px 0 15px;
    margin-bottom: 50px;
	}
	
	.mobile-num p {
		font-size: 16px;
	}
	
	div.equip {
		margin-top: -20%;
	}
	.private-t, .drop1-in.tab p, .drop5-in.tab p {
		font-size: 80%;
	}
	.private li ul li {
		padding: 10px;
	}
	
	.testi-page .col-wrapper:nth-of-type(2n+1) .parag {
		padding-left: 15px;
	}
	
}

@media only screen and (max-width: 630px) {
	
	.site-logo-main a img {
		max-width: 100%;
	}
	
	.menu-opener {
		margin-top: -8.75%;
	}

	div.equip {
	    margin-top: -21%;
	}
	
	div.icon-login-wrap {
	    margin-top: -38px;
	}
	
	.tab ul {
		height: 500px;
	}
	
	.row1-wrap.clearfix {
		max-width: 100%;
		max-height: 184px;
	}
	
	.home .content-wrap.clearfix {
		max-width: 506px;
	}
	
	.row1-wrap > a, .row1-wrap.clearfix a img {
		max-width: 250px;
		max-height: 178px;
	}
	
	.row2-wrap.clearfix > a, .row2-wrap.clearfix a img {
		max-width: 250px;
		max-height: 300px;
	}
	.drop2-in.tab p, .drop3-in.tab p,
	.drop4-in.tab p, div.table-div ul li.drop5-in ul li:first-child {
		padding: 0 5%;
	}
	.drop4-in.tab p {
		line-height: 52px;
	}
	.drop1-in.tab p, .drop5-in.tab p {
		height: 113px;
		padding: 3px
	}
	.private-t {
		padding: 10%;
	}
	
	div.table-div .table li:nth-child(5) ul li.purc a, 
	div.table-div .table li:nth-child(4) ul li.purc a,
	div.table-div .table li:nth-child(3) ul li.purc a,
	div.table-div .table li:nth-child(2) ul li.purc a,
	div.table-div .table li:first-child ul li.purc a {
		padding: 8px;
		font-size: 70%;
	}
	div.table-div .table li ul li:first-child,
	.private li ul li:first-child {
		font-size: 125%;
	}
	
	.cl-page .col {
		width: 100% !important;
		float: none !important;
		display: block !important;
	}
	
	.row1-wrap .row1-contents {
		width: 250px;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
		font-size: 35px;
		padding-top: 23px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents {
		top: 60px;
	}
	
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:first-child {
		font-size: 40px;
	}
	
	.private {
		height: 500px;
	}
}


@media only screen and (max-width: 585px) {
	
	div.equip {
	    margin-top: -28%;
	}
	
}

@media only screen and (max-width: 580px) {
	
	.home .content-wrap.clearfix {
		max-width: 450px;
	}
	
	.menu-opener {
		margin-top: -9.5%;
	}
	
	.row1-wrap.clearfix {
		max-width: 100%;
		max-height: 165px;
	}	
	
	.row1-wrap > a, .row1-wrap.clearfix a img {
		max-width: 222px;
		max-height: 160px;
	}
	
	.row2-wrap.clearfix > a, .row2-wrap.clearfix a img {
		max-width: 222px;
		max-height: 271px;
	}
	
	.nav-secondary ul li a {
		font-size: 13px;
	}
	
	div.equip {
		margin-top: -23%;
		transform: scale(.92);
	}
	
	.comment-respond input[type="email"], 
	.comment-respond input[type="text"], 
	.comment-respond input[type="url"] {
		width: 100%;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
		font-size: 200%;
		padding-top: 15px;
	}
	
	.row1-wrap .row1-contents {
		width: 222px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2),
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:first-child {
		font-size: 37px;
	}
	
}

@media only screen and (max-width: 570px) {	
	.yhp-page .fyb-full-content, .bliss .fyb-full-content {
		margin-top: 0 !important;
	}
	.yhp-page .col, .bliss .col {
		padding-bottom: 0 !important;
	}
	.col3 .fyb-td-wrap:last-child p {
		margin-top: 15%;
	}
	.tab ul {
		height: 500px;
	}
	
	.bliss .col {
		padding-top: 5% !important;
	}
	
	div.table-div .table li ul li:first-child {
		font-size: 90%;
	}
}

@media only screen and (max-width: 545px) {
	div.equip {
		margin-top: -31%;
	}
	.menu-opener {
		margin-top: -10.3%;
	}
	.private-t {
		height: 80px;
	}
	div.table-div .table li:nth-child(5) ul li.purc a, 
	div.table-div .table li:nth-child(4) ul li.purc a,
	div.table-div .table li:nth-child(3) ul li.purc a,
	div.table-div .table li:nth-child(2) ul li.purc a,
	div.table-div .table li:first-child ul li.purc a {
		padding: 5px;
		font-size: 68%;
	}
	
	.nav-secondary ul li:last-child a {
		padding: 0 0 25% 0%;
	}
}

@media only screen and (max-width: 517px) {
	.home .content-wrap.clearfix {
		max-width: 406px;
	}
	.row1-wrap.clearfix {
		max-height: 154px;
	}

	div.equip {
		margin-top: -32%;
	}

	.private li ul li.table-purchase a {
		font-size: 75%;
	}
	.row1-wrap.clearfix {
		width: 100%;
		height: 100%;
		max-height: 100%;
		max-width: 100%;
	}
	.row1-wrap .row1-contents,
	.row1-wrap.clearfix a img {
	    display: block;
		max-width: 400px;
		width: 100%;
		height: auto;
		max-height: 100%;
	}
	
	.row1-wrap .row1-contents:first-child,
	.row1-wrap .row1-contents:nth-child(2),
	.row1-wrap .row2-contents:first-child,
	.row1-wrap .row2-contents:nth-child(2) {
		margin-bottom: 6px;
	}
	
	.row2-wrap .row2-contents,
	.row2-wrap.clearfix a img {
	    display: inline-block;
		max-width: 325px;
		width: 100%;
		height: 100%;
		max-height: 395px;
		margin: 0;
		text-align: center;
	    margin-bottom: 4px;
	}
	
	.row2-wrap.clearfix {
		text-align: center;
	    float: none;
	}
	
	.row2-wrap .row2-contents:nth-child(2) {
		margin-left: 0px;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
		font-size: 60px;
		padding-top: 40px;
	}
	
	.row1-wrap .row1-contents:first-child .row1-img-contents {
		top: 20px;
	}
	
	.row1-wrap .row1-contents:nth-child(2) .row1-img-contents {
		right: 20px;
		top: 20px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents {
		top: 95px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2), 
	.row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:first-child {
		font-size: 54px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2) {
		padding-top: 115px;
	}
}

@media only screen and (max-width: 506px) {
	.menu-opener {
		margin-top: -12%;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu li a, 
	.nav-primary.active .genesis-nav-menu .menu-item a {
	    padding: 1em 0 1em 23em !important;
	}
	.home .head-text p {
		font-size: 95%;
	}

	div.equip {
		margin-top: -40%;
	}
	.nav-secondary ul li:first-child {
		float: right;
		width: initial;
		margin-top: 5em;
	}
	div.equip {
		margin-top: -7.2em;
	}
	.nav-secondary ul li a {
		margin: 0;
		padding: 0 14% 0 0;
		width: 50%;
		border-right: 1px dashed rgba(255, 255, 255, 0.5);
		border-left: 0;
	}

	.menu-opener {
		margin-top: -11%;
	}
	.nav-primary.active {
		width: -webkit-calc(750px - 20rem);
	    width: calc(750px - 20rem);
		left: -6em;
	}
	.middle-t {
		width: 100%;
	}

	.private-t, .drop1-in.tab p, .drop5-in.tab p {
		font-size: 70%;
	}
	
	.drop2-in.tab p, .drop3-in.tab p, 
	.drop4-in.tab p, div.table-div ul li.drop5-in ul li:first-child {
		padding: 0 2%;
	}
	.tab ul {
		height: 500px;
	}
	.auto-d p {
		padding: 0;
	}
	
	.nav-secondary ul li:last-child a {
		transform: translateY(-3.5em);
		padding: 0;
	}
	
	.site-footer .wrap {
		overflow: hidden;
	}
	
	body.blog .content .entry, body.author .content .entry {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	
	body.blog .content .entry-header a img, body.author .content .entry-header a img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	
	body.blog .content .entry-header a, body.author .content .entry-header a {
		display: block;
	}
a 
	
}

@media only screen and (max-width: 490px) {
	div.table-div .table li ul li {
		padding: 0 5px;
	}
	.tab ul {
		height: 350px;
	}
}

@media only screen and (max-width: 470px) {
	.home .content-wrap.clearfix {
		max-width: 356px;
	}
	.home .head-text p {
		text-align: center;
		font-size: 82%;
	}
	.mobile-num {
	    display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: baseline;
		width: 100%;
		margin-bottom: 60px;
		margin-top: 60px;
	}
	
	.yelp-icon a img {
		max-width: 160px !important;
	}

	.nav-secondary ul li a {
		font-size: 12px;
	}
	div.equip {
		transform: scale(.82);
		margin-right: 3%;
	}
	.menu-opener {
		margin-top: -3.5em;
	}
	.private li ul li.table-purchase a {
		padding: 5px;
		font-size: 12px;
	}
	div.table-div .table li:nth-child(5) ul li.purc a,
	div.table-div .table li:nth-child(4) ul li.purc a,
	div.table-div .table li:nth-child(3) ul li.purc a, 
	div.table-div .table li:nth-child(2) ul li.purc a,
	div.table-div .table li:first-child ul li.purc a {
		padding: 5px 3px;
		font-size: 68%;
	}
	.private li ul li {
		font-size: 14px;
	}
	.private li ul li {
		padding: 5px;
	}

	.modalDialog > div p {
		font-size: 90%;
	}
	.modalDialog > div h2 p {
		font-size: 25px;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
		font-size: 54px;
		padding-top: 32px;
	}
	
	.press-page .content article.entry {
		width: 70%;
		display: block;
		float: none;
		margin: 5% auto;
	}
}

@media only screen and (max-width: 420px) {
	.nav-secondary ul li a {
		padding-right: 0;
	}
	.site-header .wrap {
		height: 77px;
	}
	.nav-primary.active {
		width: calc(650px - 18rem);
	    left: -7em;
	}
	div.table-div .table li ul li {
		padding: 0 1%;
	}

	div.table-div .table li ul li {
		font-size: 80%;
	}
	.drop2-in.tab p, .drop3-in.tab p, .drop4-in.tab p {
		font-size: 85%;
	}
	.drop1-in.tab p, .drop5-in.tab p {
		height: 105px;
	}
	.drop4-in.tab p {
		line-height: 44px;
	}
	
	div.table-div .table li:first-child ul li:last-child a {
		font-size: 8px;
	}
	
}

@media only screen and (max-width: 413px) {
	.home .content-wrap.clearfix {
		max-width: 280px;
	}
	
	span.next {
		font-size: 25px;
	}

	.private-t, .drop1-in.tab p, .drop5-in.tab p {
		font-size: 60%;
	}
	
	.row1-wrap .row1-contents .row1-img-contents p:nth-child(2) {
		font-size: 35px;
		padding-top: 25px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents {
		top: 60px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2) {
		padding-top: 90px;
	}
	
	.row2-wrap .row2-contents:first-child .row2-img-contents p:nth-child(2), .row2-wrap .row2-contents:nth-child(2) .row2-img-contents p:first-child {
		font-size: 45px;
	}
}

@media only screen and (max-width: 370px) {

	div.login-click, div.icon-wrap {
		display: inline-block;
	}
	div.icon-wrap {
		float: right;
		margin-top: -38px;
	}
	div.login-click {
	    float: right;
		position: relative;
	    left: 20px;
		margin-top: 5px;
	    -o-transform: scale(.8);
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		transform: scale(.8);
	}
	.nav-primary.active {
		margin-top: 0em;
		z-index: 999;
	}
	.nav-primary {
		margin-top: 0;
	}
	.site-header {
		min-height: 110px;
	}
	.menu-opener {
		z-index: 99 !important;
		transform: scale(.43);
	}
	div.icon-login-wrap {
		z-index: 90;
	}

	.private li ul li {
		font-size: 90%;
	}

	.private li ul li {
		padding: 1%px;
		font-size: 12px;
	}
	.private li ul li.table-purchase a {
		font-size: 10px;
	    padding: 5px 3px;
	}
}	


@media only screen and (max-width: 360px) {
	.nav-secondary ul li:last-child {
		float: left;
		text-align: left;
		width: 100%;
	}
	.nav-secondary ul li:last-child a {
		position: relative;
		text-align: left;
	}
	div.equip {
		transform: scale(.82);
		margin-top: -40px;
		float: left;
	}
	.nav-secondary ul li a {
		width: 100%;
		border-right: 0;
	}
	.nav-secondary ul li:first-child {
		float: none;
		width: initial;
		margin-top: 0;
	}
	div.table-div .table li:nth-child(5) ul li.purc a,
	div.table-div .table li:nth-child(4) ul li.purc a, 
	div.table-div .table li:nth-child(3) ul li.purc a, 
	div.table-div .table li:nth-child(2) ul li.purc a, 
	div.table-div .table li:first-child ul li.purc a {
		font-size: 62%;
	}
	.drop2-in.tab p, .drop3-in.tab p, .drop4-in.tab p {
		font-size: 70%;
	}
	.drop1-in.tab p, .drop5-in.tab p {
		height: 95px;
	}
	.drop4-in.tab p {
		line-height: 34px;
	}
	
	.nav-secondary ul li:last-child a {
		display: block;
		min-height: 45px;
	    transform: translateY(0);
		height: auto;
	}
}

@media only screen and (max-width: 322px) {
	div.icon-login-wrap {
		width: 200%;
	    z-index: 20;
	}
	.menu-opener {
        margin-top: -52px;
	}
	.home .content-wrap.clearfix {
		max-width: 280px;
	}
	.home .head-text {
		display: block;
		visibility: visible;
		overflow: hidden;
	}
	div.table-div .table li:nth-child(5) ul li.purc a, 
	div.table-div .table li:nth-child(4) ul li.purc a, 
	div.table-div .table li:nth-child(3) ul li.purc a, 
	div.table-div .table li:nth-child(2) ul li.purc a, 
	div.table-div .table li:first-child ul li.purc a {
		font-size: 8px;
		padding: 5px 2px;
	}
	.drop5-in.tab p {
		font-size: 8px;
		padding: 20% 0;
	}
	div.table-div .table li ul li {
		font-size: 11px;
	}
	.private li ul li {
		padding: 1%px;
		font-size: 12px;
	}
	.private li ul li.table-purchase a {
		font-size: 9px;
	    padding: 5px 3px;
	}

	.modalDialog > div h2 p {
		font-size: 20px;
	}
	span.next {
		font-size: 20px;
		font-weight: 500;
	}
	
	span.fri {
		font-size: 130%;
	}
}


















