/*
Theme Name: Evolved Pilates Theme
Theme URI: http://www.indietech.com.au
Description:
Author: Flor Antara
Author URI: http://www.indietech.com.au
Version: 1
Tags: blue, white, light, one-column, two-columns, flexible-width,

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("css/fonts.css");
html{
	margin-top: 0!important;
	overflow-x:hidden
}
body{
	font-family: 'Brandon Regular';
	overflow-x: hidden;
	color: #404041;
	line-height: 1.5;
	padding-top: 44px;
	width: 100%;
}
img{
	max-width: 100%
}
img.alignleft{
	margin: 10px 10px 10px 0;
}
.container{
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}
.grid{
	max-width: 1020px;
	min-width: intrinsic;
	min-width: 0;
}
.grid.cols{
	max-width: none;
	min-width: 0;
}
.grid-pad{
	padding: 0px;
}

a{
	color:#005CA3;
	text-decoration: none
}

.btn,
.main .gform_wrapper .gform_footer input.button, .main .gform_wrapper .gform_footer input[type=submit]{
	display: inline-block;
	background-color:#005CA3;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	padding: 2px 5px;
	border: 2px solid #005CA3;
	transition:all .15s linear;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
}
.gform_footer input[type=submit]{
	margin: 0px;
}
.btn:hover{
	background: white;
	color: #005CA3;
}
.btn.white{
	background: white;
	color: #005CA3;
}
.btn.white:hover{
	background-color:#005CA3;
	color: white;
}
/*Headings
----------------------------------------------------------*/
h2{
	font-size: 44px;
    font-family: 'Chronicle';
	color:#005CA3;
}
h3{
	font-size: 24px;
    font-family: 'Chronicle';
	color:#005CA3;
	margin-bottom: 20px;
}
h6{
	font-size: 16px;
	color:#005CA3;
}

/*Forms
----------------------------------------------------------*/
input,
textarea,
.main .gform_wrapper input[type=text],
.main .gform_wrapper input[type=email],
.main .gform_wrapper textarea,
.main .gform_wrapper li.gfield_error input, 
.main .gform_wrapper select{
	border: none!important;
	background: white;
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	text-transform: uppercase;
}

.main .gform_wrapper select{
	 background: url(images/arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 98%;
        color: #0060b2;
}

.gform_wrapper .gform_footer{
	margin: 0!important;
	padding: 0!important;
}
input[type='submit']{
	font-size: 14px!important;
}

.main .gform_wrapper select{
	border-radius: 0px;
}

textarea,
.main .gform_wrapper textarea.large{
	min-height: 150px;
	height: auto;
}
.gform_wrapper div.validation_error{
	font-family: 'Brandon Medium'!important;
	color: #005CA3!important;
	font-weight: normal!important;
}
input[type='submit']{
	width: 20%;
	padding: 5px;
	text-align: center;
	font-size: 16px;
    font-family: 'Brandon Light';

}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border: none!important;
	background-color: #005CA3!important;
}
.gform_wrapper .validation_message{
	font-weight: normal!important;
	font-family: 'Brandon Light'!important;
	color: white!important;

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

header.site-header{
	text-align: center;
/* 	border-bottom: 1px solid #bdcdda; */
	position: fixed;
	top:0;
	z-index: 50;
	background: white;
    -webkit-box-shadow: 0 10px 5px #999999;
    -moz-box-shadow: 0 10px 5px #999999;
    box-shadow: 0 1px 5px #999999;
}

header.site-header nav{
	display: inline-block;
}
header.site-header h1{
	width: 46px;
	height: 44px;
	background: url('images/site-logo.svg') no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top:0.7px;
}
header.site-header h1 a{
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
header.site-header .facebook{
	display: inline-block;
	width: 40px;
	height: 24px;
	background: url('images/fb-icon.png') no-repeat center;
	position: absolute;
	right: 35px;
	top:10px;
	cursor: pointer;
}

header.site-header .instagram{
	display: inline-block;
	width: 40px;
	height: 24px;
	background: url('images/ig-icon.png') no-repeat center;
	position: absolute;
	right: 0;
	top:10px;
	cursor: pointer;
}

header.site-header nav #toggle{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	top:0;
	right: 0;
}
header.site-header nav ul li{
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	padding: 13px;
	position: relative;
	margin-top: -1px;
}
header.site-header nav ul > li.current-menu-item{
    font-family: 'Brandon Black';
}
header.site-header nav ul > li.current-menu-item ul li{
	font-family: 'Brandon Medium';
}
header.site-header nav ul li ul{
	display: none;
	width: 165px;
	position: absolute;
	left: 0px;
	top:44px;
	background: rgb(209, 225, 238);
	z-index: 2;
	border-top: 1px solid #005CA3;
}
header.site-header nav ul li ul li{
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #005CA3;
	display: block;
	transition:all .15s linear;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	text-align: left;
	font-family: 'Brandon Regular';
}
header.site-header nav ul li ul li a{
	color: rgb(88, 89, 91);
}
header.site-header nav ul li ul li:hover{
	background: white;
}
.separator{
	display: inline-block;
	width: 100%;
	height: 20px;
	background: url('images/separator.png') no-repeat center;
}

.separator.white{
	background: url('images/separator-white.png') no-repeat center;
}
/*Slider
----------------------------------------------------------*/
.home-slider{
	/* min-height: 650px; */
	background: url('images/evolved-home.jpg') no-repeat center;
/* 	background: #0060b2; */
	background-size: cover;
	text-align: center;
	padding-bottom: 30px;
}
.home-slider img:first-of-type{
	display: inline-block;
	margin: 40px 0 35px 0;
	transition:all .15s linear;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
}
.home-slider h2{
	font-size: 47px;
    font-family: 'Chronicle';
    width: 60%;
    margin: 50px auto;
    line-height: 1.2em;
    color: white;
}
.home-slider h3{
	font-size: 24px;
	font-family: 'Brandon Regular';
	margin: 50px auto 20px auto;
	line-height: 1.5em;
	color: white;
}
.home-slider aside h3{
	font-size: 35px;
    width: 70%;
    margin: 0px auto;
    line-height: 1.6em;
    color: white;
    font-family: 'Brandon Medium';

}
.home-slider aside form{
	font-size: 0;
    font-family: 'Brandon Medium';
}
.home-slider aside form input{
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	width: 410px;
	height: 50px;
    font-family: 'Brandon Medium';
    color: #0060b2;
}
.home-slider aside form br{
	display: none;
}
.home-slider aside form input[type='submit']{
	width: 170px;
	font-size: 20px!important;
	margin-left: 20px;
	background: black;
	color: white;
	text-transform: uppercase;
	text-align: center;
    font-family: 'Brandon Medium';
    letter-spacing: 1px;
}
input::-webkit-input-placeholder {
	color: #0060b2;
}
input:-moz-placeholder {
	color: #0060b2;
}
input::-moz-placeholder {
	color: #0060b2;
}
:-ms-input-placeholder {
	color: #f1592a;
}
.home-slider a {
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 20px;
	border: 2px solid white;
	color: white;
	margin: 20px 0px;
}
.home-slider .scroll-down{
	display: block;
	height: 14px;
	background: url('images/scroll-down.png') no-repeat center;
	margin: 40px 0px 0px;
	cursor: pointer;
}

/*Home Parallax
----------------------------------------------------------*/

.bg-parallax {
	background-color: #E0EBF4;
	background-image: url('images/bg-parallax.svg');
	background-repeat:  no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	width: 100%;
	min-height: 160%;
	top:0;
	left:0;
	z-index: -1;
}
.parallax .container{
	padding: 20px 0px;

}
.parallax h2{
	text-align: center;
	margin-bottom: 20px;
}

.parallax article p{
	width: 70%;
	text-align: center;
	margin: 20px auto 40px;
	font-size: 22px;
}
.parallax article p a,
.parallax section a{
	text-decoration: underline;
}

.parallax section{
	text-align: center;
	font-size: 15px;
}
.parallax section p{
	width: 85%;
	margin: 0 auto;
	font-size: 16px;
}
.parallax section .btn{
	margin-top: 20px;
	text-decoration: none;
}
.hex{
	width: 153px;
	height: 135px;
	margin: 20px auto;
	transition:all .15s linear;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	position: relative;
	cursor: pointer;
}
.hex .hover{
	transition:all .15s linear;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	width: 153px;
	height: 135px;
	position: absolute;
	z-index: 2;
	opacity: 0;
	left: 0px;
}

.hex:hover .hover{
	opacity: 1;
}
.hex .hover:after{
	content: attr(data-title);
	position: absolute;
	top:50px;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
    font-family: 'Chronicle';
	font-size: 20px;
	z-index: 3;
}

.hex [data-title="Mat and Springboard"]:after {
    top: 38px !important;
}


/*Frequently asked questions home
----------------------------------------------------------*/
.faqs{
	background: white
}
.faqs .container{
	padding: 20px 0px;
	text-align: center;

}
.faqs p{
	margin-bottom: 20px;
}
.faqs h2{
	margin-bottom:20px;
}
.faqs .separator{
	margin-bottom: 30px;
}
.faqs{
	position: relative;
}
.faq {
	display: inline-block;
	border: 2px solid #005CA3;
	width: 204px;
	height: 204px;
	margin: 0 0.2% 1% 0.2%;
	background-color: white;
	float: none;
	vertical-align: top;
	padding-right: 0px!important;
}
.faq h3{
	display: table;
	height: 100%;
	cursor: pointer;
	width: 100%;
    font-family: 'Brandon Regular';

}
.faq .faq-info{
	background: #005CA3;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 85%;
	color: white;
	z-index: 10;
	text-align: left;
	padding: 20px;
	height: auto;
	min-height: 640px;
	overflow: auto;
	margin-left: 8%;
}
.faq .faq-info a{
	color: white;
}
.faq .faq-info h3{
	color: white;
    font-family: 'Brandon Medium';
	font-size: 28px;
	margin-left: 20px;
}
.faq .faq-info .content{
	padding: 10px 20px;
	font-size: 15px;
}
.faq .faq-info .close{
	position: absolute;
	right: 10px;
	top:10px;
	padding: 0 5px;
	border: 2px solid white;
	cursor: pointer
}
.faq .faq-info .next-question,
.faq .faq-info .prev-question{
	color: white;
    font-family: 'Brandon Medium';
	font-size: 25px;
	text-align: right;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.faq .faq-info .prev-question{
	right: auto;
	left: 20px;
	text-align: left;
}
.faq .faq-info ul{
	margin-left: 20px;
	margin-top: 20px;
}
.faq .content{
	width: 100%;
	height: 100%
}
.faq h3 span{
	text-align: center;
	font-size: 21px;
	color: #005CA3;
	line-height: 1em;
	padding: 0 10px;
	display:table-cell;
	vertical-align:middle;
}

/*Page
----------------------------------------------------------*/
h1.page-title{
    font-family: 'Chronicle';
    width: 100%;
    text-align: center;
    font-size: 44px;
    padding: 50px 0px 80px;
    background-color: #005CA3;
    color: white;
    z-index: 10;
    background-image: url(images/separator-white.png);
    background-repeat: no-repeat;
    background-position: center 75%;
}
h1.page-title.fixed-title{
	position: fixed;
	padding: 10px 0;
 	background-image: none;
	font-size: 24px;
}
.main{
	padding: 20px 0;
}
.main-content{
	padding-right: 50px;
}
.main-content p{
	line-height: 1.5;
	font-size: 16px;

}
.main-content h3{
	font-size: 28px;
	color: #005CA3;
    font-family: 'Brandon Bold';
	margin: 20px 0 15px 0;
}
.main-content h4{
	font-size: 18px;
	color: #005CA3;
    font-family: 'Brandon Medium';
	margin: 20px 0 5px 0;
}
.content .flexslider{
	border-color: transparent!important;
	box-shadow: none!important;
}
.flexslider.testimonials{
	margin: 0px 5px 0px 0;
	padding: 0px 0px;
	border-left: 3px solid #005CA3;
	border-radius: 0;
}
.main .flexslider ul{
	margin: 0;
}
.main .flexslider ul li {
	font-size: 25px;
}
.main .flexslider ul li:before{
	display: none;
}
.flexslider li blockquote{
	width: 100%;
	word-break: break-word;
	padding: 0 4px;
	margin-bottom: 10px;
}
.flexslider li blockquote:before{
	content: '“';
}

.flexslider li blockquote:after{
content: '”';
}
.flexslider li{
    font-family: 'Chronicle';
	font-size: 25px;
	line-height: 1.2em;
	color: #005CA3;
	padding-right: 0px;
}
.flexslider .overlay{
	position: absolute;
	height: 100%;
	width: 100px;
	background: white;
	top:0;
}
.flexslider .overlay.left{
	left: -50%;
}
.flexslider .overlay.right{
	right: -60%;
}
.flexslider li span{
    font-family: 'Brandon Regular';
	font-size: 15px;
	line-height: 1,2em;
	color: #005CA3;
	text-transform: uppercase;
	display: inline-block;
	width: 80%;
	text-align: right;
}
.sidebar-right{
	margin-top: 30px;
}
.sidebar-right aside{
	border-left: 3px solid #005CA3;
	padding-left: 20px;
}
aside h3{
	font-family: 'Chronicle';
	font-size: 25px;
	line-height: 1.2em;
	color: #005CA3;
	position: relative;
	top:-5px;
}


.sidebar-right aside img{
	width: 80%;
	height: auto;
	display: inline-block;
	margin-left: 5%;
	line-height: 1em;
}
.sidebar-right aside h5,
.sidebar-right aside  h5{
	font-family: 'Brandon Bold';
	font-size: 15px;
	text-align: right;
	padding-right: 40px;
	color: #005CA3;
	text-transform: uppercase
}
.sidebar-right aside  span{
	display: block;
	font-family: 'Brandon Regular';
	font-size: 15px;
	text-align: right;
	padding-right: 40px;
	color: #005CA3;
	width: 80%;
	text-transform: uppercase;
	float: right;
	line-height: 1.4em;
}

.sidebar-right aside{
	overflow: hidden
}

.sidebar-right aside h4{
	color:#005CA3;
    font-family: 'Brandon Medium';
    font-size: 16px;
	text-transform: none;
	text-align: left;
}
.sidebar-right .btn{
	float: left;
	clear: both;
	margin-bottom: 5px;

}
.main ul {
	margin: 10px 0 20px 15px;
	list-style: none;
}
.main ul li{
	position: relative;
    font-size: 16px;
}
.main ul li:before{
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	top:5px;
	left: -15px;
	border-radius: 50%;
	background-color:#005CA3;
}
#classes article{
	overflow: hidden;
	border-bottom: 3px solid #d9e7f1;
	padding-bottom: 40px;
}
.meta{
	font-size: 12px;
	font-style: italic;
}
.page-template-page-classes-php article{
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #d9e7f1;
	padding-bottom: 40px;
}
.page-template-page-classes-php article:last-child{
	border-bottom: none;
}
.page-template-page-classes-php  a.mobile-banner{
	display: none
}
#classes article:last-of-type{
	border-bottom: none
}
article .body-post{
	font-size: 14px;
}
article .read-more{
	display: inline-block;
	margin-top: 20px;
	text-decoration: underline
}
.page-template-page-blog-php article{
	overflow: hidden;
	border-bottom: 3px solid #d9e7f1;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
ol{
	margin: 20px;
	padding-left: 25px;
	counter-reset: item;
	list-style: none
}
ol li{
	color: #005CA3;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	padding-left: 5px
}
ol li a{
	text-decoration: underline;
}
ol li:before{
	content: counter(item) "";
	counter-increment: item;
	display: inline-block;
	background: url("images/list-counter.png") no-repeat left center;
	position: absolute;
	width: 38px;
	height: 34px;
	top:3px;
	left: -45px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 6px;
}
/*Different Page's Layouts
----------------------------------------------------------*/

.page-template-page-green-php h1.page-title{
	background-color: #1E9F91;
}
.page-template-page-green-php .main .container{
	max-width: 600px;
	text-align: center;
	color: #1E9F91;
	font-size: 16px;
}
.page-template-page-green-php .main .container p{
	width: 90%;
	margin: 20px auto;
}
.page-template-page-green-php .main{
	background: url('images/green-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 50px 0;
}
.page-template-page-green-php h2,.page-template-page-green-php h3{
	color: #1E9F91;
	font-size: 44px;
    font-family: 'Brandon Regular';
    letter-spacing: -1px;
	line-height: 1em;
}
.page-template-page-green-php h2{
	    font-family: 'Brandon Medium';
}
.page-template-page-green-php h3{
	margin-bottom: 40px;
}

.page-template-page-contact-php .main{
	background: #C2D7E8;
}
.page-template-page-contact-php .gform_wrapper .top_label .gfield_label{
	display: none
}
.gform_wrapper .top_label .gfield_error{
	width: 99%!important;
}

/*Map
----------------------------------------------------------*/

.map {
    text-align: center;
    padding-top: 20px;
    position: relative;
}

#map {
    width: 100%;
    height: 390px;
    overflow: hidden;
    /* 	border-radius: 50%; */
    position: relative;
    display: inline-block;
    /* 	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.7); */
    background: url('images/mapa.png') right center;
    background-size: contain;
    background-repeat: no-repeat
}

.map a + p {
    font-family: "Brandon Medium";
    text-align: right;
    padding-right: 14%;
}

#directions {
    width: 100%;
    height: 390px;
    overflow: hidden;
    background: url('images/rollover.png') right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    z-index: 2;
    left: 0;
    display: none;
}

/*Prices Popup
----------------------------------------------------------*/
.prices-popup{
	background: rgba(0,93,163,0.93);
	/* position: absolute; */
	position:relative;
	top: 15px;
	left: 0px;
	width: 100%;
	color: white;
	z-index: 10;
	text-align: left;
	padding: 20px;
	min-height: 400px;
	display: none;
}
.prices-popup a{
	color: white;
}
.getting-started-header{
	font-size: 32px;
	line-height: 1.125em;
}
.getting-started-steps li{
	margin-bottom: 30px;
}
.getting-started-steps li:nth-child(2){
	margin-bottom: 45px;
}
.prices-popup table{
	width:98% !important;
	padding: 20px;
	-webkit-backface-visibility:visible;
	font-size: 16px;
	overflow:hidden;

}
.prices-popup table tr{
	overflow:hidden;
	border-bottom: 1px solid white!important;
}
.prices-popup table tr td{
	padding: 10px 0;
	vertical-align: bottom;
}
.prices-popup h3{
	color: white;
    font-family: 'Brandon Medium';
	font-size: 28px;
	margin-left: 20px;
	width: 95%;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.prices-popup h5{
	color: white;
    font-family: 'Brandon Medium';
	font-size: 20px;
	margin-left: 0px;
	margin-bottom: -20px;
}

.prices-popup .close{
	position: absolute;
	right: 10px;
	top:10px;
	padding: 0 5px;
	border: 2px solid white;
	cursor: pointer
}

/*Contact Form Thanks Popup
----------------------------------------------------------*/
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 51;
	top:0px;
	left: 0px;
}
.popup-thanks{
	background: rgba(0,93,163,0.93);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	color: white;
	z-index: 52;
	text-align: left;
	padding: 20px;
	min-height: 400px;
	margin-left: -40%;
	margin-top: -200px;

}

.popup-thanks h3{
	color: white;
	font-size: 67px;
	margin:90px auto 20px;
	width: 50%;
	text-align: center;
    font-family: 'Chronicle';
    line-height: 1em;
}

.popup-thanks p{
	color: white;
    font-family: 'Brandon Regular';
	font-size: 36px;
	width: 70%;
	text-align: center;
	margin: 30px auto 90px;
    line-height: 1em;
}

.popup-thanks .close{
	position: absolute;
	right: 10px;
	top:10px;
	padding: 0 5px;
	border: 2px solid white;
	cursor: pointer
}

/* Team Member
----------------------------------------------------------*/
#modal-backdrop{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 60;
	background: rgba(0, 0, 0, 0.65);
}

.member-modal {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	top: 0;
	z-index: 60;
	background: rgba(0, 0, 0, 0.65);
}

.member-modal .container {
	top: 25%;
}

#meet-the-team {
	position: relative;
}

#meet-the-team > h3{
	margin-bottom: 35px;
}

.team-member{
	text-align: center;
}

.team-member:nth-child(3n + 1) {
	clear: both;
}

.team-member h3{
	font-family: 'Chronicle';
	font-size: 22px;
}

.member-info{
	background: #005CA3;
	position: relative;
	top: 0;
	left: 0px;
	width: 90%;
	color: white;
	z-index: 65;
	text-align: left;
	padding: 20px;
	padding-top: 40px;
	height: auto;
	min-height: 500px;
	overflow: auto;
	margin-left: 4%;
	margin-right: 4%;
}

.member-info a{
	color: white;
}
.member-info h3{
	color: white;
    font-family: 'Brandon Bold';
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.member-info .content{
	padding: 10px 20px;
	font-size: 15px;
	padding-top: 0px;
}
.member-info .close{
	position: absolute;
	right: 10px;
	top:10px;
	padding: 0 5px;
	border: 2px solid white;
	cursor: pointer
}
.member-info .next-question,
.member-info .prev-question{
	color: white;
    font-family: 'Brandon Medium';
	font-size: 25px;
	text-align: right;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.member-info .prev-question{
	right: auto;
	left: 20px;
	text-align: left;
}
.member-info ul{
	margin-left: 20px;
	margin-top: 20px;
}
.team-member .content{
	width: 100%;
	height: 100%
}
.team-member h3 span{
	text-align: center;
	font-size: 21px;
	color: #005CA3;
	line-height: 1em;
	padding: 0 10px;
	display:table-cell;
	vertical-align:middle;
}


@media screen and (max-width: 480px) {
	.member-modal .container {
		top: 0;
	}
	
	.member-info {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
}

/*Footer
----------------------------------------------------------*/
.logo-footer{
	width: 100%;
	padding-top: 100px;
	display: block;
	background: url('images/logo.svg') no-repeat center white;
}
footer aside{
	background: #E0E1E2;
	position: relative;
	padding-bottom: 20px
}
footer aside:before{
	content: "";
	width: 100%;
	height: 19px;
	background: url('images/separator-black.png') no-repeat center;
	position: absolute;
	top:-10px;
}
footer .follow-us{
	height: 50px;
	width: 100px;
	display: inline-block;
	background: url('images/follow-us.svg') no-repeat center;
	background-size: 80px;
}

footer .follow-us-ig{
	height: 50px;
	width: 100px;
	display: inline-block;
	background: url('images/follow-us-ig.png') no-repeat center;
	background-size: 80px;
}

footer p{
	text-align: center;
}
footer p, footer p a{
	color: rgb(146,148,151);
}
footer p a{
	text-decoration: underline;
}
footer p:last-of-type{
	font-size: 0.85em;
	padding: 5px;
}
footer strong{
	font-weight: normal;
    font-family: 'Brandon Bold';
}

/* Home section: Classes */

section.homeclasses { text-align: center; background: white; padding:20px 0px 40px; }
section.homeclasses h3 { font-family:inherit; font-size:28px; }
section.homeclasses article > p { font-size:20px; padding-bottom:35px; }
section.homeclasses div { font-size:20px; padding:0px 30px; }
section.homeclasses i.fa { margin-right: 15px; color: #005CA3; font-size: 23px; } 
section.homeclasses .col-1-3 span { margin: 0px 0px 0px 0px; }  
section.homeclasses div.additionals { padding-top:60px; color: #005CA3; }
section.homeclasses div.additionals div { padding:2px 0px; font-size:22px; }
section.homeclasses a.btn { padding:5px 10px; font-size:13px; margin-top:30px; }

/* Addition Instagram to Site */

footer div.container { text-align:center; }

ul#instagram li { width:16.6667%; display:inline-block; margin:0px; padding:0px; line-height:0px; overflow: hidden; margin-bottom: -10px; }
ul#instagram li a { margin:0px; padding:0px; display:block; line-height:0px; overflow: hidden;}
ul#instagram li a img { margin:0px; padding:0px; line-height:0px; overflow: hidden; }

#menu-item-499 {background-color: #005ca3;}
#menu-item-499 a {color: #fff; font-size: 12px;}

.team-member-icon {
	cursor: pointer;
}

article.massage-classes {
	position: relative;
    overflow: hidden;
    border-bottom: 3px solid #d9e7f1;
    padding-bottom: 40px;
}

.theevolvedpilatesphilosophy {
	background-color: white;
}

/** New Additions on 16/10/2017 **/
.offers-section {
	
}

.offers-section .offers-heading {
	color: #005CA3;
	font-family: 'Brandon Regular';
	font-size: 28px;
	margin: 1.5em 0 0.75em;
            border-bottom: 1px solid #d9e7f1;
}

.promoted-offer {
	background-color: #005CA3;
	color: white;
	padding: 10px;
}

.promoted-offer .offer-content {
	border: 1px solid white;
	padding: 25px 20px;
}

.promoted-offer .offer-details {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px;
	position: relative;
}

.promoted-offer .offer-details::before {
	content: '';
	width: 22px;
	height: 19px;
	display: block;
	background-image: url('images/separator-white.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 9px;
}

.promoted-offer .offer-details h2 {
	font-family: 'Brandon Regular';
	color: white;
	font-weight: normal;
	font-size: 26px;
}

.promoted-offer .offer-pricing {
	width: 22%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: middle;
}

.promoted-offer .offer-price {
	font-family: 'Brandon Bold';
	font-size: 34px;
	display: block;
	margin-bottom: 4px;
	text-align: center;
}

.promoted-offer .offer-pricing .healcode-pricing-option-text-link, .promoted-offer .offer-pricing .btn {
	border: 1px solid white;
	padding: 5px 12px;
	font-family: 'Brandon Bold';
	font-size: 16px;
	background-color: white;
	color: #005CA3;
	display: block;
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.offers-table {
	margin-top: -20px;
   
}

.offers-row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9e7f1;
	line-height: 1;
	white-space: nowrap;
}

.offers-row:last-child {
	border-bottom: 0px;
}

.offers-row .offers-title {
	width: 65%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.offers-row .offers-price {
	font-size: 24px;
	font-family: 'Brandon Bold';
	color: #005CA3;
}

.offers-row .offers-price {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.offers-row .offers-button {
	width: 19%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.offers-row .offers-button a {
	padding: 12px;
	font-family: 'Brandon Bold';
	font-size: 15px;
	background-color: #005CA3;
	text-transform: uppercase;
	color: white;
	display: block;
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width: 640px) {
	.offers-row .offers-title {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.offers-row .offers-price, 
	.offers-row .offers-button {
		width: auto;
		margin-right: 10px;
	}
}


/** Menu Style **/
.menu-item-type-gs_sim {
	padding: 0 !important;
}

.healcode-login-register-text-link {
	padding: 13px;
	border: 1px solid #005CA3;
	background-color: #005CA3;
	color: white;
}

@media (max-width: 800px) {
	.menu-item-type-gs_sim {
		padding: 20px !important;
	}
}
