/*
Theme Name: Custom Thirteen Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for loosely based on Twenty Thirteen
Version: 1.0.3
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
.archive-title,
.page-title {
	font-size: 15px;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	font-size:inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	padding:10px 20px 40px;
}
.site-content nav a {
	background-color:#E8E8E8;
	border-radius:3px;
	padding:5px 10px;
	text-decoration:none;
	
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Quicksand',Helvetica, Arial, sans-serif;
	font-weight:400;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
a:focus {
	color: #0f3647;
}
strong {
	font-weight:bold;
	font-weight:700;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
	border-top: 5px solid #3CB6E3;
	background-color:#FFF;
}
.site-content {
	margin: 0;
}
.widget-area {
	margin: 24px 0 0;
}

/* Header 
---------------------------------*/
.site-header {
	padding: 10px 0 0px;
	position:relative;
	height:125px;
	}
.site-header h1{
	text-align: left;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top:18px;
	margin-left:25px;
}
.site-header h1 a{
	text-decoration: none;
	
}
.site-header h1 img {
	height:auto;
	vertical-align:middle;
	max-width:300px;
}
.site-header .site-title {
	float:left;
}
.h-extras {
	float:right;
	height:30px;
	margin-bottom:10px;
}
.search-form {
	float:left;
	margin-right:5px;
	vertical-align:top;
}
.search-field {
	background : #F1F2F2;
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  border:none;
  padding:4px 5px 4px 10px;
  font-size:13px;
  font-weight:700;
  letter-spacing:-0.05em;
}
.search-submit {
	display:none;
}
.facts-btn {
	background-color:#3CB6E3;
  background-image: -webkit-linear-gradient(top, #3CB6E3, #3b8cbf);
  background-image: -moz-linear-gradient(top, #3CB6E3, #3b8cbf);
  background-image: -ms-linear-gradient(top, #3CB6E3, #3b8cbf);
  background-image: -o-linear-gradient(top, #3CB6E3, #3b8cbf);
  background-image: linear-gradient(to bottom, #3CB6E3, #3b8cbf);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 15px;
  text-decoration: none;
  float:left;
  height:25px;
  line-height:25px;
  font-weight:700;
  	letter-spacing:-0.075em;
	white-space:nowrap;
	margin-left:3px;
}
.book-btn {
	position: relative;
	padding-left: 40px;
	margin-left: 10px;
}
.book-btn span {
	position: absolute;
	background-color: #33b5e5;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 20px;
	top: -5px;
	left: -5px;
}
.social-btn {
    line-height: 26px;
    color:#3CB6E3; 
    font-size: 20px;
    margin-left: 5px;
}
.social-btn.fb {
    margin-left: 10px;
}
@media screen and (max-width: 620px) {
	.site-header h1 {
		margin-left:20px;
		line-height:60px;
	}
	.h-extras {
		display:none;
	}
}
@media screen and (max-width: 400px) {
	.site-header h1 img {
		width:75%;
	}
}


.subheader,
.home-banner {
	clear:both;
	background-color:#3CB6E3;
	min-height:30px;
	text-align:right;
	
}
.subheader:after {
	clear:both;
}
.hero-photo {
	float:right;
	width:65.517%;
	/*-34.483*/
}
.subheader .slogan {
	padding-top:30px;
	padding-left:30px;
	padding-bottom:30px;
	color:#FFF;
	float:left;
	text-align:left;
	font-size:23px;
	font-weight:bold;
	letter-spacing:-0.025em;
	line-height:normal;
}
.subheader img {
	width:100%;
	height:auto;
	display:block;
}
.home-banner img {
	width:100%;
	height:auto;
	display:block;
}
/* Navigation Menu */
.main-navigation {
	top:55px;
	text-align: left;
	position: absolute;
    right: 0;
	left:0;
	width:100%;
	z-index: 900;
}
.menu-toggle {
	float:right;
	margin-right:20px;
	display: inline-block;
	border-radius:3px;
	background-color:#FFF;
	padding:3px;
	margin-top:-3px;
}
.menu-toggle.toggled-on {
	background-color:#F1F1F1;
	
}
.main-navigation li {
	margin: 0px;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing:0.05em;
}
.main-navigation  a {
	color: #FFF;
	text-decoration:none;
	background-image:url(images/step-bg-mini.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:5px 15px;
	font-size:21px;
	display:block;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:-0.05em;
}
.main-navigation a:hover {
	color: #005192;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on {
	display:block;
	z-index:900;
	background-color:#3CB6E3;
}

.menu-main-menu-container {
	margin-top:47px;
}
.main-navigation li.menu-item-has-children {
	background-image:url(images/nav-arrow.png);
	background-position:right 17px;
	background-repeat:no-repeat;
}
.main-navigation ul.sub-menu {
	display:none;
	background-color:#FFF;
}
.main-navigation ul.sub-menu li a{
	background-color:#FFF;
	background-image:none;
	border-bottom:1px solid #3CB6E3;
	font-size:18px;
	color:#000000;
	padding:5px 20px;
	text-transform:none;
}
.main-navigation li.menu-item-has-children:hover {
	background-image:url(images/nav-arrow-down.png);
}
.main-navigation ul.sub-menu li a:hover {
	color:#005192;
}
.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 15px;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
}
.widget-area .widget p {
	margin-bottom: 24px;
	
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.clearfix {
	clear:both;
}
/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 11px;
	line-height: 2;
	max-width: 968px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	background-color:#3CB6E3;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	color:#FFF;
	}
.site-info .widget {
	color:#FFF;
	margin:0 0 10px;
}
.site-info a,
.site-info .widget a {
	color:#FFF;
	text-decoration:none;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header,
.archive-header,
.page-header {
	margin-bottom: 0px;
	background-color:#E2F4FB;
	padding:30px 10% 15px 34.483%;
	letter-spacing:-0.05em;
}


.full-width .entry-content,
.entry-summary {
	background-color:#FFF;
	padding:25px 10% 15px 34.483%;
	/*letter-spacing:-0.05em;*/
}

.home .entry-header {
	padding:0;
}
.home .entry-content {
	background-color:transparent;
	padding:0;
}


.entry-header img.wp-post-image {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	color:#3CB6E3;
	letter-spacing:-0.075em;
}
.entry-header .entry-title a {
	text-decoration: none;
	font-size:24px;
	color:#3CB6E3;
}
.entry-header p{
	margin: 12px 0;
	line-height:1.5;
	color:#005192;
	font-size:18px;
}
.entry-date {
	font-size:12px;
	margin:6px 0 3px;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}

.entry-content,
.entry-summary,
.mu_register {
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	color:#3CB6E3;
	letter-spacing:-0.05em;
}
.entry-content:after {
	clear:both;
	content:'';
	display:table;
}

.entry-content h1 {
	font-size: 30px;
	line-height: normal;
}
.entry-content h2 {
	font-size: 22px;
	line-height: normal;
}
.entry-content h3 {
	font-size: 16px;
}
.entry-content h4{
	font-size: 16px;
	color:#000;
}
.entry-content h5 {
	font-size: 13px;
}
.entry-content h6 {
	font-size: 12px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ul li {
	list-style:none;
	line-height:normal;
	margin-bottom:5px;
	margin-left:25px;

}
.entry-content ul li:before {
      /* For a round bullet */
    content:'\2022';
    color: #3cb6e3;
	display: block;
	font-size: 23px;
	left: -24px;
	max-height: 0;
	max-width: 0;
	position: relative;
	top: -5px;
	letter-spacing:normal;
}

.entry-content ul.split-list {
	width:47%;
	float:left;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.mu_register li {
	margin: 0 0 0 36px;
	line-height: 1.5;
}
.entry-content blockquote {
	margin-bottom: 20px;
	padding: 20px;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #C4E9F7;
	line-height: normal;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td {
	border-top: 1px solid #C4E9F7;
	padding: 6px 10px 6px 0;
}
.entry-content td h2,
.entry-content td h3,
.entry-content td h4,
.entry-content td h5 {
	margin:5px 0 0;
}
.entry-content table h5 {

}
.site-content article {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.site-content article.page {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.clearfix {
	clear:both;
}
.clearall:after {
  content: "";
  display: table;
  clear: both;
}
/* =Home 
-------------------------------------------------------------- */
.home #main {
	background-color: #3CB6E3;
	
}
.home .entry-content {
	position:relative;
	padding:0;
}
.home .site-content {
	margin:0;
}
#box-slogan {
	position:relative;
	margin-top:45px;
	left:30px;
	color:#FFF;
	/*z-index:999;*/
	font-size:23px;
	line-height:normal;
	font-weight:bold;
    float:left;
}
#box-promo,
#box-stepromo {
 padding:0;
 background-color:#1b83bd;
 color:#FFF !important;
 font-size:19px;
 min-height:300px;
 overflow:hidden;
 border-top:5px solid #FFF;
    position: relative;
}
#box-promo {
    padding-left: 41.5%;
    padding-right: 5%;
}
#box-promo:before {
   content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    background-image: url("images/pilates-promo.jpg");
    background-size: cover;
}
#box-stepromo img {
 margin:0 18px 0 0;
max-width:386px;
}
#box-stepromo h3,
#box-promo h3 {
 font-size:45px;
 color:#FFF;
 clear:none;
 margin: 20px 5px 15px;
letter-spacing:1px;
}
#box-stepromo h4 .big{
 font-size:45px;
}
#box-promo h4,
#box-stepromo h4 {
    font-size:22px;
    color:#FFF;
    margin: 5px 5px 15px;
    clear:none;
    letter-spacing:0.75px;
    line-height: normal;
}
#box-promo p,
#box-stepromo p {
    margin-bottom:5px;
    font-size: 15px;
}
#box-stepromo a,
#box-promo p a,
.blue-btn{
     color:#FFF;
     background-color:#33b5e5;
     display:inline-block;
     padding:5px 10px;
     border-radius:5px;
     text-decoration:none;
     margin: 5px 5px 15px;
}
#box-promo p a {
    font-size: 19px;
    font-weight: bold;
}
a.blue-btn{
 color:#FFF !important;
	font-weight: bold;
}

#box-promo p a:hover,
#box-stepromo a:hover,
.blue-btn:hover{
	background-color: #199AC9;	
}

#box-promo .socials {
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 16px;
     color:#FFF !important;
}
#box-promo .socials a {
    color: #FFF;
}
#box-promo .socials i {
    margin-left: 3px;
    font-size: 20px;
}
@media screen and (max-width:800px){
     #box-stepromo img {
           width:42%;
            height:auto;	
     }
    #box-promo {
        padding-left: 3%;
        padding-right: 5%;
    }
    #box-promo:before {
        background-image: none;
        width: 0;
    }
}
@media screen and (max-width:520px){
    #box-promo .socials {
        position: relative;
        left: auto; right: auto;
        bottom: auto;
    }
    #box-promo h3 {
        font-size:32px;
        line-height: normal;
    } 
    #box-promo h4 {
        font-size:18px;
    }
}
@media screen and (max-width:400px){
    #box-stepromo img {
        max-width:100%;
        width:100%;
        float:none;
        margin:0 0 10px;
    }
    #box-stepromo h3 {
        font-size:32px;
    }
    
    #box-stepromo h4,
    #box-stepromo h4 span {
        font-size:26px;
    }
}
/*Step Boxes */
.stepbox {
	color:#FFF;
	font-size:25px;
	line-height:normal;
	position:relative;
}
.entry-content .stepbox h1 {
	font-weight : bold;
  	font-size : 29px;
  	color : #11B5E9;
	background-color:#FFF;
	padding:5px 15px;
	border-radius:25px;
	margin-bottom:10px;
	display:inline;
}
.entry-content .stepbox .txt h2 {
	font-weight : bold;
  	font-size : 40px;
	margin-bottom:10px;
}
.entry-content .stepbox .txt h3 {
	font-weight : bold;
  	font-size : 23px;
	color:#FFF;
	line-height:normal;
}

.stepbox .txt h3 {
	width:44%;
	clear:both;
	float:left;
	padding-right:1%;
	
}
.stepbox p {
	clear:left;
	line-height:normal;
}
.stepbox a {
	background-color:#2484BB;
	border-radius:5px;
	padding:5px 10px;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	clear:right;
	letter-spacing:0;
}
.stepbox a:visited {
	color: #FFF;
}
.stepbox a:hover {
	background-color: #1E709F;
}
.stepbox .txt ul {
	width:50%;
	float:right;
	margin:0;
	padding:0;
}
.stepbox .txt li {
	border-bottom:1px solid #FFF;
	list-style:none;
	font-size:17px;
	line-height:21px;
	padding:5px 0px;
	margin:0;
}
#stepbox-2 .txt ul li {
	max-width:250px;
}
.step-arrow {
	position:absolute;
	bottom:20px;
	left:70px;
	background-image:url(images/step-arrow.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	width:135px;
	padding-top:25px;
	line-height:30px;
	padding-bottom:25px;
	font-size:23px !important;
	font-weight:bold;
	color:#FFF;
}


/*Box 1 */
#stepbox-1 {
	background-image:url(images/home-step-1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:45px 20px 20px;
	padding-bottom:100px;
	min-height:640px;
	
}
#stepbox-1 h1 {
    margin-bottom: 0px;
	margin-top: 0px;
    left: -75%;
    position: relative;
    top: 85px;
}
#stepbox-1 h2 {
	margin-top:-15px;
	color:#FFF;
}

#stepbox-1 .step-arrow {
	background-image:url(images/step-arrow-down.png);
	padding-top:15px;
	line-height:30px;
	padding-bottom:35px;
	color:#FFF;
	 margin-left: 25px;
}
#stepbox-1 .txt {
	float:right;
	width:48%;
	margin-right:10%;
	letter-spacing: -0.04em;
}

/*Box 2 */

#stepbox-2 {
	background-image:url(images/home-step-2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:40px 20px 20px 70px;
	min-height:580px;
}
#stepbox-2 h2 {
	margin-top:20px;
	color:#FFF;
	margin-left:20px;
}
#stepbox-2 h3,
#stepbox-2 p {
	margin-left:20px;
}

#stepbox-2 .label {
	width:30%;
	padding-top:20px;
}
#stepbox-2 .txt {
	width:75%;
	margin-left:15px;
}
#stepbox-2 .step-arrow {
	left:80px;
	color:#FFF;
	margin-left: 25px;
}

@media screen and (max-width: 800px) {
	#stepbox-1 .label {
		margin-left:0;
	}
	
	#stepbox-1  .txt h3 {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	#stepbox-1  .txt ul {
		float: none;
		width: 100%;
		margin-bottom:15px;
	}
	.step-arrow {
		left:30px;
	}
	#stepbox-2 .step-arrow {
		left: 40px;
	}
	#stepbox-2 {
		padding-left:30px;
	}
}
@media screen and (max-width: 650px) {
	#stepbox-1,
	#stepbox-2 {
		background-image:url(images/step-bg-mini.png);
		background-repeat:repeat-x;
		padding-bottom:20px;
		min-height:400px;
	}
	#box-slogan {
		position:relative;
		left:20px;
		top:0px;
		margin-bottom:10px;
		width:80%;
	}
	#stepbox-1 .txt {
		float: none;
		margin-right: 0%;
		width: 100%;
		padding-top:10px;
		padding-bottom:40px;
	}
	#stepbox-1 h1 {
		margin-bottom: 20px;
		left: 0;
		position: relative;
		top: 0;
	}
	#stepbox-1 h2 {
		margin-top:20px;
	}
	
	#stepbox-2 .txt {
		margin-left: 0px;
		width: auto;
		padding-bottom:40px;
	}
	#stepbox-2 .label {
		width: 100%;
	}
	#stepbox-2  .txt h3 {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	#stepbox-2  .txt ul {
		float: none;
		width: 100%;
		margin-bottom:15px;
	}
	#stepbox-1 .step-arrow,
	#stepbox-2 .step-arrow {
		left:auto;
		right:20px;
		bottom:0;
		
	}
}
/* Staff Page*/

#post-14 h3,
#post-14 h2 {
	border-top:1px solid #3cb6e3;
	border-bottom:1px solid #3cb6e3;
	padding:5px 0;
	line-height:normal;
	margin-top:10px;
}
#post-14 h2 em,
#post-14 h3 em {
	display:block;
	float:right;
	color:#333;
	font-size:14px;
	padding-top:5px;
	font-style:normal;
}
@media screen and (max-width: 600px) {
	#post-14 h3 em,
	#post-14 h2 em {
		float:none;
	}
}
/* Pilates Step */
.pilates-step {
	background-image:url(images/step-bg-line.png);
	background-repeat:repeat-y;
	margin-left:-160px;
	/*display:table-row;*/
}
.pilates-step .label {
	background-image:url(images/step-arrow-down-blue.png);
	background-repeat:no-repeat;	
	width:160px;
	display:table-cell;
	text-align:center;
}
.pilates-step.end .label {
	background-image:url(images/step-end-blue.png);
	background-color:#FFF;
}
.pilates-step .label h3 {
	font-size:23px;
	padding-right:30px;
	padding-top:10px;
}

.pilates-step .txt {
	display:table-cell;
	
}
@media screen and (max-width: 800px) {
	.pilates-step {
		margin-left:0;
	}
}
@media screen and (max-width: 650px) {
	.pilates-step {
		background-image:none;
	}
	.pilates-step .label,
	.pilates-step.end .label {
		display:block;
		width:auto;	
		background-image:none;
		padding:0;	
	}
	.pilates-step .label h3 {
		padding:0;
		text-align:left;
		border-bottom:2px solid #3cb6e3;
		text-transform:uppercase;
		font-size:15px;
		padding-bottom:2px;
	}
	.pilates-step .txt {
		display:block;
	}
}
/* Facts page */

#post-38 h2 {
	border-top:1px solid #3cb6e3;
	padding-left: 30px;
    padding-top: 15px;
    text-indent: -30px;
}
#post-38 h2.first {
	border-top:none;
	padding-top:0px;
}
#post-38 blockquote {
	
}
/* Contact Page*/
.page-id-36 .sub-header {
	font-size:16px;
	float:left;
	width:50%;
	margin-left:-56%;
	color:#000;
}
.page-id-36 .entry-header .sub-header p {	
	font-size:16px;
	color:#000;
}

span.label {
	color: #3cb6e3;
	text-transform:uppercase;
	font-size:13px;
	width:75px;
	display:inline-block;
	font-weight:700;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea	{
	font-size:14px;
	border:none;
	-webkit-appearance:none;
	outline:none;
	width:100%;
	font-weight:700;
	letter-spacing:-0.05em;
}

input.wpcf7-submit {
	float:right;
	background-color:#3cb6e3;
	background-image:none;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	width:auto;
	margin-right:-12px;
	padding-left:20px;
	padding-right:20px;
}
input.wpcf7-submit:hover {
	background-color:#005192;
	background-image:none;
	color:#FFF;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 5px 10px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
	background-color:#f7e700;
	font-weight: bold;
	font-style: italic;
	margin-right:-12px;
}
div.wpcf7-mail-sent-ok {
	border: none;
	background-color: #FFF;
	color: #13a752;
	font-weight: bold;
	font-style: italic;
	margin-right:-12px;
	text-align:center;
}
/*Other contact forms*/
.wpcf7 {
	background-color: #e2f4fb;
}
.post-185 .wpcf7 {
	padding:10px 5px;
}
.post-185 .wpcf7 input, .post-185 .wpcf7 select {
	width:95%;
}
.post-185 .wpcf7 textarea {
	margin-right:10px;
}
/* Client Reg Form*/
.client-registration .entry-header,
.client-registration .entry-content{
	padding-left: 30px;
	padding-right: 30px;
}
.client-registration .entry-title {
    letter-spacing: 0;
}
.client-registration .wpcf7 {
	padding:5px;
	background-color: #FFF;
	line-height: normal;
}
.client-registration .row {
	clear: both;
	padding-top: 15px;
}
.client-registration .entry-content p {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.client-registration .entry-content .row:after,
.client-registration .entry-content p:after {
	clear: both;
	display: block;
	content: '';
}
.client-registration .wpcf7-text {
	border-bottom: 2px solid rgba(226,244,251,1);
	border-radius: 0;
	float: left;
	background-color: rgba(226,244,251,0.20);
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}
.client-registration .wpcf7 label {
	margin-bottom: 2px;
	line-height: 28px;
	display: block;
}
.client-registration .wpcf7 ul {
	margin-top: 30px;
}
.client-registration .w {
	display: block;
	float: left;
	margin-right: 1%;
}
.client-registration .colA {
	width: 18%;
}
.client-registration .colAB {
	width: 49%;
}
.client-registration .colB {
	width: 30%;
}
.client-registration .colC {
	width: 30%;
}
.client-registration .colD {
	width: 19%;
	margin-right: 0;
}
.client-registration .q {
	float: left;
	clear: both;
	padding-right: 10px;
}
.client-howwho {
	clear: both;
	padding-top: 5px;
	display: block;
}
span.wpcf7-not-valid-tip {
	z-index: 1;
	clear: both;
}
.wpcf7 select {
	font-weight:normal;
}
@media screen and (max-width:480px) {
	
	.client-registration .colA {
		width: 48%;
	}
	.client-registration .colAB {
		width: 99%;
	}
	.client-registration .colB {
		width: 49%;
	}
	.client-registration .colC {
		width: 49%;
		clear: both;
	}
	.client-registration .colD {
		width: 49%;
		margin-right: 0;
	}
	
}
/* Survey Form*/
#wpcf7-f209-p207-o1 {
	padding:1px 10px;
	margin-bottom:20px;
}
#wpcf7-f209-p207-o1 .group {
	border-bottom:1px dotted #3cb6e3;
	padding:10px 0 0;
	margin-bottom:10px;
	clear:both;
}
#wpcf7-f209-p207-o1 h3 {
	margin:10px 0;
}
#wpcf7-f209-p207-o1 h4 {
	margin:5px 0 15px;
}
#wpcf7-f209-p207-o1 p {
	margin-bottom:5px;
	margin-top:0px;
	clear:both;
	padding-left:20px;
	line-height:1.35;
	font-weight:700;
	
}
#wpcf7-f209-p207-o1 p strong {
	display:block;
	float:left;
	margin-left:-20px;
	color: #000;
}
#wpcf7-f209-p207-o1 .wpcf7-form-control-wrap {
	margin-bottom:10px;
	display:block;
	font-weight:400;
}
#wpcf7-f209-p207-o1 p:after,
#wpcf7-f209-p207-o1 .wpcf7-form-control-wrap:after {
	content:'';
	display:table;
	clear:both;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"]{
	width:auto;	
	-webkit-appearance:auto;
}
.wpcf7 input[type="radio"] {
	-webkit-appearance:radio;
}
.wpcf7 input[type="checkbox"] {
	-webkit-appearance:checkbox;
}
.wpcf7 span.wpcf7-list-item {
	display:block;
	float:left;
	margin-right:5px;
	padding-right:10px;
	margin-left:0;
}
.wpcf7 .no-wrap span.wpcf7-list-item,
.wpcf7 .classno-wrap span.wpcf7-list-item {
	float:none;
}

#wpcf7-f209-p207-o1 textarea {
	height:50px;
	width:90%;
	margin-left:0px;
}
#wpcf7-f209-p207-o1 .indent {
	padding-left:20px;
}
/* =Archives
-------------------------------------------------------------- */

.non-single .entry-header {
	background-color:#FFF;
	padding-bottom:10px;
}
.non-single {
	border-bottom:2px dotted #e2f4fb;
}
.non-single:last-child {
	border-bottom:none;
}
/* =Search
-------------------------------------------------------------- */
.search-results .entry-header .entry-title {
	font-size:18px;
}

#secondary {
	clear:both;
	float:none;
	padding:15px;
	background-color:#e2f4fb;
}
/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Post formats
-------------------------------------------------------------- */



/* =Comments
-------------------------------------------------------------- 
(Removed) */


/* =Front page template
-------------------------------------------------------------- */


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


#supplementary .widget-title {
	color:#FFF;
	font-size:14px;
	margin:0;
	text-transform:none;
}
#supplementary ul.menu {
	width:90%;
}
#supplementary .widget a {
	text-decoration:none;
	color:#FFF;
}
#supplementary .widget a:hover {
	color: #DAEBEF;
}
#supplementary .menu  li {
	border-bottom:1px solid #FFF;
	font-size:12px;
	letter-spacing:normal;
	line-height:normal;
	padding:3px 0;
}
#supplementary .menu  li.title {
	border:none;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
#nav_menu-6 .menu  li {
	border:none;
	color:#FFF;
	font-size:14px;
}

.site-info #badge {
	float:left;
	width:28%;
	line-height:normal;
	/*margin-right:2.483%;*/
	margin-left:5%;
	
	/*Total 34.483*/
}
a.footer-button {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px;
    background-color: #FFF;
    font-weight: bold;
    font-size: 18px;
    color: #11B5E9;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 155px;
    text-align: center;
}
a.footer-button:hover {
   color: #0C89B1; 
}
#supplementary {
	width: 65.517%;
	float:right;
}
#supplementary .widget-area {
    margin: 0 0 0;
}
#supplementary .widget {
	width:30%;
	float:left;
	margin-right:3%;
}
@media screen and (max-width: 620px) {
	
}
/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 620px) {
	.site {
		margin: 0 auto;
		max-width: 968px;
			overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	#secondary .widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
	}
	.menu-main-menu-container {
		margin:0;
	}
	.main-navigation .mobile-only {
		display: none;
	}
	.main-navigation {
		width:auto;
		top: 85px;
		left:17px;
		right:auto;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		background-image:none !important;
		/*font-size:17px;*/
		font-size:14px;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #3CB6E3;
		line-height: 50px;
		padding:0;
		text-transform: uppercase;
		white-space: nowrap;
		letter-spacing:-0.075em;
	}
	.main-navigation li a:hover {
		color: #005192;
	}
	.main-navigation li {
		margin: 0 7px;
		position: relative;
		background-image:none;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		box-shadow:1px 4px 3px 1px rgba(0,0,0,0.3);
		/*border-top:1px solid #1E748C;*/
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
		
	}
	
	/*.main-navigation ul.sub-menu {
		border-top:2px solid #3CB6E3;
	}*/
	.main-navigation ul.sub-menu li {
		margin:0;
		padding:0;
	}
	.main-navigation ul.sub-menu li a {
		background-color: #FFF;
		border-bottom: 1px solid #BEE6F5;
		display: block;
		font-size: 13px;
		line-height: 18px;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
		text-transform: none;
		color: #000;
	}
	.main-navigation ul.sub-menu li.first a {
		background-image:url(images/nav-bg.png) !important;
		background-repeat:repeat-x;
		background-position:center top;
	}
	.main-navigation ul.sub-menu li a:hover {
		background-color: #3CB6E3;
		color: #FFF;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #005192;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	
	
	
}
@media screen and (min-width: 760px) {
	.main-navigation li {
		margin: 0 14px 0 8px;
		position: relative;
		background-image:none;
	}
	.main-navigation li.menu-item-56 {
		margin-right:0;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #E0E1DD;
		background-image:url(images/page-bg.jpg);
		background-position: center top;
		background-repeat:no-repeat;
	}
	body .site {
		padding: 0;
		margin-bottom: 0;
	}
	
}
@media screen and (max-width: 960px) {
	/*Move nav Below Logo*/
	.main-navigation {
		top: 78px;
		right:auto;
		left:20px;
	}
	.site-header {
		height:125px;
	}
	.main-navigation li a {
		line-height:57px;	
	}
	.h-extras {
		margin-right:10px;
        position: absolute;
		right: 10px;
	}
}
/* Minimum width of 800 pixels. */
@media screen and (max-width: 800px) {
	
	.h-extras {
		margin-right: 10px;
		
	}
	.entry-header {
		padding: 15px 5%;
	}
	.full-width .entry-content,
	.entry-summary {
		padding: 15px 5%;
	}
	.home .entry-content {
		padding:0;
	}
	
	#supplementary {
		width:60%;
	}
	#supplementary .widget {
		width:100%;
		margin-right:0;
	}
	.page-id-36 .sub-header {
		float:none;
		width:auto;
		margin-left:0;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 620px) {
	.site-header {
		height:95px;
	}
	.main-navigation {
		top: 58px;
		left:0px;
	}
	.main-navigation li a {
		line-height:35px;
		padding:10px 15px;	
	}
	.hero-photo {
		display:none;
	}
	.site-info #badge {
		width: 78%;
		float:none;
	}
	.subheader .slogan {
		padding-left:20px;
	}
	.wpcf7-form {
		padding-right:12px;
	}
	#supplementary {
		width:70%;
		float:none;
		margin-left:5%;
		margin-top:30px;
	}
	.entry-content ul.split-list {
		width:auto;
		float:none;
	}
	.entry-content ul.split-list {
		margin-bottom:0px;
	}
	.entry-content ul.split-list +  ul.split-list {
		margin-bottom:36px;
	}
	
	
}
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
			text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h1 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}