/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
	display: none;
}
/* ==========================================================================
	 Base
	 ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-size: 100%;
	/* 1 */

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
	margin: 0;
}
/* ==========================================================================
	 Links
	 ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
	outline: 0;
}
/* ==========================================================================
	 Typography
	 ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0 0em;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
	font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
	margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
	quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
	 Lists
	 ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
	*margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
/* ==========================================================================
	 Embedded content
	 ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
	border: 0;
	/* 1 */

	-ms-interpolation-mode: bicubic;
	/* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
	 Figures
	 ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
	margin: 0;
}
/* ==========================================================================
	 Forms
	 ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
	margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
	border: 0;
	/* 1 */

	padding: 0;
	white-space: normal;
	/* 2 */

	*margin-left: -7px;
	/* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */

	margin: 0;
	/* 2 */

	vertical-align: baseline;
	*vertical-align: middle;
	/* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
	line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */

	cursor: pointer;
	/* 3 */

	*overflow: visible;
	/* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
	cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */

	padding: 0;
	/* 2 */

	*height: 13px;
	*width: 13px;
	/* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */

	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */

	box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */

	vertical-align: top;
	/* 2 */

}
/* ==========================================================================
	 Tables
	 ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
	-webkit-hyphens: auto;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
b,
strong,
.strong {
	font-weight: bold;
}
dfn,
em,
.em {
	font-style: italic;
}
small,
.small {
	font-size: 75%;
}
ul,
ol {
	padding: 0;
	list-style-type: none;
}
dd {
	margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
	list-style: none;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*********************
TOOLS
*********************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.image-replacement {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@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;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
}
/* text alignment */
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.alert {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
}
.alert-help {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #e8dc59;
	background: #ebe16f;
}
.alert-info {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #bfe4f4;
	background: #d5edf8;
}
.alert-error {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #f8cdce;
	background: #fbe3e4;
}
.alert-success {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #deeaae;
	background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
	border: 1px solid #be0d37;
	border-top-color: #db0f3f;
	border-left-color: #db0f3f;
	padding: 4px 12px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e40f42;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
	background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
	background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
	background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
	background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
	color: #ffffff;
	border: 1px solid #be0d37;
	border-top-color: #9d0a2d;
	border-left-color: #9d0a2d;
	background-color: #cc0e3b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
	background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
	background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
	background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
	background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
	background-color: #f01d4f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
	background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
	background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
	background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
	background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
	border-color: #1472ad;
	text-shadow: 0 1px 1px #1472ad;
	background-color: #1681c4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
	background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
	background-image: -moz-linear-gradient(top, #1990db, #1681c4);
	background-image: -o-linear-gradient(top, #1990db, #1681c4);
	background-image: linear-gradient(to bottom, #1990db, #1681c4);
	-webkit-box-shadow: inset 0 0 3px #59b3ec;
	-moz-box-shadow: inset 0 0 3px #59b3ec;
	box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
	border-color: #116396;
	background-color: #1472ad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
	background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
	background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
	background-image: -o-linear-gradient(top, #1784c9, #1472ad);
	background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
	background-color: #1990db;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
	background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
	background-image: -moz-linear-gradient(top, #1681c4, #1990db);
	background-image: -o-linear-gradient(top, #1681c4, #1990db);
	background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
	/* height: 100%; */

}
body {
	font-family: 'Cabin', sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #565656;
}

.page-div {
    display: block;
    width: 80%;
    vertical-align: top;
    margin: 2% auto 8%;
    text-align: center;
}
.page-div img {
	float: none;
	margin: 0px auto;
	width: 80%;
	clear: both;
}
p.page-div {
    width: 80%;
    margin: 0px auto;
}
/********************
02. WORDPRESS BODY CLASSES
		style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
	width: 96%;
	margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
	color: rgba(90,20,0,1);
	text-decoration: none;
	/* on hover */

	/* on click */

	/* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
	color: rgba(51,84,129,1);

}
a:link,
a:visited:link {
	/*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

	-webkit-tap-highlight-color: rgba(90,20,0,.4);
}

/* Remove hover effect from video photo links - Coolsculpt page */
a.video-link:hover {
	border: none !important;
	text-decoration: none;
	padding: 0 !important;
	border-radius: 0px !important;
}



/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: 'Cabin', sans-serif;
	text-rendering: optimizelegibility;
	font-weight: 400;
	/*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

	/* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}
h1,
.h1 {
	font-size: 2.5em;
	line-height: 1.333em;
	font-weight: 700;
	color: rgba(51,84,129,1);
}
h2,
.h2 {
	display: block;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 0.375em;
	color: rgba(255,255,255,1);
	background: rgba(51,84,129,1)!important;
	width: auto;
	padding: 0.3em!important;
	clear: both;
}
h2 a:link, h2 a:visited:link,
.h2 a:link, .h2 a:visited:link,
h3.h2 a:link, h3.h2 a:visited:link,
h3.h2 a:hover, h3.h2 a:visited {
	color: rgba(255,255,255,1);
}
h3,
.h3 {
	font-size: 1.125em;
}
h4,
.h4 {
	font-size: 1.1em;
	font-weight: 700;
}
h5,
.h5 {
	font-size: 0.846em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3.h3-archive {
	font-size: 1.5em;
	margin: 0.5em 0 0;
}
.diary p {
	margin: .5em;
}
a.read-more {
	background-color: rgba(90,20,0,1);
	color: white;
	padding: 0.35em .5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	float: right;
}
a.read-more:hover {
	color: white;
}

/* EVENTS AND SPECIALS "PAGE" STYLES */
.post-1591 ul {
	margin: 1em auto;
}
.post-1591 ul li {
	max-width: 300px;
	margin: 0.2em auto;
	padding: 0.4em .3em;
	background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(104,132,173,0.2));
	background: -moz-linear-gradient(rgba(255,255,255,1), rgba(104,132,173,0.2));
	background: -o-linear-gradient(rgba(255,255,255,1), rgba(104,132,173,0.2));
	background: linear-gradient(rgba(255,255,255,1), rgba(104,132,173,0.2));
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	font-size: 1em;
	font-weight: 500;
	color: rgba(51,84,129,1);
	text-transform: uppercase;
	border-top: 2px solid rgba(51,84,129,.2);
}

/*********************
06. HEADER SYTLES
*********************/
.header,
.header-gallery {
	background: -webkit-linear-gradient(rgba(104,132,173,1), rgba(104,132,173,.3));
	background: -moz-linear-gradient(rgba(104,132,173,1), rgba(104,132,173,.3));
	background: -o-linear-gradient(rgba(104,132,173,1), rgba(104,132,173,.3));
	background: linear-gradient(rgba(104,132,173,1), rgba(104,132,173,.3));
}
#inner-header {
	position: relative;
	height: 275px;
}

#soc-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 45px;
}

#header-address {
	position: relative;
	text-align: center;
}
p#phone {
	margin: 0;
}
p#phone a {
	color: rgba(51,84,129,1);
	font-size: 1.5em;
	margin: 0;
	text-shadow: 2px 2px 6px rgba(0,0,0,.6);
	text-decoration: none;
}
p#address {
	display: none;
}

#logo {
	position: relative;
	width: 225px;
	height: 127px;
	margin: 2em auto .5em;
}
#logo img {
	width: 100%;
	height: auto;
}

/*******************
06A. MOBILE SOCIAL STYLES
*******************/
ul#social {
	list-style: none;
	float: right;
	/*width: 200px;*/
	width: 180px;
	height: 40px;
	margin: 4px 0 0;
}
ul#social li {
	width: 33px;
	height: 33px;
	background: url(../images/social-sprite.png) no-repeat;
	float: left;
	margin: 0px 7px 0 0;
	background-color: rgba(187,193,210,1);
	border: 1px solid rgba(90,20,0,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul#social li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul#social li {
	text-indent: -9999px;
}
ul#social li#google {
	background-position: 0px 0px;
}
ul#social li#google:hover {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
}
ul#social li#facebook {
	background-position: -39px 0px;
}
ul#social li#facebook:hover {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
}
ul#social li#twitter {
	background-position: -80px 0px;
}
ul#social li#twitter:hover {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
}
ul#social li#youtube {
	background-position: -120px 0px;
}
ul#social li#youtube:hover {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
}
ul#social li#instagram {
	background-position: -169px -3px;
}
ul#social li#instagram:hover {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
}

/*******************
06B. MOBILE SEARCH STYLES
*******************/
#search-box {
	width: 260px;
	height: auto;
	clear: both;
	margin: 0px auto;
	text-align: center;
}
#search-box label {
	display: none;
}
#search-box input[type="text"] {
	border: 1px solid rgba(90,20,0,1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	height: 33px;
}
#search-box input#s {
	color: rgba(51,84,129,1);
	font-family: 'Cabin', sans-serif;
	width: 180px;
}
#search-box input#searchsubmit {
	background-color: rgba(90,20,0,1);
	color: white;
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 0.5em;
	border: none;
	margin-left: -5px;
	letter-spacing: .05em;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-o-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	-webkit-box-shadow: 2px 0px 6px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 0px 6px 2px rgba(0,0,0,.4);
	-o-box-shadow: 2px 0px 6px 2px rgba(0,0,0,.4);
	box-shadow: 2px 0px 6px 2px rgba(0,0,0,.4);
}
#search-box input#searchsubmit:active,
#search-box input#searchsubmit:focus {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
/*******************
06C. MOBILE PATIENT INFO BUTTON STYLES
*******************/
#pat-info {
	float: left;
	width: 179px;
	height: 27px;
	background-color: rgba(90,20,0,1);
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	-o-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	padding: 0.1em;
	text-align: center;
	font-size: 1em;
	color: white;
	-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
#pat-info a {
	color: white;
	text-decoration: none;
}
#pat-info:hover {
	padding-top: .75em;
	height: 40px
}

/*******************
06B. MOBILE DIRECTIONS/REQUEST CONSULT. BUTTON STYLES
*******************/
#direct-request {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 27px;
    width: 100%;
    text-align: center;
}
.header-button {
	display: inline-block;
	width: auto;
	height: 27px;
	background-color: rgba(90,20,0,1);
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	-o-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	padding: 0.3em 1em;
	margin: 0 0.5em;
	text-align: center;
	font-size: 0.9em;
	color: white;
	-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
.req-butt {
	margin-right: 0px;
}
.header-button a, .header-button a:hover {
	color: white;
	text-decoration: none;
}

/*.header-button:hover {
	padding-bottom: .75em;
	height: 40px
}*/
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/



/*********************************************
NEW NAV
*********************************************/
/* navigation */
nav.mobileonly{
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	height: 38px;
	padding: 0.3em 0;
	font-family: 'Cabin', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	background-color: rgba(51,84,129,1);
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
}
nav.mobileonly a.mobile-burger {
	position: relative;
	color: #fff;
	display: block;
	font-weight: 700;
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	font-style: italic;
}
nav.mobileonly a.mobile-burger:before {
	position: relative;
	display: inline-block;
	content: url(../images/menu-hamburger.png);
	width:28px;
	height: 28px;
	vertical-align: middle;
	margin: -2px 0.2em 0 0;
}
/*nav.mobileonly a.mobile-burger:after{
  display: block;
  font-family: icomoon;
  content: "\e9bd";
  font-size: 1.6em;
  font-weight: 100;
  line-height: 0.7;
  vertical-align: middle;}*/
/*span.mobmenu-txt {
  font-size: 0.7em;
  line-height: 1;
  font-weight: 700;
  vertical-align: middle;}*/
nav.mobileonly ul {
	/*background: linear-gradient(rgba(162,166,148,1),rgba(152,160,110,1));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(162,166,148,1)),to(rgba(152,160,110,1)));
    background: -moz-linear-gradient(rgba(162,166,148,1), rgba(152,160,110,1));
    background: -o-linear-gradient(rgba(162,166,148,1),rgba(152,160,110,1));*/
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	-ms-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	box-shadow: 0px 0px 6px rgba(0,0,0,.3);
}
nav.mobileonly ul.top-nav {
	background-color: rgba(51,84,129,1);
	overflow:hidden;
	margin:0;
	text-transform: none;
}
nav.mobileonly ul.top-nav li {
	display:none;
	color: rgba(51,84,129,1);
	text-align:center;
	padding:14px 16px;
	text-decoration:none;
	border-top: 1px solid rgba(110,110,110,1);
}
/*nav.mobileonly ul.top-nav li{
  display:none;
  @include respond-to(sm){
    display: inline-block;
  }
}*/
nav.mobileonly ul.top-nav li:first-child {border-top:none;}
nav.mobileonly ul.top-nav li.active,nav.mobileonly ul.top-nav li:focus,nav.mobileonly ul.top-nav li:hover{
	color:rgba(51,84,129,1);
	background: rgba(104, 132, 173, 1);
}
nav.mobileonly ul.top-nav li a{
	color:white;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	font-style: italic;}
/* 1st level sub*/
nav.mobileonly ul.top-nav li ul.sub-menu {
	display:none;
	padding:0;
	font-size: 0.8em;
	margin:0;
	background:rgba(104,132,173,1);
}

nav.mobileonly ul.top-nav li ul.sub-menu li {
	background:0 0;
}
nav.mobileonly ul.top-nav li ul.sub-menu li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0.7em 1.5em;
	vertical-align: middle;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0.07em;
	font-weight: 300;}
nav.mobileonly ul.top-nav li ul.sub-menu li:hover,
nav.mobileonly ul.top-nav li ul.sub-menu li:focus,
nav.mobileonly ul.top-nav li ul.sub-menu li:active {background-color:rgba(104,132,173,1);}



nav.mobileonly ul.top-nav li.menu-item-has-children:before{
	font-family:Oswald,sans-serif;
	content: '+';
	display: block;
	color: white;
	font-size: 25px;
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	padding: 11px;
}
nav.mobileonly ul.top-nav li.menu-item-has-children ul.sub-menu{
	position: relative;
	left: 0;
	right: auto;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid rgba(104,132,173,1);
	box-shadow: inset 0 10px 14px -8px rgba(0,0,0,0.3);
}


nav.mobileonly ul.top-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children{position:relative}

nav.mobileonly ul.top-nav.responsive {
	position: relative;
	width: 96%;
	height: auto;
	padding: 0;
	margin: 0.1em auto;
	z-index: 9;
}
nav.mobileonly ul.top-nav.responsive li{
	float: none;
	display: block;
	text-align: left;
	width: 100%;
	height: auto;
	padding: 1% 2%;
	text-transform: uppercase;}
nav.mobileonly ul.top-nav.responsive li a{
	display: block;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	width: 91%;
	height: 100%;
	font-weight: 700;
	padding: 0.7em 1.5em;
	color: white;}
nav.mobileonly ul.top-nav.responsive li ul.sub-menu li a {
	text-transform: none;
	font-size: 1.2em;
	padding-left: 1.7em;
}
a#dropdown {
	display: block;
	width: 210px;
	text-align: center;
	margin: 1.3em 0;
	height: auto;
	font-size: 1.2em;
	letter-spacing: .05em;
	color: rgba(51,84,129,1);
}
a#dropdown:after {
	 font-family: 'icomoon';
	 content: '\ea1c';
	 display: inline-block;
	 transform: rotate(90deg);
	 vertical-align: middle;
}
ul.top-nav li.menu-item-has-children.dropdown ul.sub-menu {
	display: block;
}
ul.top-nav li.menu-item-has-children ul.sub-menu {
	display: none;
}
ul.top-nav li.menu-item-has-children ul.sub-menu.stay-dropdown {
	display: block !important;
}
ul.top-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children.double-dropdown ul.sub-menu {
	display: block;
}
ul.top-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
	display: none;
	background: -webkit-linear-gradient(rgba(20,52,85,1), rgba(51,84,129,1));
	background: -moz-linear-gradient(rgba(20,52,85,1), rgba(51,84,129,1));
	background: -o-linear-gradient(rgba(20,52,85,1), rgba(51,84,129,1));
	background: linear-gradient(rgba(20,52,85,1), rgba(51,84,129,1));
}
ul.top-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children.third-tier-dropdown ul.sub-menu {
	display: block;
}
ul.top-nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
	display: none;
}

@media only screen and (min-width: 768px) {
	nav.mobileonly {
		background-color:rgba(104, 132, 173, 1);
		height: 68px;
		padding: 0;

	}
	nav.mobileonly a.mobile-burger{display:none;}
	nav.mobileonly ul.top-nav {
		height: 34px;
		overflow: visible;
	}
	nav.mobileonly ul.top-nav li {
		position: relative;
		display: inline-block;
		max-width: 400px;
		width: auto;
		margin: 0 auto;
		padding: 0 .5em;
		height: 100%;
	}
	nav.mobileonly ul.top-nav li a {
		padding: .25em .25em;
		display: block;
	}
	nav.mobileonly ul.top-nav li ul.sub-menu {
		box-shadow: 0 4px 6px rgba(0,0,0,.4);
	}
	/* 1st level sub hover */
	nav.mobileonly ul.top-nav li.active ul.sub-menu,
	nav.mobileonly ul.top-nav li:focus ul.sub-menu,
	nav.mobileonly ul.top-nav li:hover ul.sub-menu{display:block}
	/* 2nd level sub*/
	nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu{
		display:none;
		padding: 10px 0;
		margin: 0;
		background: rgba(51,84,129,1);
		text-align: left;
		height: auto;
		min-width: 250px;}
	/* 2nd level sub hover*/
	nav.mobileonly ul.top-nav li ul.sub-menu li:active,
	nav.mobileonly ul.top-nav li ul.sub-menu li:focus,
	nav.mobileonly ul.top-nav li ul.sub-menu li:hover {
		background-color: rgba(51,84,129,1);
	}

	nav.mobileonly ul.top-nav li ul.sub-menu li:active ul.sub-menu,
	nav.mobileonly ul.top-nav li ul.sub-menu li:focus ul.sub-menu,
	nav.mobileonly ul.top-nav li ul.sub-menu li:hover ul.sub-menu{
		display:block;
		top: 0;
		left: 99%;}
	/* 3rd level sub*/
	/*nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu li ul.sub-menu{display:none;padding:0;margin:0}*/
	/* 3rd level sub hover*/
	/*nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu li:active ul.sub-menu,
    nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu li:focus ul.sub-menu,
    nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu{display:block}*/

	nav.mobileonly ul.top-nav li ul.sub-menu li {
		width: 100%;
		padding: .25em;
		-webkit-transition:.4s all ease-in-out;
		-moz-transition:.4s all ease-in-out;
		transition:.4s all ease-in-out;
	}
	nav.mobileonly ul.top-nav li ul.sub-menu li a {
		padding: 0.15em .25em;}
	nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu li a {
		padding: 0.25em .25em;}
	nav.mobileonly ul.top-nav li ul.sub-menu li:activei,
	nav.mobileonly ul.top-nav li ul.sub-menu li:hover,
	nav.mobileonly ul.top-nav li ul.sub-menu li:focus {
		background-color:rgba(51,84,129,1);
	}
	nav.mobileonly ul.top-nav li.menu-item-has-children:before{
		display: none;
	}
	nav.mobileonly ul.top-nav li.menu-item-has-children ul.sub-menu{
		position: absolute;
		top: 32px;
		left: 0;
		width: 260px;
		height: auto;
		border: none;
		text-align: center;
		margin: 0;}
	/* last child hover left */
	nav.mobileonly ul.top-nav li.menu-item-has-children:last-child ul.sub-menu {
		left: -180%;}
	nav.mobileonly ul.top-nav li.menu-item-has-children:last-child ul.sub-menu li.menu-item-has-children ul.sub-menu {
		left: -259px;}
	/* end last child hover left */
	nav.mobileonly ul.top-nav.responsive {
		margin: 0 auto;}
	nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu li {
		width: 100%;
		text-align: left;
		border: none;
	}
	nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu li:hover {
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
		background: black;
	}
	nav.mobileonly ul.top-nav li ul.sub-menu li ul.sub-menu{top: 29px;}
}
@media only screen and (max-width: 960px) {
	nav.mobileonly ul.top-nav li a {font-size: 0.8em;}
}
@media only screen and (max-width: 767px) {
	nav.mobileonly ul.top-nav li.menu-item-has-children {
		position:relative
	}
}
@media only screen and (min-width: 1030px) {
	a#dropdown {display: none;}
}


/*********************************************
END NEW NAV/
*********************************************/



header nav {
	background: rgba(104,132,173,1);
	text-align: center;
	height: 38px;
	position: relative;
	z-index: 9999;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
}

.mobileonly .nav {
	display: none;
	background: rgba(51,84,129,1);
	border: 0;
	margin: 0px;
	text-align: center;
	height: auto;
	padding: 4% 0 0 7%;
    -webkit-box-shadow: inset 0px 10px 10px -8px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0px 10px 10px -8px rgba(0,0,0,.4);
    -o-box-shadow: inset 0px 10px 10px -8px rgba(0,0,0,.4);
    -ms-box-shadow: inset 0px 10px 10px -8px rgba(0,0,0,.4);
    box-shadow: inset 0px 10px 10px -8px rgba(0,0,0,.4);
	/* end .menu li */

	/* highlight current page */

	/* end current highlighters */
}
.mobileonly .nav ul {
}
.mobileonly .nav li {
	text-align: left;
	/*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/

}
.mobileonly .nav li a {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	color: white;
	text-transform: uppercase;
	/*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/

}
.mobileonly .nav li ul.sub-menu li a,
.mobileonly .nav li ul.children li a {
	padding-left: 30px;
	text-transform: none;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.mobileonly .nav li ul.sub-menu li ul.sub-menu,
.nav li ul.children li ul.children {
	padding-left: 1em;
	*border-top: 1px solid rgba(255,255,255,0.4);
}

.dt-only {
	display: none;
}

label {
	cursor: pointer;
	height: 105px;
	width: 170px;
}

label p {
	color: white;
	text-transform: uppercase;
	text-align: left;
	font-style: italic;
	font-size: 1.5em;
	margin: 0 0 0 1em;
	text-shadow: 1px 1px 5px #7d7d7d;
}
.mobileonly {
	background-color: rgba(51,84,129,1);
}

.mobileonly ul {
/* BLAH STYLES */
}

#menu-toggle {
	display: none; /* hide the checkbox */
}

#menu-toggle:checked + .nav {
	display: block;
}

/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
	*margin-top: 2.2em;
}
/*********************
PHOTO GALLERY STYLES
*********************/
#gallery-cat-container {
   display: flex;
	flex-direction: column;
   justify-content: space-between;
   align-items: flex-start;
	margin-top: 1em;
}
.cat-list-box {
   max-width: 207px;
   text-align: center;
	flex-shrink: 1;
}
.cat-pic img {
   border: 2px solid rgba(0,0,0,1);
}
.cat-list-box h3 {
   font-family: 'Cabin', sans-serif;
   font-weight: 600;
   letter-spacing: .04em;
	color: rgba(54,84,129,1);
	font-size: 1.5em;
	margin: 0 auto;
   line-height: 1.2em;
   min-height: 60px;
}
h3.gallery-ba {
	color: rgba(51,84,129,1);
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	margin: 0.1em;
	font-weight: 500;
	letter-spacing: .03em;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
	color: #999;
	margin-top: -0.1em;
	font-size: 0.8em;
	font-style: italic;
}
/* entry content */
.entry-content {
	/*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content p {
	text-align: justify;
}
.entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}
.entry-content img {
	margin: 0 0 0.75em 0;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(51,84,129,1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.4);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.4);
	-ms-box-shadow: 0 0 6px rgba(0,0,0,.4);
	box-shadow: 0 0 6px rgba(0,0,0,.4);
}
.entry-content video,
.entry-content object {
	max-width: 100%;
	height: auto;
}
.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}
.entry-content ul {
   list-style-type: disc;
   padding-left: 1.5em;
}
/* end .entry-content */
.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
	/* images inside wp-caption */

}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}
.entry-content a {
	font-weight: 700;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.entry-content a:hover,
.entry-content a:visited:hover,
.entry-content a:focus,
.entry-content a:visited:focus {
	text-decoration: none;
	border-right: 1px solid rgba(51,84,129,1);
	border-left: 1px solid rgba(51,84,129,1);
	padding: 0px .4em;
	border-radius: 12px;
	}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/**************************
09. PAGE NAVI STYLES
**************************/
.page-navigation,
.wp-prev-next {
	margin: 1.1em 0 2.2em;
}
.bones_page_navi {
	/* current page link */

	/* end .bones_page_navi .bpn-current */

	/* common styles for page-navi links */

	/* remove the bg on end links */

	/* previous link */

	/* next page link */

	/* first page link */

	/* last page link */

}
.bones_page_navi li {
	float: left;
	margin-left: 0px;
}
.bones_page_navi li a {
	padding: 3px 6px;
	display: block;
	text-decoration: none;
	position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
	color: #f01d4f;
	text-decoration: underline;
}
.bones_page_navi li.bpn-current {
	padding: 3px 6px;
	border-bottom: 2px solid #f01d4f;
	position: relative;
}
.bones_page_navi li.bpn-current a {
	/* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
	font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
	padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
	background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
	float: left;
}
.wp-prev-next .next-link {
	float: right;
}
/* end .wp-prev-next */
/**********************
10. COMMENT STYLES
**********************/
/* h3 comment title */
#comments {
	/* number of comments span */

}
.commentlist {
	/* general comment classes */

	/* vcard */

	/* end .commentlist .vcard */

	/* comment meta */

	/* comment content */

	/* end .commentlist .comment_content */

	/* comment reply link */

	/* end .commentlist .comment-reply-link */

}
.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
	/* end .commentlist li ul.children */

}
.commentlist li:last-child {
	margin-bottom: 0;
}
.commentlist li ul.children {
	margin: 0;
	/* variations */

	/* change number for different depth */

}
.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}
.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}
.commentlist li:not(.depth-1) {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0;
	padding-bottom: 0;
}
.commentlist .odd {
	background: #eee;
}
.commentlist .even {
	background: #fefefe;
}
.commentlist .vcard {
	margin-left: 50px;
}
.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}
.commentlist .vcard time {
	float: right;
}
.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}
.commentlist .vcard time a:hover {
	text-decoration: underline;
}
.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}
.commentlist .comment_content {
	margin-left: 50px;
}
.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}
.commentlist .comment-reply-link {
	text-decoration: none;
	float: right;
	background: #4598bb;
	padding: 3px 5px;
	color: #fff;
	opacity: 0.65;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
	opacity: 1;
}
/* end .commentlist */
/************************
11. COMMENT FORM STYLES
************************/
.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
}
.respond-form form {
	margin: 0.75em 0;
}
.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
	display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em;
	/* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
	background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
}
.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
	margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
	margin: 0 20px 1.1em;
}

/*********************
PAGE VIDEO STYLES MOBILE
*********************/
#home-vid-box {
	float: none;
	width: 90%;
	height: auto;
	margin: 0 auto 1.5em;
	clear: right;
}
#home-vid-box iframe {
	width: 100%;
	height: 220px;
}
#feat-image {
	float: none;
	max-width: 280px;
	height: auto;
	margin: 0px auto;
	text-align: center;
}
/**************************
TREATMENT OPTIONS PAGE LINK
**************************/
div#box-right {
    position: relative;
    width: 100%;
    float: none;}
h3#treatments-link {
	float: none;
	width: 80%;
	height: auto;
	margin: 0px auto 1em;
	text-align: center;
	padding: 0.25em 0.7em;
	background: linear-gradient(rgba(104,132,173,1), rgba(51,84,129,1));
	background: linear-gradient(rgba(104,132,173,1), rgba(51,84,129,1));
	background: linear-gradient(rgba(104,132,173,1), rgba(51,84,129,1));
	background: linear-gradient(rgba(104,132,173,1), rgba(51,84,129,1));
	border: 1px solid rgba(0,0,0,1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 7px rgba(255,255,255,0.6) inset;
	-moz-box-shadow: 1px 1px 7px rgba(255,255,255,0.6) inset;
	-o-box-shadow: 1px 1px 7px rgba(255,255,255,0.6) inset;
	box-shadow: 1px 1px 7px rgba(255,255,255,0.6) inset;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
h3#treatments-link.req-consult-bttn {
    background: -webkit-linear-gradient(rgba(130,60,40,1), rgba(90,20,0,1));
    background: -moz-linear-gradient(rgba(130,60,40,1), rgba(90,20,0,1));
    background: -o-linear-gradient(rgba(130,60,40,1), rgba(90,20,0,1));
    background: linear-gradient(rgba(130,60,40,1), rgba(90,20,0,1));
}
h3#treatments-link a {
	display: block;
	color: white;
	font-size: 1em;
	font-weight: 300;
	text-decoration: none;
}
	/*********************
	PAGE MAP STYLES
	*********************/
div#gmap {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
div#gmap iframe {
	width: 100%;
	height: 300px;
	border: 1px solid rgba(51,84,129,1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.4);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.4);
	-ms-box-shadow: 0 0 6px rgba(0,0,0,.4);
	box-shadow: 0 0 6px rgba(0,0,0,.4);
}

h3#ftbox-title {
	float: right;
	margin: 0;
	background-color: rgba(90,20,0,1);
	padding: 1.4% 2% 0px;
	font-size: 1em;
	color: white;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-style: italic;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	-o-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
}
/*********************
MOBILE QUAD SLIDER STYLES
*********************/
#quadslider-container {
	width: 100%;
	background-color: rgba(51,84,129,1);
	overflow: hidden;
}
ul.quadslider {
	margin: 0 auto;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 31px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 31px 6px rgba(0,0,0,.4);
	-o-box-shadow: 0px 0px 31px 6px rgba(0,0,0,.4);
	box-shadow: 0px 0px 31px 6px rgba(0,0,0,.4);
}
ul.quadslider li {
	position: relative;
	width: 90%;
	height: 250px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.quad-text {
	position: absolute;
	width: 100%;
	height: 37px;
	bottom: -3px;
}
.quad-text h2 {
	font-size: 1.2em;
	background-color: rgba(51,84,129,.7);
	text-align: none;
	line-height: 1;
	margin: 0;
	padding: 0.4em !important;
	color: white;
	text-transform: uppercase;
	letter-spacing: .05em;
}
ul.quadslider a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: rgba(51,84,129,1);
}
.quadslider img {
	*position: absolute;
	*top: -10px;
	*left: 0;
}
/*********************
HOME FEATURED SECTION STYLES
*********************/
#ft-container-fw {
  width: 100%;
  height: auto;
  margin: 1em auto;
}
#ft-container {
	max-width: 1100px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	max-width: 1100px;
}
.ft-box {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 1em auto;
}
.ft-image {
	position: relative;
	width: 225px;
	height: 225px;
	-webkit-border-radius: 7em;
	-moz-border-radius: 7em;
	-o-border-radius: 7em;
	border-radius: 7em;
	border: 4px solid rgba(51,84,129,1);
	overflow: hidden;
	margin: 0px auto;
}
.ft-image img {
	width: 100%;
	height: auto;
}
.ft-title {
	position: relative;
	width: 225px;
	margin: -1.4em auto 0;
	background-color: rgba(51,84,129,1);
	padding: 0.1em;
	font-size: 1.4em;
	color: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	letter-spacing: .1em;
}
.ft-box a {
	text-decoration: none;
}


/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
	/* deep nesting */

}

/*********************
OUR TEAM TEMPLATE STYLES
*********************/
ul.team-container {
	width: 100%;
	padding: 0 2%;
}
li.team-member {
	width: 100%;
	height: auto;
	margin: 0 0 1.5em 0;
}
img.team-pic {
	margin: 0;
	width: 100%;
	height: auto;
}
h3.member-name {
	margin: 0;
	text-align: center;
	font-size: 1.3em;
}
.team-member a {
	display: block;
	width: 100%;
	height: 100%;
}


/*********************
MEET DR AGUIRRE CONTACT
*********************/
#contact-container-bar {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 3.5em;
	background: -webkit-linear-gradient(rgba(104,132,173,1),rgba(51,84,129,1));
	background: -moz-linear-gradient(rgba(104,132,173,1),rgba(51,84,129,1));
	background: -o-linear-gradient(rgba(104,132,173,1),rgba(51,84,129,1));
	background: linear-gradient(rgba(104,132,173,1),rgba(51,84,129,1));
}
#aguirre-pic {
	display: none;
}
#aguirre-excerpt-box {
	display: none;
}
#contact-bar-form {
	width: 100%;
}
#contact-bar-form iframe {
	margin: 0 auto;
	width: 101%!important;
}
h5.req-button {
	background: -webkit-linear-gradient(rgba(130,60,40,1), rgba(90,20,0,1));
	background: -moz-linear-gradient(rgba(130,60,40,1), rgba(90,20,0,1));
	background: -o-linear-gradient(rgba(130,60,40,1), rgba(90,20,0,1));
	background: linear-gradient(rgba(130,60,40,1), rgba(90,20,0,1));
	border: 1px solid rgba(0,0,0,1);
	color: white;
	margin: 1em;
	padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 700;
	letter-spacing: .1em;
	font-size: .9em;
	box-shadow: 1px 1px 7px rgba(255,255,255,0.6) inset;
	text-align: center;
}
h5.req-button a, h5.req-button a:hover {
	color: white;
}
/*********************
GALLERY STYLEs
*********************/
#procedures {
	float: none;
	margin: 1.25em 0;
	border-left: none;
	border-top: 2px solid #565655;
	border-bottom: 2px solid #565655;
	padding-left: 1em;
}
h4.proc-heading {
	font-style: italic;
	color: rgba(51,84,129,1);
	font-size: 1.4em;
	margin: 0em auto .5em;
	text-align: left;
}
#procedure-content {
	text-align: justify;
}
#procedures ul {
	margin: 0px auto;
	list-style-type: disc;
	list-style-position: inside;
}
li.proc-name {
	margin: 0em 0 .5em;
	font-weight: 600;
}
.tax-gallery_cats nav.page-navigation,
.tax-gallery_cats nav.page-navigation-of,
.single-ascd_gallery nav.page-navigation,
.single-ascd_gallery nav.page-navigation-of {
	height: 40px;
	margin: 0px auto 1em;
	color: white;
	background: rgba(51,84,129,1);
	border-radius: 12px 12px 0px 0px;
	position: relative;
}
.tax-gallery_cats ol.bones_page_navi.clearfix,
.tax-gallery_cats ul.bones_page_navi.clearfix,
.single-ascd_gallery ol.bones_page_navi.clearfix,
.single-ascd_gallery ul.bones_page_navi.clearfix {
	padding: 0.4em 1em 0;
	margin: 0px;
	text-align: center;
}
.tax-gallery_cats .bones_page_navi li,
.single-ascd_gallery .bones_page_navi li{
	display: inline-block;
	float: none;
}
.tax-gallery_cats .bpn-next-link,
.single-ascd_gallery .bpn-next-link {
	float: right !important;
}
.tax-gallery_cats .bpn-prev-link,
.single-ascd_gallery .bpn-prev-link {
	float: left !important;
}
.tax-gallery_cats .bones_page_navi li.bpn-prev-link a,
.tax-gallery_cats .bones_page_navi li.bpn-next-link a,
.single-ascd_gallery .bones_page_navi li.bpn-prev-link a,
.single-ascd_gallery .bones_page_navi li.bpn-next-link a {
	color: white;
	font-weight: 300;
	text-decoration: none;
}
.tax-gallery_cats .bones_page_navi li.bpn-prev-link a img,
.tax-gallery_cats .bones_page_navi li.bpn-next-link a img,
.single-ascd_gallery .bones_page_navi li.bpn-prev-link a img,
.single-ascd_gallery .bones_page_navi li.bpn-next-link a img {
   vertical-align: middle;
}
.tax-gallery_cats .bones_page_navi li.bpn-prev-link a img,
.single-ascd_gallery .bones_page_navi li.bpn-prev-link a img {
	float: left;
	margin-right: .3em;
}
.tax-gallery_cats .bones_page_navi li.bpn-next-link a img,
.single-ascd_gallery .bones_page_navi li.bpn-next-link a img {
	float: right;
	margin-left: .3em;
}
.tax-gallery_cats .bones_page_navi li a,
.single-ascd_gallery .bones_page_navi li a {
    color: white;
}
.tax-gallery_cats li.bpn-current,
.single-ascd_gallery li.bpn-current {
	border: none;
}



/*********************
COOLSCULPT PAGE
*********************/

/* Video Screenshot Image Styling */
img.wp-image-3893 {
	box-shadow: none;
	border: none;
	display: block;
	margin: 0 auto;
}




/*********************
13. FOOTER STYLES
*********************/
.footer {
	clear: both;
	background-color: black;
	color: white;
	height: 50px;
}

.copyright {
	font-size: 0.6em;
	letter-spacing: 0.1em;
	font-weight: 100;
	padding: 0;
	margin: 0;
	float: left;
}
#footer-logo {
	float: right;
	margin: 0;
	padding: 0;
	opacity: 1;
}
#footer-logo:hover {
	opacity: .7;
}
#blog-testi-container {
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgba(90,20,0,1);
	margin: 2em 0 0;
	text-align: center;
	color: white;
}
#blog-testi-container a {
	color: rgba(220,170,150,.7);
}
/* TESTIMONIALS STYLES */
#foot-testimonials {
	position: relative;
	width: 100%;
	min-height: 142px;
	padding: 2% 5%;
	text-align: justify;
	font-weight: 100;
	font-style: italic;
}
#foot-testimonials ul.slides {
	height: 180px;
}
#foot-testimonials h3 {
	color: rgba(90,20,0,1);
	position: absolute;
	top: -1.075em;
	font-size: 1.6em;
	font-style: italic;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
}
/* BLOG STYLES */
#foot-blog {
	margin-top: 1em;
	width: 100%;
	height: auto;
	padding: 5%;
}
#foot-blog h3 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
}
#foot-blog a {
	font-size: 1em;
	color: rgba(255,255,255,1);
	font-style: italic;
	letter-spacing: .025em;
}
#foot-blog ul {
	margin: 0;
}
#foot-blog li {
	margin-bottom: 1.7em;
}
h6.blog-date {
	margin: 0;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.6em;
	font-style: italic;
	font-weight: 200;
	color: rgba(220,170,150,.7);
}
/* TESTI BLOG FLEX STYLES */
#foot-testimonials .flex-control-nav,
#foot-testimonials .flex-direction-nav {
    display: none;
}
/*Newsletter styles*/
.footer-newsletter {
	padding-bottom: 20px;
}
.footer-newsletter h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	margin: 0px;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
.tax-gallery_cats nav.page-navigation {
   display: none;
}
.tax-gallery_cats h1.single-title,
.single-ascd_gallery h1.single-title {
   margin-bottom: 0.8em;
}
/* wp gallery styles */
.gallery {
	display: flex;
	justify-content: space-around;
	align-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.gallery-item {
	width: 300px !important;
	height: auto;
	display: block;
}
.gallery-icon img {width: 100%;}
.gallery br {display: none;}
@media only screen and (min-width: 481px) {

	/******************************************************************
	Site Name:
	Author:

	Stylesheet: 481px and Up Stylesheet

	This stylesheet is loaded for larger devices. It's set to
	481px because at 480px it would load on a landscaped iPhone.
	This isn't ideal because then you would be loading all those
	extra styles on that same mobile connection.

	A word of warning. This size COULD be a larger mobile device,
	so you still want to keep it pretty light and simply expand
	upon your base.less styles.

	******************************************************************/
	/*********************
	NAVIGATION STYLES
	*********************/
	/* .menu is clearfixed inside mixins.scss */
	.menu {
		/* end .menu ul */

	}
	.menu ul {
		/* end .menu ul li */

		/* highlight current page */

		/* end current highlighters */

	}
	.menu ul li {
		/*
					plan your menus and drop-downs wisely.
					*/

	}
	.menu ul li a {
		/*
						you can use hover styles here even though this size
						has the possibility of being a mobile device.
						*/

	}
	/* end .menu */
	/*********************
	POSTS & CONTENT STYLES
	*********************/
	/* entry content */
	.entry-content {
		/* at this larger size, we can start to align images */

	}
	.entry-content .alignleft,
	.entry-content img.alignleft {
		margin-right: .75em;
		display: inline;
		float: left;
	}
	.entry-content .alignright,
	.entry-content img.alignright {
		margin-left: .75em;
		display: inline;
		float: right;
	}
	.entry-content .aligncenter,
	.entry-content img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
	/* end .entry-content */
	/*********************
	FOOTER STYLES
	*********************/
	/*
	check your menus here. do they look good?
	do they need tweaking?
	*/
	/* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
	/******************************************************************
	Site Name:
	Author:

	Stylesheet: Grid Stylesheet

	I've seperated the grid so you can swap it out easily. It's
	called at the top the style.less stylesheet.

	There are a ton of grid solutions out there. You should definitely
	experiment with your own. Here are some recommendations:

	http://gridsetapp.com - Love this site. Responsive Grids made easy.
	http://gridpak.com/ - Create your own responsive grid.

	The grid below is a combination of the 1140 grid and Twitter Boostrap.
	I liked 1140 but Boostrap's grid was way more detailed so I merged them
	together, let's see how this works out. If you want to use 1140, the original
	values are commented out on each line.

	******************************************************************/
	.onecol {
		width: 5.801104972%;
	}
	/* 4.85%;  } /* grid_1  */
	.twocol {
		width: 14.364640883%;
	}
	/* 13.45%; } /* grid_2  */
	.threecol {
		width: 22.928176794%;
	}
	/* 22.05%; } /* grid_3  */
	.fourcol {
		width: 31.491712705%;
	}
	/* 30.75%; } /* grid_4  */
	.fivecol {
		width: 40.055248616%;
	}
	/* 39.45%; } /* grid_5  */
	.sixcol {
		width: 48.618784527%;
	}
	/* 48%;    } /* grid_6  */
	.sevencol {
		width: 57.182320438000005%;
	}
	/* 56.75%; } /* grid_7  */
	.eightcol {
		width: 65.74585634900001%;
	}
	/* 65.4%;  } /* grid_8  */
	.ninecol {
		width: 74.30939226%;
	}
	/* 74.05%; } /* grid_9  */
	.tencol {
		width: 82.87292817100001%;
	}
	/* 82.7%;  } /* grid_10 */
	.elevencol {
		width: 91.436464082%;
	}
	/* 91.35%; } /* grid_11 */
	.twelvecol {
		width: 99.999999993%;
	}
	/* 100%;   } /* grid_12 */
	.onecol,
	.twocol,
	.threecol,
	.fourcol,
	.fivecol,
	.sixcol,
	.sevencol,
	.eightcol,
	.ninecol,
	.tencol,
	.elevencol,
	.twelvecol {
		position: relative;
		float: left;
		margin-left: 2.762430939%;
	}
	.first {
		margin-left: 0;
	}
	.last {
		float: right;
	}
	.fullwidth {
		width: 100%;
	}
	/********************
	Site Name:
	Author:

	Stylesheet: Tablet & Small Desktop Stylesheet

	Here's where you can start getting into the good stuff.
	This size will work on iPads, other tablets, and desktops.
	So you can start working with more styles, background images,
	and other resources. You'll also notice the grid starts to
	come into play. Have fun!

	*********************/
	/*********************
	GENERAL STYLES
	*********************/
	.page-div {
		display: inline-block;
		width: 28%;
		vertical-align: top;
		margin: 2%;
		text-align: left;
	}
	.page-div img {
		width: 40%;
	}
	p.page-div {
		width: 48%;
	}
	/* EVENTS AND SPECIALS "PAGE" STYLES */
	.post-1591 ul li {
		max-width: 60%;
	}
	/*********************
	LAYOUT & GRID STYLES
	*********************/
	.wrap {
		max-width: 1100px;
	}
	/*********************
	HEADER SYTLES
	*********************/
	.header {
	   position: fixed;
	   z-index: 99;
	   width: 100%;
	}
	.header-gallery {
		position: relative;
	}
	#inner-header {
		height: 157px;
	}
	#header-address {
		position: absolute;
		top: 45px;
		right: 0px;
		text-align: right;
	}
	#soc-info {
		width: 397px;
		right: 24%;
	}
	#header-address {
		position: absolute;
		top: 45px;
		right: 0px;
		text-align: right;
	}
	p#phone {
		margin: 0;
	}
	p#phone a {
		color: white;
		font-size: 1.5em;
		margin: 0;
		text-shadow: 2px 2px 6px rgba(0,0,0,.6);
		text-decoration: none;
	}
	p#address {
		display: block;
		margin: 0;
		line-height: 1.2em;
		color: rgba(51,84,129,1);
		font-weight: 700;
	}
	#logo {
		float: left;
		width: 250px;
		height: 150px;
		margin: .2em 0 0;
	}
	#direct-request {
		width: auto;
		text-align: none;
	}
	.header-button {
		font-size: 1em;
		padding: 0.1em 1em
	}
	#content {
   	padding-top: 219px;
	}
	/*********************
	NAVIGATION STYLES
	*********************/
	/*
	header nav {
		height: 70px;}
	.dt-only {
		display: block;}
	.mobileonly {
		display:none;}
	.nav {
		display: block;
		background: rgba(51,84,129,1);
		border: 0;
		margin: 0px;
		text-align: center;
		height: 34px;

	}
	.nav li {
		display: inline-block;
		*position: relative;

	}
	.nav li a {
		display: block;
		border-bottom: 0;
		padding: 0.29em 0.3em;
		color: white;
		font-style: italic;
		font-size: 1.1em;
		line-height: 1.4em;

	}
	.nav li a:hover,
	.nav li a:focus {
		background-color: rgba(104,132,173,1);
		color: white;
	}

	.nav li ul.sub-menu,
	.nav li ul.children {
		margin: 0;
		position: absolute;
		display: none;
		z-index: 8999;
		width: 100%;
		height: 33px;
		left: 0;


	}
	.nav li ul.sub-menu li,
	.nav li ul.children li {
		display: inline-block;
		position: relative;


	}
	.nav li ul.sub-menu li a,
	.nav li ul.children li a {
		padding: 1px 0.4em;
		border-right: 0;
		display: inline-block;
		width: 100%;
		font-size: 13.5px;
		font-style: normal;
		font-weight: 300;
		letter-spacing: .05em;
	}
	.nav li ul.sub-menu li a:hover,
	.nav li ul.children li a:hover,
	.nav li ul.sub-menu li a:focus,
	.nav li ul.children li a:focus {
		text-shadow: 1px 1px 0px rgba(51,84,129,1);
	}

	.nav li ul.sub-menu li:last-child a,
	.nav li ul.children li:last-child a {
		border-bottom: 0;
	}
	.nav li:hover ul {
		top: auto;
		display: block;
	}


	.nav li ul.sub-menu li ul.sub-menu,
	.nav li ul.children li ul.children {
		display: none;
		min-width: 250px;
		height: auto;
		background: rgba(51,84,129,1);
		text-align: left;
		background: -webkit-linear-gradient(rgba(20,52,85,1), rgba(51,84,129,1));
		background: -moz-linear-gradient(rgba(20,52,85,1), rgba(51,84,129,1));
		background: -o-linear-gradient(rgba(20,52,85,1), rgba(51,84,129,1));
		background: linear-gradient(rgba(20,52,85,1), rgba(51,84,129,1));
	}
	.nav li ul.sub-menu li:hover ul.sub-menu,
	.nav li ul.children li:hover ul.children {
		display: block;
		padding: 10px 0;
	}
	.nav li ul.sub-menu li ul.sub-menu li,
	.nav li ul.children li ul.children li {
		position: relative;
		width: 100%;
		margin: 0.2em 0;
	}
	.nav li ul.sub-menu li ul.sub-menu li a,
	.nav li ul.children li ul.children li a {
		font-size: .9em;
		font-weight: 300;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		padding: 4px 0.8em;
	}
	.nav li ul.sub-menu li ul.sub-menu li a:hover,
	.nav li ul.children li ul.children li a:hover {
		text-shadow: 2px 2px 4px rgba(0,0,0,1);
		background: black;
	}

	.nav li ul.sub-menu li ul.sub-menu li ul.sub-menu,
	.nav li ul.children li ul.children li ul.children {
		position: relative;
		display: block;
		min-width: 80% !important;
		width: 90%;
		margin: -0.2em 0 0 .4em;
		background: none;
		padding: 0;
	}
	.nav li ul.sub-menu li ul.sub-menu li ul.sub-menu li,
	.nav li ul.children li ul.children li ul.children li {
		margin: 0;
	}
	.nav li ul.sub-menu li ul.sub-menu li ul.sub-menu li a,
	.nav li ul.children li ul.children li ul.children li a {
		font-weight: 100;
		font-size: .8em;
	}
	.nav li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover,
	.nav li ul.children li ul.children li ul.children li a:hover {
		background: none;
	}

	*/

	/* end .nav */

	/*********************
	QUAD SLIDER STYLES
	*********************/
	#quadslider-container {
		width: 100%;
		background-color: rgba(51,84,129,1);
		overflow: hidden;
	}
	ul.quadslider {
		margin: 0 auto;
		width: 1100px;
		height: 375px;
		-webkit-box-shadow: 0px 0px 31px 6px rgba(0,0,0,.4);
		-moz-box-shadow: 0px 0px 31px 6px rgba(0,0,0,.4);
		-o-box-shadow: 0px 0px 31px 6px rgba(0,0,0,.4);
		box-shadow: 0px 0px 31px 6px rgba(0,0,0,.4);
	}
	ul.quadslider li {
		position: relative;
		width: 24.75%;
		height: 375px;
		display: inline-block;
		overflow: hidden;
		text-align: none;
	}

	.quad-text {
		position: absolute;
		bottom: 170px;
		right: -169px;
		transform: rotate(-90deg);
		width: 374px;
		height: 37px;
	}
	.quad-text h2 {
		font-size: 1.3em;
		background-color: rgba(51,84,129,.7);
		text-align: left;
		line-height: 1;
		margin: 0;
		padding: 0.4em;
		color: white;
		text-transform: uppercase;
		letter-spacing: .05em;
	}
	ul.quadslider a {
		text-decoration: none;
		width: 100%;
		height: 100%;
		color: rgba(51,84,129,1);
	}
	.quadslider img {
		top: 0px;
		opacity: 1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.quadslider img:hover {
		transform: scale(1.1);
	}

	/*********************
	PAGE VIDEO STYLES MOBILE
	*********************/
	#home-vid-box {
		display: block;
		width: 480px;
		height: auto;
		margin: 0 0 1.5em;
	}
	#home-vid-box iframe {
		width: 100%;
		height: 300px;
	}
	#feat-image {
		float: right;
		max-width: 280px;
		height: auto;
		margin: 0px;
		text-align: center;
	}


	.ft-image {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0);
		-o-box-shadow: 0px 0px 6px rgba(0,0,0,0);
		box-shadow: 0px 0px 6px rgba(0,0,0,0);
	}

	.ft-image:hover {
		-webkit-transform: scale(.95);
		-moz-transform: scale(.95);
		-o-transform: scale(.95);
		transform: scale(.95);
		-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.6);
		-moz-box-shadow: 0px 4px 4px rgba(0,0,0,.6);
		-o-box-shadow: 0px 4px 4px rgba(0,0,0,.6);
		box-shadow: 0px 4px 4px rgba(0,0,0,.6);
	}
	/**************************
	TREATMENT OPTIONS PAGE LINK
	**************************/
	div#box-right {
		position: relative;
      width: 500px;
      float: right;
      margin: 0 0 1.5em 1.5em;
      border-left: 2px solid #565656;
      padding-left: 20px;}
	h3#treatments-link {
		display: block;
		width: 100%;
		*margin: 0 1em;
	}
	h3#treatments-link a:hover,
		h3#treatments-link a:focus {
	    border: 0;
	    padding: 0;
	}
	h3#treatments-link:hover {
		opacity: .8;
		*margin: 0px -.7em 1em 1em;
	}

	/*********************
	PAGE MAP STYLES
	*********************/
	div#gmap {
		float: right;
		width: 50%;
		height: 300px;
		margin: 0 0 .5em 1em;
	}
	div#gmap iframe {
		width: 100%;
		height: 300px;
	}

	/*********************
	MEET DR AGUIRRE CONTACT
	*********************/
	/*
	#contact-container-bar {
		height: 430px;
	}*/

	#contact-container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
		flex-wrap: wrap;
		position: relative;
		min-height: 430px;
		max-width: 1100px;
		margin: 0 auto;
	}
	h3#meet-aguirre {
		width: 100%;
		vertical-align: bottom;
		font-size: 2em;
		position: absolute;
		top: -34px;
		left: 0;
		margin: 0;
		font-weight: 700;
		color: rgba(51,84,129,1);
		font-style: italic;
	}
	#aguirre-pic {
		display: inline-block;
		position: relative;
		bottom: -86px;
		width: 204px;
	}
	#aguirre-excerpt-box {
		display: inline-block;
		position: relative;
		width: 40%;
		margin-left: 1.5em;
	}
	#meet-blurb {
		color: white;
		font-size: 1em;
		text-align: justify;
		*max-height: 310px;
		height: 315px;
		overflow-y: auto;
		padding-right: 1.1em;
		-webkit-scrollbar-face-color: white;
		-webkit-scrollbar-shadow-color: #2D2C4D;
		-webkit-scrollbar-highlight-color:#7D7E94;
		-webkit-scrollbar-3dlight-color: #7D7E94;
		-webkit-scrollbar-darkshadow-color: #2D2C4D;
		-webkit-scrollbar-track-color: #7D7E94;
		-webkit-scrollbar-arrow-color: #C1C1D1;
	}

	#contact-bar-form {
		width: 30%;
		display: inline-block;
	}

	/*********************
	OUR TEAM TEMPLATE STYLES
	*********************/
	ul.team-container {
		text-align: center;
	}
	li.team-member {
		width: 21%;
		margin: 0 1.2em 1.5em;
		display: inline-block;
		vertical-align: top;
		opacity: 1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	h3.member-name {
		font-size: 1.1em;
		line-height: 1.2em;
	}
	.team-member a {
		display: block;
		width: 100%;
		height: 100%;
	}
	li.team-member:hover {
		opacity: .7;
	}
	/*********************
	GALLERY STYLEs
	*********************/
	#procedures {
		float: right;
		border-top: none;
		border-bottom: none;
		border-left: 2px solid #565656;
		padding-left: 1em;
		margin: 0px 0px 2em 1em;
	}

	/*********************
	SIDEBARS & ASIDES
	*********************/
	.sidebar {
		margin-top: 2.2em;
	}
	.widgettitle {
		border-bottom: 2px solid #444;
		margin-bottom: 0.75em;
	}
	.widget {
		padding: 0 10px;
		margin: 2.2em 0;
	}
	.widget ul li {
		margin-bottom: 0.75em;
		/* deep nesting */

	}
	.widget ul li ul {
		margin-top: 0.75em;
		padding-left: 1em;
	}


	/* links widget */
	/* meta widget */
	/* pages widget */
	/* recent-posts widget */
	/* archives widget */
	/* tag-cloud widget */
	/* calendar widget */
	/* category widget */
	/* recent-comments widget */
	/* search widget */
	/* text widget */
	/*********************
	FOOTER STYLES
	*********************/
	/*
	you'll probably need to do quite a bit
	of overriding here if you styled them for
	mobile. Make sure to double check these!
	*/
	.footer-links ul li {
		/*
				be careful with the depth of your menus.
				it's very rare to have multi-depth menus in
				the footer.
				*/

	}
	#blog-testi-container {
		position: relative;
		width: 100%;
		height: 260px;
		background-color: rgba(90,20,0,1);
		margin: 2em 0 0;
		text-align: center;
	}
	#foot-testimonials {
		float: left;
		position: relative;
		width: 40%;
		height: auto;
	}
	#foot-testimonials h3 {
		color: rgba(90,20,0,1);
		position: absolute;
		top: -1.075em;
		font-size: 1.6em;
		font-style: italic;
		font-weight: 700;
		margin: 0px;
		text-transform: uppercase;
	}
	#foot-blog {
		float: left;
		margin-top: 1em;
		width: 30%;
		height: auto;
		padding: 2%;
		text-align: left;
	}
	#foot-blog h3 {
		color: rgba(90,20,0,1);
		position: absolute;
		top: -1.075em;
		font-size: 1.6em;
		font-style: italic;
		font-weight: 700;
		margin: 0px;
		text-transform: uppercase;
	}
	.footer-newsletter {
		float: right;
		height: auto;
		padding: 2%;
		width: 25%;
		padding-bottom: 0px;
	}
	.footer-newsletter h3 {
		color: rgba(90,20,0,1);
		position: absolute;
		top: -1.075em;
		font-size: 1.6em;
		font-style: italic;
		font-weight: 700;
		margin: 0px;
		text-transform: uppercase;
	}

	/* end .footer-links */
}
/* *************************************************************** */
@media only screen and (max-width: 767px) {
	.page-div img {
		float: none !important;
		margin: 0px auto;
	}
}
/* this query is mainly for the VR walk through iframe */
iframe.explore-vr {
	display: block;
	margin: 0 auto;}
@media only screen and (max-width: 599px) {
	iframe.explore-vr {max-width: 300px;}
}
/* *************************************************************** */
@media only screen and (min-width: 768px) and (max-width: 800px) {
	/*****************
	FOOTER CONTACT BAR
	*****************/
	#aguirre-pic {
		display: none;
	}
	#aguirre-excerpt-box {
		width: 45%;
	}
	#contact-bar-form {
		width: 40%;
	}
}
/* *************************************************************** */
@media only screen and (min-width: 768px) and (max-width: 1099px) {
	/***************************
	QUAD SLIDER MID WIDTH STYLES
	***************************/
	ul.quadslider {
		width: 100%;
	}
	ul.quadslider li {
		width: 24.625%;
	}
	.quadslider img {
		margin-left: -20%;
	}
	/*********************
	HOME FEATURED SECTION STYLES
	*********************/
	.ft-box {
		width: 30%;
	}
	.ft-image {
		width: 185px;
		height: 185px;
	}
	.ft-title {
		width: 185px;
		font-size: 1.2em;

	}
	h5.req-button {
		font-size: 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
	/*********************
	SEARCH BOX STYLES - MID WIDTH
	*********************/
	#search-box {
		clear: none;
		float: right;
		width: 180px;
		margin-top: 5px;
	}
	#search-box input#s {
		width: 56%;
	}
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
	/*********************
	PHOTO GALLERY STYLES
	*********************/
	.aligncenter{
		width: 80%;
		margin-right: 10% !important;
		margin-left: 10% !important;
	}
	#gallery-cat-container {
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.cat-list-box ul {
		text-align: left;
	}
	.ba-container {
		display: flex;
		width: 90%; /* MEDIA QUERY CHANGE  */
		height: auto; /* MEDIA QUERY CHANGE  */
		margin: 0px auto 2em !important; /* MEDIA QUERY CHANGE */
		flex-direction: row;
		flex-wrap: nowrap;
		position: relative;
	}
	.ba-container ul li {
		display: flex !important;
		justify-content: space-between;
	}
	.before-container, .after-container {
		width: 388px;
		margin: 0 2em;
	}
	.before-container img, .after-container img {
		border: 2px solid rgba(104,132,173,1);
		background: rgba(255,255,255,1);
		padding: 2px;
		width: 384px;
		height: 384px;
	}
	.before-container {
		margin-left: 0;
	}
	.after-container {
		margin-right: 0;
	}
	#featured.galthumb {
		position: relative;
		width: 90%; /* MEDIA QUERY CHANGE */
		margin: 0px auto;
		min-height: 200px;
	}
	#featured.galthumb ul.flex-control-nav {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#featured ul li {
		display: flex !important;
		justify-content: space-between;
		width: 136px; /* MEDIA QUERY CHANGE */
		height: 40px; /* MEDIA QUERY CHANGE */
		position: relative;
		margin-bottom: 3em;
	}
	.beforethumb, .afterthumb {
	    display: none;
	}
	.beforethumb img, .afterthumb img {
		width: 95px; /* MEDIA QUERY CHANGE */
		height: 95px; /* MEDIA QUERY CHANGE */
		border: 1px solid rgba(104,132,173,1);
	}
	h4.set-number {
		display: block;
		clear: both;
		position: absolute;
		bottom: 0px;
		left: 50%;
	}
	h4.set-number {
		display: block;
		clear: both;
		position: absolute;
		bottom: 12px;
		left: 0px;
		width: 83%;
		margin: 0px 0.7em; /* MEDIA QUERY CHANGE */
		background: rgba(104,132,173,1);
		color: white;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: .05em;
		font-size: 1.4em;
		border-radius: 0px 0px 12px 12px;
		opacity: .7;
	}
	li.flex-active h4.set-number {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		background: rgba(54,84,129,1);
		opacity: 1;
	}
	.tax-gallery_cats nav.page-navigation,
	.tax-gallery_cats nav.page-navigation-of {
		width: 90%;
		height: 40px;
		margin: 0px auto 1em;
		color: white;
		background: rgba(51,84,129,1);
		border-radius: 12px 12px 0px 0px;
		position: relative;
	}
	.tax-gallery_cats ol.bones_page_navi.clearfix, .tax-gallery_cats ul.bones_page_navi.clearfix {
   	font-size: 0.8em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
	/*********************
	PHOTO GALLERY STYLES
	*********************/
	#gallery-cat-container {
		flex-direction: row;
	}
	.cat-list-box ul {
		text-align: left;
	}
	.ba-container {
		display: flex;
		width: 700px; /* MEDIA QUERY CHANGE  */
		height: auto; /* MEDIA QUERY CHANGE  */
		margin: 0px auto !important; /* MEDIA QUERY CHANGE */
		flex-direction: row;
		flex-wrap: nowrap;
		position: relative;
	}
	.ba-container ul li {
		display: flex !important;
		justify-content: space-between;
	}
	.before-container, .after-container {
		width: 388px;
		margin: 0 2em;
	}
	.before-container img, .after-container img {
		border: 2px solid rgba(104,132,173,1);
		background: rgba(255,255,255,1);
		padding: 2px;
		width: 384px;
		height: 384px;
	}
	.before-container {
		margin-left: 0;
	}
	.after-container {
		margin-right: 0;
	}
	#featured.galthumb {
		position: relative;
		width: 700px; /* MEDIA QUERY CHANGE */
		margin: 0px auto;
		min-height: 200px;
	}
	#featured.galthumb ul.flex-control-nav {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#featured ul li {
		display: flex !important;
		justify-content: space-between;
		width: 190px; /* MEDIA QUERY CHANGE */
		height: 140px; /* MEDIA QUERY CHANGE */
		position: relative;
		margin-bottom: 3em;
	}
	.beforethumb, .afterthumb {
		display: block;
		width: 50%;
		height: 125px;
	}
	.beforethumb img, .afterthumb img {
		width: 95px; /* MEDIA QUERY CHANGE */
      height: 95px; /* MEDIA QUERY CHANGE */
		border: 1px solid rgba(104,132,173,1);
	}
	h4.set-number {
		display: block;
		clear: both;
		position: absolute;
		bottom: 0px;
		left: 50%;
	}
	h4.set-number {
		display: block;
		clear: both;
		position: absolute;
		bottom: 12px;
		left: 0px;
		width: 83%;
		margin: 0px 0.7em; /* MEDIA QUERY CHANGE */
		background: rgba(104,132,173,1);
		color: white;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: .05em;
		font-size: 1.4em;
		border-radius: 0px 0px 12px 12px;
		opacity: .7;
	}
	li.flex-active h4.set-number {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		background: rgba(54,84,129,1);
		opacity: 1;
	}
	.tax-gallery_cats nav.page-navigation,
	.tax-gallery_cats nav.page-navigation-of {
		width: 700px;
	}
}

@media only screen and (min-width: 830px) {
	.nav li a {
		padding: 0.29em 0.5em;
	}
	.nav li ul.sub-menu li a,
	.nav li ul.children li a {
		padding: 8px 0.6em;
		font-size: 14px;
	}
}

@media only screen and (min-width: 950px) {
	/*********************
	PHOTO GALLERY STYLES
	*********************/
	#gallery-cat-container {
		flex-direction: row;
	}
	.cat-list-box ul {
		text-align: left;
	}
	.ba-container {
		display: flex;
		width: 840px;
		height: auto; /* MEDIA QUERY CHANGE */
      margin: 0px auto 4em !important; /* MEDIA QUERY CHANGE */
		flex-direction: row;
		flex-wrap: nowrap;
		position: relative;
	}
	.ba-container ul li {
		display: flex !important;
		justify-content: space-between;
	}
	.before-container, .after-container {
		width: 388px;
		margin: 0 2em;
	}
	.before-container img, .after-container img {
		border: 2px solid rgba(104,132,173,1);
		background: rgba(255,255,255,1);
		padding: 2px;
		width: 384px;
		height: 384px;
	}
	.before-container {
		margin-left: 0;
	}
	.after-container {
		margin-right: 0;
	}
	#featured.galthumb {
		position: relative;
		width: 840px;
		margin: 0px auto;
		min-height: 200px;
	}
	#featured.galthumb ul.flex-control-nav {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#featured ul li {
		display: flex !important;
		justify-content: space-between;
		width: 250px;
		height: 170px;
		position: relative;
		margin-bottom: 3em;
	}
	.beforethumb, .afterthumb {
   	display: block;
		width: 50%;
		height: 125px;
	}
	.beforethumb img, .afterthumb img {
		width: 125px;
		height: 125px;
		border: 1px solid rgba(104,132,173,1);
	}
	h4.set-number {
		display: block;
		clear: both;
		position: absolute;
		bottom: 0px;
		left: 50%;
	}
	h4.set-number {
		display: block;
		clear: both;
		position: absolute;
		bottom: 12px;
		left: 0px;
		width: 83%;
		margin: 0px 1em;
		background: rgba(104,132,173,1);
		color: white;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: .05em;
		font-size: 1.4em;
		border-radius: 0px 0px 12px 12px;
		opacity: .7;
	}
	li.flex-active h4.set-number {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		background: rgba(54,84,129,1);
		opacity: 1;
	}
	.tax-gallery_cats nav.page-navigation,
	.tax-gallery_cats nav.page-navigation-of,
	.single-ascd_gallery nav.page-navigation,
	.single-ascd_gallery nav.page-navigation-of {
		width: 840px;
	}
	.nav li a {
		padding: 0.29em 0.9em;
	}
	.nav li ul.sub-menu li a,
	.nav li ul.children li a {
		padding: 8px 0.8em;
		font-size: 15px;
	}
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 891px) {
	/******************************************************************
	Site Name:
	Author:

	Stylesheet: Desktop Stylsheet

	This is the desktop size. It's larger than an iPad so it will only
	be seen on the Desktop.

	******************************************************************/
	/*********************
	HOME FEATURED SECTION STYLES
	*********************/
	.ft-box {
		width: 30%;
	}
	.ft-box:after {
		content: url(../images/vert-swish.png) no-repeat 0 0;
		position: absolute;
		top: 20%;
		right: -1em;
	}
	.ft-box:last-child:after {
		content: none;
	}

	#search-box {
		clear: none;
		margin-top: 5px;
		float: right;
	}
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
	/******************************************************************
	Site Name:
	Author:

	Stylesheet: Super Large Monitor Stylesheet

	You can add some advanced styles here if you like. This kicks in
	on larger screens.

	******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	/******************************************************************
	Site Name:
	Author:

	Stylesheet: Retina Screens & Devices Stylesheet

	When handling retina screens you need to make adjustments, especially
	if you're not using font icons. Here you can add them in one neat
	place.

	******************************************************************/
	/*

	EXAMPLE
	Let's say you have an image and you need to make sure it looks ok
	on retina screens. Let's say we have an icon which dimension are
	24px x 24px. In your regular stylesheets, it would look something
	like this:

	.icon {
		width: 24px;
		height: 24px;
		background: url(img/test.png) no-repeat;
	}

	For retina screens, we have to make some adjustments, so that image
	doesn't look blurry. So, taking into account the image above and the
	dimensions, this is what we would put in our retina stylesheet:

	.icon {
		background: url(img/test@2x.png) no-repeat;
		background-size: 24px 24px;
	}

	So, you would create the same icon, but at double the resolution, meaning
	it would be 48px x 48px. You'd name it the same, but with a @2x at the end
	(this is pretty standard practice). Set the background image so it matches
	the original dimensions and you are good to go.

	*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
	/******************************************************************
	Site Name:
	Author:

	Stylesheet: Print Stylesheet

	This is the print stylesheet. There's probably not a lot
	of reasons to edit this stylesheet. If you want to
	though, go for it.

	******************************************************************/
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after,
	a:visited:after {
		content: " (" attr(href) ")";
	}
	a abbr[title]:after,
	a:visited 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;
	}
	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none;
	}
}
