/*
Theme Name: M3 Clinic
Author: Big Fish Creative
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Clearfix
 * 3.0 - Repeatable Patterns
 * 4.0 - Typography
 * 5.0 - Structure
 * 6.0 - Header
 * 7.0 - Left Sidebar
 * 8.0 - Main Content
 * 9.0 - Right Sidebar
 * 10.0 - Footer
 * 11.0 - IE Styles
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	margin: 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: 0.85em;
}
small span {
	color: red;
	font-size: 1.25em;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0 28px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

ul.list-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

ul li,
ol li {
	margin-bottom: 10px;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 30px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 2.0 CLEARFIX
 * ----------------------------------------------------------------------------
 */

.clearfix:after, .container:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.clearfix, .container {
	display:inline-block;
}
* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}

/**
 * 3.0 REPEATABLE PATTERNS
 * ----------------------------------------------------------------------------
 */

html {
	background: #000000;
}
.bg {
	background: #000000;
}
.overlay {
	display: block;
	position: absolute;
	text-indent: -3000px;
}
.fit {
	margin-right: 0 !important;
}
.clear {
	clear: both;
}
.hide {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}
.print {
	display: none;
}

/* Teasers */
#teaser-list { clear: both; overflow: hidden; margin: 5px 0 30px 0; }
.teaser { width: 210px; margin: 0 30px 20px 0; }
.teaser.section { margin: 0 40px 20px 0; }
.teaser img { margin-bottom: 20px; }
.teaser.section h4 { font-size: 1.3em; }
.teaser h4 { margin-bottom: 2px; font-size: 1.135em; }
.teaser p { font-size: 0.9em; line-height: 1.5em; margin-bottom: 8px !important; }

.feature { margin-bottom: 40px; overflow: hidden; }
.feature-image { position: relative; }
.feature-image p { font-size: 14px; font-style: italic; text-align: center; margin: 10px 0; }
.feature-overlay { top: 0; left: 0; width: 182px; height: 181px; background: url(gfx/overlay-feature.png) no-repeat 0 0; }
.feature-content { width: 490px; padding-bottom: 20px; border-bottom: 1px solid #3e9fd9; position: relative; }
.feature-content h4,
.feature-content h5 { font-family: 'Lato', Helvetica, Arial, sans-serif; font-weight: 400; }
.feature-content h4 { font-size: 1.1em; margin-bottom: 5px; }
.feature-content h5 { font-size: 0.9em; }

/* Images */
img { max-width: 100%; }
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 */
}
.alignleft,
.alignright,
.aligncenter,
.header-image 
 {
	margin-bottom: 10px;
}
.alignleft,
.alignright,
.aligncenter {
	background: #efefef;
	padding: 5px;
}
.alignleft.thumbnail {
	padding: 0;
	background: #fff;
}
.alignleft,
.alignright {
	display: inline;
}
.alignleft {
	margin-right: 15px;
	float: left;
}
.alignright {
	margin-left: 15px;
	float: right;
}
.teaser-image {
	display: block;
	line-height: 0;
}
.wp-caption {
	margin-top: 5px;
	margin-bottom: 15px;
}
.wp-caption {
	padding: 5px 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	line-height: 0;
}
.wp-caption-text {
	color: #666;
	font-style: italic;
	font-size: 0.75em;
	padding: 5px;
	margin-bottom: 0;
	display: inline;
}

/* Forms */
form p {
	margin-bottom: 14px;
}
fieldset {
	padding: 20px;
	background: #000;
	border: 1px solid #616161;
	margin: 0 !important;
}
legend {
	padding: 0 4px;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
label {
	cursor: pointer;
	margin-bottom: 2px;
	display: inline-block;
	color: #3e9fd9;
	font-size: 0.9em;
}
label span {
	color: red;
}
label span.optional,
label span.woocommerce-Price-amount,
label span.woocommerce-Price-currencySymbol {
	color: #fff;
}
label span.optional {
	font-style: italic;
	font-size: 11px;
}
input[type=text],
.gform_wrapper input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 8px !important;
	background: #bdbdbd;
	color: #3e3e3e;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    line-height: normal;
    font-size: 0.9em !important;
   -webkit-transition:background 0.15s ease-in;
   -moz-transition:background 0.15s ease-in;
   -o-transition:background 0.15s ease-in;
   transition:background 0.15s ease-in;
}
textarea {
	width: 100%;
	line-height: 1.4em;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
input:focus,
.gform_wrapper input[type=text]:focus,
textarea:focus {
	color: #000 !important;
	border: 1px solid #3e9fd9 !important;
	background: #ddf2ff !important;
	outline: none !important;
}
input#contact-captcha {
	width: 65px;
	margin: 0 8px 10px 0;
}
input#submit, input.button {
	border: none;
	cursor: pointer;
	margin-top: 10px;
	background: #3e9fd9;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 11px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
   -webkit-transition:background 0.15s ease-in;
   -moz-transition:background 0.15s ease-in;
   -o-transition:background 0.15s ease-in;
   transition:background 0.15s ease-in;
}
input#submit:hover {
	background: #01bce7;
}
div.wpcf7-response-output {
    margin: 2em 0 1em 0 !important;
    padding: 10px 15px !important;
    border-width: 1px !important;
    background: #fffef0 !important;
    font-size: 0.9em !important;
    color: #656565 !important;
    line-height: 20px;
}
div.wpcf7-validation-errors {
	border: 1px solid #ff0000 !important;
	background: #ffe7e7 !important;
	color: red !important;
	text-shadow: none;
}
span.wpcf7-not-valid-tip {
	font-size: 0.8em !important;
	font-style: italic;
	width: 180px !important;
	padding: 3px 8px;
	color: red !important;
	text-shadow: none;
}
div.wpcf7-mail-sent-ok {
	background: #f1ffeb !important;
	color: #398F14 !important;
}
.chosen-container { text-shadow: none; }
.chosen-container-single .chosen-single { background: #BDBDBD; padding: 0 8px; height: 30px; line-height: 30px; }
.chosen-container .chosen-results li { color: #3e3e3e; }
.chosen-container .chosen-drop { background: #BDBDBD; }
.passwordform p {
	margin-bottom: 0 !important;
}
.passwordform label {
	display: inline-block;
	margin-right: 10px;
}
.passwordform label,
.passwordform input {
	float: left;
	margin-top: 25px;
}
.passwordform input.button {
	clear: both;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}
.gform_heading {
	display: none;
}
.gform_wrapper .ginput_complex.has_first_name input[type=text] {
	width: 98% !important;
}
#content .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
	width: 48.9%;
}
.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error {
	border: 1px solid #ff0000 !important;
	background: #ffe7e7 !important;
	color: red !important;
	text-shadow: none;
}
.gform_wrapper div.validation_error {
    padding: 10px 15px !important;
    font-size: 0.9em !important;
    line-height: 20px;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper .gfield_required {
	color: red !important;
}
.gform_body {
	text-shadow: none;
}
.gform_body label {
	font-size: 16px;
}
.gfield_checkbox label {
	color: #fff;
}
.gform_confirmation_message { color: green !important; text-shadow: none !important; font-weight: bold !important; }

/* WooCommerce */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 30.8%; }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { font-size: 20px; line-height: 24px; }
.woocommerce ul.products li.product h3 mark, .woocommerce-page ul.products li.product h3 mark { display: none; }
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { color: #fff; font-size: 18px; }
.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price { color: #fff; font-size: 22px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0; padding: 0 0 0 5px; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before { border-bottom: 1px solid #616161; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 1px solid #616161; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:before { width: 0; height: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:after { border-left: 1px solid #616161; border-bottom: 1px solid #616161; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #2e2e2e; color: #3e9fd9; border-bottom-color: #2e2e2e; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before { box-shadow: 2px 2px 0 #2e2e2e; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after { box-shadow: -2px 2px 0 #2e2e2e; }
.woocommerce div.product .woocommerce-tabs .panel { border: 1px solid #616161; border-top: none; padding: 20px 25px; background: #2e2e2e; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
#billing_email_field, #billing_phone_field { margin-bottom: 40px !important; }
.woocommerce fieldset { margin-bottom: 30px !important; }
.woocommerce table { overflow: hidden; }
.woocommerce table.cart th, .woocommerce th.product-name, .woocommerce th.product-total { background: #3e9fd9; }
.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table { border: 1px solid #616161; }
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th { width: 40%; border: 1px solid #616161; border-left: 0; border-bottom: 0; padding: 6px 10px; font-weight: normal; text-transform: none; }
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table tfoot th, .woocommerce table.shop_table tfoot td { border-top: 1px solid #616161; }
.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small { display: none; }
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td { text-align: right; width: 40%; padding: 6px 10px; }
.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small { display: none; }
.woocommerce div.product form.cart .variations td.label { padding-top: 0; }
.woocommerce-checkout #payment div.payment_box:after { top: -1px; }
.payment_methods { text-shadow: none; }
.woocommerce .woocommerce-result-count { display: none; }
.woocommerce .related, .woocommerce-page .related { display: none; }
.order-total th, .order-total td { font-size: 18px; }
.product_meta { display: none; }
mark.order-number, mark.order-date, mark.order-status { color: #3e9fd9; font-style: italic; background: none; }
.woocommerce-loop-category__title mark { display: none; }
#ship-to-different-address span { color: #3e9fd9; }
.woocommerce form .form-row .required { text-decoration: none; }

	/* Wordpress 2.3 updates */
	
	.woocommerce { text-shadow: none; }
	.woocommerce .quantity .qty { width: 3em; }
	.woocommerce-checkout #payment { background: #fff; }
	.woocommerce-checkout #payment ul.payment_methods li img { margin-right: 10px; }
	.payment_methods { text-shadow: none; }
	.woocommerce .woocommerce-result-count { display: none; }
	.woocommerce-message { text-shadow: none; }
	.order-total th, .order-total td { font-size: 18px; }
	.select2-container { text-shadow: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
	.select2-default, .select2-choice { font-size: 14px; }
	.select2-default, .select2-default.select2-choice { background: #bdbdbd !important; color: #3E3E3E !important; border: 1px solid #C0C0C0 !important; text-shadow: none; }
	.select2-choice { background: #f1ffeb !important; color: #398F14 !important; border-color: #398F14 !important; }
	.select2-results { text-shadow: none; }
	.select2-search { padding-top: 5px; }
	.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select { background: #ffe7e7; }
	.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select { background: #f1ffeb; color: #398F14; border-color: #398F14; }
	.woocommerce ul.products li.product .button { margin-top: 0; }
	.woocommerce ul.products li.product .price del { font-size: 16px; opacity: 1; color: #a4a4a4; }
	.woocommerce div.product p.price del, .woocommerce div.product span.price del { opacity: 1; color: #a4a4a4; font-size: 18px; padding-bottom: 5px; }
	.woocommerce div.product form.cart .variations label { font-size: 1.1em; }
	.woocommerce ul#shipping_method li { text-indent: 0; }
	.woocommerce ul#shipping_method li input { margin-right: 5px; }
	.single_variation { margin-bottom: 15px; }

/* Buttons */

.button, .woocommerce input.button.alt, .woocommerce input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce-page input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; text-transform: uppercase; display: inline-block; padding: 6px 18px; text-shadow: none !important; float: left; }
.button, .woocommerce input.button.alt, .woocommerce input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce-page input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt { background: #3e9fd9; color: #fff; border: 1px solid #fff; font-weight: 700; -webkit-font-smoothing: antialiased; }
.button:hover, .woocommerce input.button.alt:hover, .woocommerce input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover { background: #0d7fc3; color: #fff; }
.woocommerce .quantity, .woocommerce-page .quantity { margin: 3px 3px 0 0; display: inline-block; float: left; }
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button { margin: 0 0 0 6px; }
small.tax_label, .woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small, .woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small { display: none; }
.product-total, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td { text-align: right; }
.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity { margin-top: 3px; }

/**
 * 4.0 TYPOGRAPHY
 * ----------------------------------------------------------------------------
 */

::-webkit-input-placeholder { color: #3e3e3e; }
:-moz-placeholder {	color: #3e3e3e; }
::-moz-placeholder { color: #3e3e3e; opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */}
:-ms-input-placeholder { color: #3e3e3e; }

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 0.96em;
	line-height: 1.57em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
}
p {
	margin-bottom: 22px;
}
p.kicker {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #3e9fd9;
}
p.small {
	font-size: 13px;
}
.upper {
	text-transform: uppercase;
}
.centered {
	text-align: center;
}

blockquote {
	margin: 0;
	padding: 0 40px;
}
blockquote p {
	margin-bottom: 15px !important;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
}
cite {
	font-style: normal;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-family: 'Jura', serif; margin: 0 0 10px 0; color: #3e9fd9; }
h1 { font-size: 2.3em; line-height: 1.1em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; line-height: 1.1em; }
h5 { font-size: 1.25em; }
.section-heading { clear: both; background: url(gfx/bg-section-heading.gif) repeat-x center left; margin-bottom: 30px; border-top: 15px solid #191919; }
.section-heading h2 { display: inline; background: #191919; margin: 0; padding: 0 8px 0 0; line-height: 22px; }

/* Links */
a {
	color: #3e9fd9;
	text-decoration: none;
	font-weight: 400;
   -webkit-transition:color 0.15s ease-in;
   -moz-transition:color 0.15s ease-in;
   -o-transition:color 0.15s ease-in;
   transition:color 0.15s ease-in;
}
a:focus,
a:active,
a:hover {
	color: #01bce7;
	text-decoration: none;

}i
a.disabled {
	display: none !important;
}
a.more {
	background: url(gfx/sprite-more-link.png) no-repeat top right;
	padding: 4px 40px 3px 0;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
   -webkit-transition:background-position-y 0.15s ease-in;
   -moz-transition:background-position-y 0.15s ease-in;
   -o-transition:background-position-y 0.15s ease-in;
   transition:background-position-y 0.15s ease-in;
}
a.more:hover {
	background-position-y: -24px;
	color: #3e9fd9;
}

/**
 * 5.0 STRUCTURE
 * ----------------------------------------------------------------------------
 */

body { height: 100%; }
.container { width: 980px; margin: 0 auto; padding: 0 10px; }
#content { width: 710px; }
#content.has-sidebar { width: 410px; }
#content.section .kicker { width: 275px; }
#section-content { width: 390px; }
.col-half { width: 48%; float: left; }
.col-half.col-last { width: 47%; float: right; }

/* Left Sidebar */
#sidebar-left { width: 200px; margin-right: 50px; }

/* Right Sidebar */
#sidebar-right { width: 250px; }

/* Alignment */
.align-left { float: left; }
.align-right { float: right; }

/**
 * 6.0 HEADER
 * ----------------------------------------------------------------------------
 */

#masthead-wrapper {
	background: url(gfx/transparency-black.png) repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 170px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
}
	
	/* Header Logo */
	#masthead  {
		position: relative;
	}
	#masthead h1 {
	    padding: 30px 0 40px 0;
	    margin-bottom: 0;
	}
	#masthead h1,
	#masthead h1 a {
	    width: 121px;
	    height: 92px;
	}
	#masthead h1 a {
	    display: block;
	    background: url(gfx/logo-header.png) no-repeat center left;
		text-indent: -3000px
	}
	
	#header-meta {
		margin: 30px 0 75px 0;
		float: right;
		width: 800px
	}
	
	/* Top Menu */
	#top-nav {
		margin: 10px 0 0 5px;
		font-size: 0.9em;
		float: left;
	}
	#top-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#top-nav li {
		float: left;
		margin: 0;
		line-height: 0.96em;
		border-right: 1px solid #fff;
	}
	#top-nav li#menu-item-346 {
		border-right: none;
	}
	#top-nav a,
	.parent-pageid-16 #top-nav li#menu-item-33 a {
		color: #fff;
		padding: 0 16px;
	}
	#top-nav a:hover,
	#top-nav li.current-menu-item a,
	#top-nav li.current-page-ancestor a,
	#top-nav li.current_page_parent a,
	.tax-product_cat #top-nav li#menu-item-537 a {
		color: #3e9fd9;
	}
	#top-nav li#menu-item-346 a {
		padding-right: 0;
	}
	
	/* Global Cart */
	
	#global-store-meta {
		width: 200px;
		text-align: right;
		position: absolute;
		right: 0;
		top: 30px;
	}
	#global-store-meta .button {
		padding: 7px 12px;
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 18px 0;
		float: right;
	}
	#global-cart {
		font-weight: 400;
		width: 100%;
		margin-bottom: 2px;
		font-size: 14px;
		clear: both;
	}
	#global-cart a {
		padding-left: 28px;
		background: url(gfx/icon-cart.png) no-repeat center left;
	}
	#global-cart a span {
		border-bottom: 1px solid #3e9fd9;
	}
	#global-cart a:hover span {
		border-bottom: 1px solid transparent;
	}
	
	/* Login Area */
	
	#login-area a {
		font-weight: 400;
		font-size: 13px;
		margin-left: 8px;
		color: #fff;
		border-bottom: 1px solid #fff;
		text-decoration: none;
		text-transform: none;
	}
	#login-area a:hover, .woocommerce-account #login-area a.account {
		border-bottom: 1px solid transparent;
		color: #3e9fd9;
	}

	/* Main Menu */
	#main-nav {
		clear: both;
		font-weight: 700;
		font-size: 18px;
	}
	#main-nav li {
		float: left;
		margin-right: 45px;
	}
	#main-nav li a.top-level:hover span,
	#main-nav li.active span {
		border-bottom: 1px solid #3e9fd9;
		padding-bottom: 5px;
	}
	#main-nav li em {
		color: #3e9fd9;
		font-style: normal;
	}
	#main-nav li#nav-rehab {
		width: 200px;
	}
	#main-nav li#nav-services {
		width: 155px;
	}
	#main-nav li#nav-performance {
		width: 135px;
		margin-right: 0;
	}
	#main-nav a {
		display: block;
		color: #fff;
	}
	#main-nav li a.top-level span,
	#main-nav li a.top-level:hover span {
		color: #fff;
	}
	#main-nav a:hover {
		color: #3e9fd9;
	}
	#main-nav li.current_page_item a,
	#main-nav li.current_page_ancestor a {
		font-weight: 700;
		color: #3e9fd9;
	}
	#main-nav .sub-menu-main {
		margin-top: 20px;
		opacity: 0;
		font-weight: 400;
		font-size: 15px;
	}
	#main-nav .sub-menu-main li {
		margin: 0 0 4px 0;
		float: none;
	}
	
	/* Slider and Header Images */
	.slider { overflow: hidden; position: relative; }
	.slider ul,
	.slider li { overflow: hidden; width: 100%; }
	#home-slide-wrapper { position: relative; }
	#home-slide-wrapper,
	#home-slide-wrapper ul,
	#home-slide-wrapper li { height: 610px; }
	.slider li,
	#hero-header {
		height: 580px;
	    position: relative;
	    background-repeat: no-repeat;
	    background-position: 50% 100%;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    -webkit-backface-visibility: hidden;
	    overflow: hidden;
		text-shadow: none;
	}
	#hero-header { height: 440px; }
		
		/* Slide overlay text */
		.slide-overlay-wrapper {
			position: relative;
		}
		.slide-overlay {
			position: absolute;
			top: 420px;
			left: 10px;
			text-align: right;
		}
		.slide-overlay h4 {
			color: #000;
			font-size: 1.6em;
		}
		.slide-overlay h2 {
			font-size: 2.6em;
			color: #fff;
		}
		.slide-overlay a {
			color: #000;
			font-size: 1.2em;
			background: url(gfx/sprite-slide-more.png) no-repeat right 5px;
			padding-right: 17px;
		}
		.slide-overlay a:hover {
			background-position-y: -18px;
			color: #3e9fd9;
		}
		#slider-border-overlay {
			width: 100%;
			height: 15px;
			background: url(gfx/transparency-black.png) repeat 0 0;
			bottom: 0;
			z-index: 20000;
		}
	
	/* Contact Map */
	#map-canvas { width: 100%; height: 500px; text-shadow: none; }
	
	/* Page Title */
	#page-title { position: relative; height: 440px; }
	#page-title h1 { position: absolute; bottom: 30px; left: 20px; margin: 0; color: #fff; }
	#page-title h1 span { color: #3e9fd9; }

/**
 * 7.0 LEFT SIDEBAR
 * ----------------------------------------------------------------------------
 */

	/* Subnav */
	.subnav h2 { font-size: 1.1em; font-family: 'Lato', Helvetica, Arial, sans-serif; margin-bottom: 12px; color: #fff; }
	.subnav h2 span { color: #3e9fd9; }
	.subnav ul { padding: 0; border-bottom: 1px solid #616161; margin-top: 0; }
	.subnav li { margin: 0; border-top: 1px solid #616161; }
	.subnav a { color: #fff; padding: 10px 10px 10px 20px; display: block; font-size: 16px; line-height: 20px; }
	.subnav li.current_page_item > a,
	.subnav li.current_page_ancestor > a,
	.subnav li.current-product-ancestor > a,
	.subnav li.current-menu-item > a,
	.subnav li.current-product_cat-ancestor > a,
	.subnav li > a:hover { color: #3e9fd9; background: url(gfx/bg-subnav-dot.gif) no-repeat 6px 17px; }
	.subnav li.current_page_item .sub-menu a,
	.subnav li.current_page_ancestor .sub-menu a { color: #fff; background: none; }
	.subnav .sub-menu a:hover, .subnav li.current-product-ancestor .sub-menu a, .subnav .sub-menu li.current-menu-item a, .subnav .children li.current_page_item a, .subnav .children li a:hover { background: none; }
	.subnav .sub-menu, .subnav .children { background: #2e2e2e; border-top: 1px solid #616161; display: none; }
	.subnav .current-menu-item.menu-item-has-children > .sub-menu, .subnav .current-menu-parent.menu-item-has-children > .sub-menu, .subnav .current-menu-ancestor.menu-item-has-children > .sub-menu, .subnav .current_page_item.page_item_has_children > .children, .subnav .current_page_parent.page_item_has_children > .children { display: block; }
	.subnav .sub-menu a, .subnav .children a { padding: 8px 10px 8px 30px; font-size: 15px; }
	.subnav .sub-menu a:hover,
	.subnav .sub-menu li.current_page_item > a,
	.subnav .sub-menu li.current-menu-item > a { color: #3e9fd9 !important; }
	.subnav .sub-menu .sub-menu { background: #000; } 
	.subnav .sub-menu .sub-menu a { font-size: 13px; line-height: 17px; padding-left: 30px; }
	
	/* Register */
	#sidebar-left .button { font-size: 13px; }

	.sidebar-item { clear: both; margin-bottom: 35px; overflow: hidden; }
	.sidebar-item h3 { font-size: 1.1em; font-family: 'Lato', sans-serif; color: #fff; }
	.sidebar-item h3 span { color: #3e9fd9; }
	
	#sidebar-signup a { background: url(gfx/icon-newsletter.png) no-repeat 0 4px; padding-left: 70px; display: block; color: #fff; line-height: 22px; }
	#sidebar-signup a:hover { color: #01bce7; }

/**
 * 8.0 MAIN CONTENT
 * ----------------------------------------------------------------------------
 */

#main-content-wrapper {
	background: #191919;
	padding: 40px 0 50px 0;
}
#page-main-content {
	position: relative;
}

	/* Home Page */
	#main-content-home { margin-bottom: 30px; overflow: hidden; border-bottom: 1px solid #616161; padding-bottom: 35px; }
	body.home h1 { color: #fff; }
	#home-kicker { width: 400px; }
	#home-kicker p.kicker { margin-bottom: 30px !important; }
	#main-content-home #content { width: 510px; }
	
	#app-downloads { background: #000; border: 1px solid #616161; clear: both; width: 100%; text-align: center; margin-top: 5px; }
	#app-downloads div { padding: 20px; overflow: hidden; }
	#app-downloads h3 { color: #fff; margin-bottom: 20px; }

	
	#app-downloads { margin-bottom: 35px; overflow: hidden; }
	
	/* Our Team */
	
	#profiles { padding-top: 20px; }
	.profile-email {
		position: absolute;
		top: 0;
		right: 0;
		background: url(gfx/sprite-more-link.png) no-repeat top left;
		padding-left: 40px;
	   -webkit-transition:background-position-y 0.15s ease-in;
	   -moz-transition:background-position-y 0.15s ease-in;
	   -o-transition:background-position-y 0.15s ease-in;
	   transition:background-position-y 0.15s ease-in;
	}
	a.profile-email:hover {
		background-position-y: -24px;
		color: #fff;
	}
	
	/* FAQs */
	
	#accordion {
		padding-top: 3px;
	}
	.ui-accordion h3 {
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		font-size: 1.2em;
	}
	.ui-accordion h3.ui-state-focus {
		outline: none;
	}
	.ui-accordion .ui-accordion-header {
		display: block;
		cursor: pointer;
		position: relative;
		margin-top: 2px;
		padding: 10px 10px 0 30px;
		zoom: 1;
		border-top: 1px solid #616161;
	}
	.ui-accordion .ui-accordion-icons {
		padding-left: 40px;
	}
	.ui-accordion .ui-accordion-header-icon {
		position: absolute;
		left: 10px;
		width: 14px;
		height: 14px;
	}
	.ui-icon-triangle-1-e {
		background: url(gfx/icon-arrow-down-white.gif) no-repeat 0 0;
		top: 18px;
	}
	.ui-icon-triangle-1-s {
		background: url(gfx/icon-arrow-selected.gif) no-repeat 0 0;
		top: 15px;
	}
	.ui-accordion .ui-accordion-content {
		padding: 0 10px 5px 40px;
		border-top: 0;
		overflow: auto;
		zoom: 1;
		height: auto;
	}
	
	/* Lifestyle */
	
	.button-print {
		margin-bottom: 15px;
	}
	.lifestyle-pricing th {
		width: 75%;
	}
	
	/* Timetables */
	.sf-timetable-menu {
		display: none;
	}
	table.tt_timetable {
		width: 100%;
		background: #616161 !important;
		color: #fff;
		margin-bottom: 20px;
		border-spacing: 1px !important;
	}
	table.tt_timetable th {
		background: #191919;
		color: #fff;
	}
	table.tt_timetable td {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	table.tt_timetable .row_gray td {
		background: #191919 !important;
	}
	table.tt_timetable .event,
	table.tt_timetable .row_gray td.event {
		background: #000 !important;
	}
	table.tt_timetable .event .event_container,
	table.tt_timetable .row_gray td.event .event_container {
		background: #3e9fd9 !important;
	}
	table.tt_timetable .event .id-1864,
	table.tt_timetable .event .id-1938,
	table.tt_timetable .event .id-1940,
	table.tt_timetable .row_gray td.event .id-1864,
	table.tt_timetable .row_gray td.event .id-1938,
	table.tt_timetable .row_gray td.event .id-1940 {
		background-color: #909090 !important;
	}
	.tt_timetable .event .top_hour,
	.tt_timetable .event .bottom_hour { display: none; }
	.tt_tooltip .tt_tooltip_content a {
		color: #3e9fd9 !important;
	}
	.tt_tooltip .tt_tooltip_content {
		background: #fff;
		color: #191919;
		cursor: default;
	}
	.tt_tooltip .tt_tooltip_content a {
		cursor: default;
	}
	.tt_tooltip .tt_tooltip_content a:hover {
		text-decoration: none;
	}
	.tt_tooltip .tt_tooltip_arrow {
		border-color: #fff transparent;
		cursor: default;
	}
	
	/* Pricing */
	
	.pricing-title {
		width: 76%;
	}
	.pricing-acc {
		width: 12%;
	}
	.pricing-private {
		width: 12%;
	}
	
	/* Institute of Golf */
	.expandable-section {
		clear: both;
		overflow: hidden;
		padding: 15px 0 10px 0;
	}
	.expandable-section img {
		margin-top: 4px;
	}
	.expandable-content {
		width: 335px;
	}
	.expandable-content h2 {
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		font-size: 1.3em;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.expandable-content strong {
		color: #3e9fd9;
	}
	.read-more,
	.read-less {
		display: block;
		background: url(gfx/bg-expandable.gif) repeat-x center left;
		overflow: hidden;
		margin-top: 10px;
	}
	.read-more a,
	.read-less a {
		text-transform: uppercase;
		color: #fff;
		display: inline-block;
		float: right;
		font-size: 0.8em;
		padding: 0 24px 0 10px;
	}
	.read-more a {
		background: #191919 url(gfx/icon-arrow-down.gif) no-repeat center right;
	}
	.read-less a {
		background: #191919 url(gfx/icon-arrow-up.gif) no-repeat center right;
	}
	.read-more a:hover,
	.read-less a:hover {
		color: #3e9fd9;
	}

/**
 * 9.0 RIGHT SIDEBAR
 * ----------------------------------------------------------------------------
 */

	/* Contact Details */
	#sidebar-contact {
		width: 235px;
		padding: 12px 0 15px 15px;
		background: url(gfx/bg-sidebar-contact.png) no-repeat top left;
		min-height: 180px;
		margin: 6px 0 50px 0;
		overflow: hidden;
	}
	.home #sidebar-contact {
		float: right;
	}
	#sidebar-contact h3 {
		font-size: 1.3em;
		margin-bottom: 6px;
	}
	#sidebar-contact li {
		font-size: 0.85em;
		margin-bottom: 2px;
		line-height: 1.6em;
	}
	li#sidebar-phone {
		font-size: 1.15em;
	}
	
	/* Related Downloads */
	
	#related-downloads {
		width: 240px;
		margin-left: 10px;
	}
	#related-downloads ul {
		padding: 0 0 0 25px
	}
	#related-downloads li {
		margin-bottom: 5px;
		font-size: 0.9em;
	}
	#related-downloads a {
		color: #fff;
	}
	#related-downloads a:hover {
		color: #01bce7;
	}
	
	/* Related Page */

	.sidebar-related-wrapper {
		width: 242px;
		height: 242px;
		margin-bottom: 35px;
	}
	.sidebar-related {
		position: relative;
		clear: both;
	}
	.related-image-overlay {
		width: 242px;
		height: 242px;
		top: 0;
		left: 0;
		background: url(gfx/overlay-sidebar-image.png) no-repeat 0 0;
	}
	.related-text-overlay {
		background: url(gfx/overlay-sidebar-text.png) no-repeat 0 0;
		text-align: center;
		position: absolute;
		top: 9px;
		left: 9px;
		width: 225px;
		height: 225px;
		display: table;
		z-index: 10;
	}
	.related-text {
		vertical-align: middle;
		display: table-cell;
		width: 190px;
		margin: 0 auto;
	}
	.related-text h5 {
		margin-bottom: 8px;
	}
	.related-text p {
		margin: 0 auto 10px auto !important;
		font-size: 0.9em;
		line-height: 20px;
		width: 200px;
	}

#related-testimonials {
	background: #2a2a2a;
	overflow: hidden;
	padding: 50px 0;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #393939;
}

/**
 * 10.0 FOOTER
 * ----------------------------------------------------------------------------
 */

#footer-wrapper {
	width: 100%;
	background: #000;
	padding-bottom: 50px;
}
	#global-footer {
		padding: 35px 10px 10px 10px;
	}
	
	/* Footer Logos */
	#footer-logos {
		width: 700px;
	}
	#footer-logos a {
		display: inline-block;
		vertical-align: middle;
	}
	img.footer-logo {
		margin: 0 25px 25px 0;
	}
	#dreamit-logo {
		margin-right: 0;
	}
	
	/* Footer Nav */
	#footer-nav ul {
		padding: 0 0 50px 0;
	}
	#footer-nav li {
		float: left;
		padding: 0 15px;
		font-weight: 400;
		border-right: 1px solid #fff;
		line-height: 0.9em;
		font-size: 0.85em;
	}
	#footer-nav li:last-child {
		border-right: none;
		padding-right: 3px;
	}
	#footer-nav a {
		color: #fff;
		display: inline-block;
	}
	#footer-nav a:hover,
	#footer-nav li.current-menu-item a {
		color: #3e9fd9;
	}
	
	/* Site Credit */
	#site-credit {
		text-align: right;
		background: url(gfx/logo-bf.png) no-repeat center right;
		padding-right: 18px;
		font-size: 11px;
		color: #bfbfbf;
		clear: both; 
	}

/**
 * 11.0 IE STYLES
 * ----------------------------------------------------------------------------
 */
	
html.ie7 .related-text {
	margin-top: 60px;
}
html.ie7 #masthead {
	position: relative;
}
html.ie7 #main-nav {
	position: absolute;
	right: 10px;
	top: 90px;
}
html.ie7 textarea {
	width: 95%;
}

/**
 * 11.0 PRINT STYLES
 * ----------------------------------------------------------------------------
 */

@media print {
	
	html, body { width:9.5in; }
	.print { display: block; }
	.page-id-259 #masthead-wrapper,
	.page-id-261 #masthead-wrapper,
	.page-id-512 #masthead-wrapper,
	.page-id-259 #hero-header,
	.page-id-261 #hero-header,
	.page-id-512 #hero-header,
	.page-id-259 #sidebar-left,
	.page-id-261 #sidebar-left,
	.page-id-512 #sidebar-left,
	.page-id-259 #footer-wrapper,
	.page-id-261 #footer-wrapper,
	.page-id-512 #footer-wrapper,
	.page-id-259 .kicker,
	.page-id-261 .kicker,
	.page-id-512 .kicker,
	.page-id-259 h4,
	.page-id-261 h4,
	.page-id-512 h4,
	.page-id-259 p,
	.page-id-261 p,
	.page-id-512 p,
	.page-id-259 .button,
	.page-id-261 .button,
	.page-id-512 .button,
	#bw-widget__schedules-35636,
	.mindbody-print { display: none; }
	.page-id-259 #content,
	.page-id-261 #content,
	.page-id-512 #content { width: 100%; }
	table.tt_timetable { width: 100%; border-spacing: 0 !important; }
	table.tt_timetable th { color: #000; background: #fff; }
	table.tt_timetable td { background: #fff; color: #000; text-shadow: none; border: 1px solid #000 !important; }
	table.tt_timetable .row_gray td { background: #191919 !important; }
	table.tt_timetable .event,
	table.tt_timetable .row_gray td.event { background: #fefefe !important; }
	.tt_timetable td.tt_tooltip,
	.tt_timetable .event a,
	.tt_timetable .event .event_header,
	.tt_timetable .event .before_hour_text,
	.tt_timetable .event .after_hour_text { color: #000 !important; }
	.tt_tooltip .tooltip_content { display: none !important; }

}