/*
	Theme Name: Alignment & Wellness
	Description: Custom theme for alignmentandwellness.com from "html5 blank"
	Author: Josh Bennett
	Author URI: http://uberfoto.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
/*	-webkit-font-smoothing:antialiased;*/
/*	font-smoothing:antialiased;*/
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {font-size:12px;}

body {font:400 1rem/1.4 'proxima-nova', Helvetica, Arial, sans-serif; color:#555;}

/* clear */
.clearfix:before,
.clearfix:after {content:' '; display:table;}

.clearfix:after {clear:both;}
.clearfix {*zoom:1;}

html body * dd.clear, html body * div.clear, html body * li.clear,
html body * span.clear {
    background: 0 0;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0
}

img {max-width:100%; vertical-align:bottom;}
a {color:#444; text-decoration:none;}
a:hover {color:#444;}
a:focus {outline:0;}
a:hover,
a:active {outline:0;}
input:focus {outline:0; border:1px solid #04A4CC;}


/* Button Basic Styles */
.btn {
	position:relative;
	display:moz-inline-box;
	display:inline-block;
	zoom:1; *display:inline; /* Internet Exploder */
	max-width:100%;
	padding:0 2.5em;
	line-height:3.125;
	font-family:"proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-border-radius:0.4em;
	-moz-border-radius:0.4em;
	border-radius:0.4em;
	border:0 none;
	-webkit-box-shadow:0 2px 0 #000;
	-moz-box-shadow:0 2px 0 #000;
	box-shadow:0 2px 0 #000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url('../js/vendor/boxsizing.htc'); /* polyfill for IE */
	-webkit-transition:background-color 0.3s, color 0.3s, top 0s;
	-moz-transition:background-color 0.3s, color 0.3s, top 0s;
	-o-transition:background-color 0.3s, color 0.3s, top 0s;
	transition:background-color 0.3s, color 0.3s, top 0s;
}
.btn.text_uppercase {
	padding-top:3px;
}
.btn.font_title,
.btn.font_title.text_uppercase {
	padding-top:0;
}
.btn:hover {
	border:0 none;
	-webkit-transition:background-color 0.1s, color 0.1s, top 0s;
	-moz-transition:background-color 0.1s, color 0.1s, top 0s;
	-o-transition:background-color 0.1s, color 0.1s, top 0s;
	transition:background-color 0.1s, color 0.1s, top 0s;
}
.btn:active {
	top:1px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,1);
	box-shadow:0 1px 0 rgba(0,0,0,1);
	-webkit-transition:top 0;
	-moz-transition:top 0;
	-o-transition:top 0;
	transition:top 0;
}

.btn.outline {
	text-shadow:none;
	border-width:1px !important; border-style:solid !important;
	background:transparent !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:border-color 0.3s, color 0.3s, top 0s;
	-moz-transition:border-color 0.3s, color 0.3s, top 0s;
	-o-transition:border-color 0.3s, color 0.3s, top 0s;
	transition:border-color 0.3s, color 0.3s, top 0s;
}
.btn.outline:hover {
	border-width:1px !important; border-style:solid !important;
	background:transparent !important;
	-webkit-transition:border-color 0.1s, color 0.1s, top 0s;
	-moz-transition:border-color 0.1s, color 0.1s, top 0s;
	-o-transition:border-color 0.1s, color 0.1s, top 0s;
	transition:border-color 0.1s, color 0.1s, top 0s;
}
.btn.outline:active {
	border-width:1px !important; border-style:solid !important;
	background:transparent !important;
}

.btn.red_1							{color:#ffffff; background-color:#d95648; -webkit-box-shadow:0 2px 0 #b3473b; -moz-box-shadow:0 2px 0 #b3473b; box-shadow:0 2px 0 #b3473b;}
.btn.red_1:hover					{color:#ffffff; background-color:#f25544; -webkit-box-shadow:0 2px 0 #b3473b; -moz-box-shadow:0 2px 0 #b3473b; box-shadow:0 2px 0 #b3473b;}
.btn.red_1:active					{color:#ffffff; background-color:#f25544; -webkit-box-shadow:0 1px 0 #b3473b; -moz-box-shadow:0 1px 0 #b3473b; box-shadow:0 1px 0 #b3473b;}

.btn.outline.gray_1					{color:#585659; border-color:#585659; -webkit-box-shadow:0 2px 0 #585659; -moz-box-shadow:0 2px 0 #585659; box-shadow:0 2px 0 #585659; border-color:rgba(88,86,89,0.6);}
.btn.outline.gray_1:hover			{color:#585659; border-color:#726e73; -webkit-box-shadow:0 2px 0 #585659; -moz-box-shadow:0 2px 0 #585659; box-shadow:0 2px 0 #585659;}
.btn.outline.gray_1:active			{color:#585659; border-color:#726e73; -webkit-box-shadow:0 1px 0 #585659; -moz-box-shadow:0 1px 0 #585659; box-shadow:0 1px 0 #585659;}


hr.divider {height:1px; margin:4rem 0; background-color:#e6e6e6; border:0 none;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* reusable stuff */
.text_uppercase {text-transform:uppercase;}
.text_c {text-align:center;}

section {padding-top:4em; padding-bottom:4em;}

/* wrapper */
.wrapper {position:relative;}
.site_width {max-width:1000px; margin-right:auto; margin-left:auto; padding-right:20px; padding-left:20px;}

/* header */
.header {background-color:#b3c7ca;}
.header ul {margin:0; padding:0; list-style-type:none;}
.header ul li {display:block; float:left;}
.header ul li a {display:block; padding:0 12px; line-height:3.75; font-weight:600;}
.header ul li:first-child a {margin-left:-12px;}
.header ul li.contact {display:block; float:right;}
.header ul li.contact a {margin-right:-12px; padding:0 12px; background-color:#d95648;}
.header ul li.contact a:hover {background-color:#f25544;}
.header a,
a.legal {color:#fff; color:rgba(255,255,255,0.8);}
.header a:hover,
a.legal:hover {color:rgba(255,255,255,1);}
.header a.active_url {color:#fff; box-shadow:inset 0 -5px 0 rgba(255,255,255,0.5);}


/* nav */
.nav {}

/* sidebar */
.sidebar {}

/* footer */
.footer {line-height:3.75; background-color:#363434;}
.copyright {float:left; margin:0; color:#999;}
a.legal {display:block; float:right; padding:0 12px; font-weight:600; text-transform:uppercase;}

/* Common CTA Banner */
.schedule_banner {background-color:#f2f1f0;}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* logo */
h1.logo {margin:0 0 2rem; line-height:1em;}
h1.logo img {height:auto;}
h2.what {max-width:600px; margin-right:auto; margin-left:auto;}

.re_list {margin:2rem 0 0; padding:0 0 0 2rem;}
.re_list.beta {margin:0 0 4rem 0;}
.re_list li {margin-bottom:0.875rem;}

.product_recommend {margin:0; padding:0 40px; list-style-type:none;}
.product_recommend li {display:block; margin-bottom:40px; text-align:center; box-sizing:border-box;}

.faq dt {margin-bottom:0.25em; font-weight:bold; font-size:1.125rem;}
.faq dd {margin:0 0 2em;}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/
h1, h2, h3 {margin:0 0 2rem 0; font-family:"chaparral-pro-display"; font-size:1.75rem; font-style:italic; font-weight:normal; line-height:1.1;}
h4 {}
.page_title {margin-top:2rem;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:530px) {
	.m_hide {display:none;}
}
@media only screen and (min-width:480px) {
	html {font-size:14px;}
	.header ul li a {padding:0 15px;}
	.header ul li:first-child a {margin-left:-15px;}
	.header ul li.contact a {margin-right:-15px; padding:0 15px;}
}
@media only screen and (min-width:768px) {
	html {font-size:16px;}
	.re_list {width:50%; float:left; margin-bottom:4rem;}
	.re_list.beta {margin-top:2rem;}
	.header ul li a {padding:0 20px;}
	.header ul li:first-child a {margin-left:-20px;}
	.header ul li.contact a {margin-right:-20px; padding:0 20px;}
	.product_recommend li {float:left; width:50%;}
	.product_recommend li:nth-child(odd) {padding-right:30px;}
	.product_recommend li:nth-child(even) {padding-left:30px;}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
