/*
Theme Name: Watershed Wellness
Theme URI: http://www.watershedwellnesspdx.com
Author: ShiftFWD
Author URI: http://www.shiftfwd.com
Description: Custom theme hand-crafted exclusively for Watershed Wellness - Portland, Oregon.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: watershed-wellness
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Watershed Wellness is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Layout
	13.1 Header
	13.2 Footer
	13.3 Home Page
14.0 Responsiveness
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 72.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body {
	color: #362f2d;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.5;
}
body.page-id-548 {
    background-color: #fff !important;
}

button,
input,
select,
textarea {
	color: #362f2d;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.125em;
}
p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea
.button {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #c95427;
	color: #f3dcc3;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 15px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

button:hover,
a:hover.button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #21564e;
	background: #21564e;
	color: #aad2ca;
}

button:focus,
a:focus.button,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #21564e;
	background: #21564e;
}

.entry-content .button {
	font-size: 1em;
	margin: 30px auto;
	width: 66%;
	display: block;
	text-align: center;
}
.entry-content .button i {
	margin: 0 5px;
}

.button.left {
	width: 48%;
	float: left;
  padding: 15px;
}
.button.right {
	width: 48%;
	float: right;
   padding: 15px;
  background: #3d998c;
}

.button.left a, .button.right a {
  color: #fff;
  text-decoration: none;
}
.button.left:hover, .button.right:hover {
  background: #21564e;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	padding: 7px !important;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #21564e;
	border: 1px solid #21564e;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.notice-text {

    display: inherit !important;
    color: #fff;
    margin: 0;
    background: #21564e;
    padding: 10px 25% 1px 25%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
display: none !important;
}
.notice-text a {
  color: #fff;
}

#floatingbox {
position: fixed;
right: -90px;
top: 50%;
width:220px;
height:80px;
z-index:9999;
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
padding: 25px 15px 10px 20px;
margin:0!important;
  
}

#floatingbox a {
  color: #ffffff;
  font-size: 14px;
  background: #c95427;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}

#floatingbox a:hover {
  background: #aad2ca;
  text-decoration: none;
  color: #1A3C57;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #21564e;
}

a:hover,
a:focus,
a:active {
	color: #c95427;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.menu-top-menu-container {
	
}
.main-navigation {
	display: block;
	float: right;
	width: 100%;
	margin: 9px 4% 0 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	white-space: nowrap;
  width: 94%;
}

.main-navigation li {
	display: inline-block;
	margin:  0 1.5% 0 0;
	position: relative;
}

.main-navigation a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #534741;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.main-navigation a:hover {
	color: #3c998c;
}

.menu-item-has-children:after {
	content: "\25BC";
	font-family: Arial Unicode MS, Lucida Sans Unicode, sans-serif;
	width: .25em;
	height: .25em;
	font-size: .75em;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	text-align: left;
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
  width: auto;
}
.main-navigation ul ul li {
	margin: 0;
	padding: 0;
	display: block;
}
.main-navigation ul ul li a {
	border-bottom: 1px solid #c9ccca;
	padding: 10px;
	width: 200px;
	display: block;
	white-space: normal;
}
.main-navigation ul ul li a:hover {
	background: #E0E3E1;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #3c998c;
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 850px) {
	
 .menu-toggle {
	 margin: 0 auto;
	 width: 25%
 }
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		margin: 0 auto;
	}
	
	.main-navigation {
		width: 100%;
	}

	.main-navigation ul {
		display: none;
	}
	
	
	
	.main-navigation ul {
	
	float: none;
	white-space: nowrap;
		width: 100%;
	}

	.main-navigation li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #c9ccca;
		padding: 10px 20px;
	}

	.main-navigation a {
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		color: #534741;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 1px;
		display: block;

	}
	.main-navigation a:hover {
		color: #3c998c;
		background: #e9e9e9;
	}

	.menu-item-has-children:after {
		content: "";
		width: .01em;
		height: .01em;
	}


	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		background: #fff;
		text-align: left;
		float: left;
		position: absolute;
		top: 1.5em;
		left: -999em;
		z-index: 99999;
	}
	.main-navigation ul ul li {
		margin: 0;
		padding: 0;
	}
	.main-navigation ul ul li a {
		border-bottom: 1px solid #c9ccca;
		padding: 10px;
		width: 200px;
		display: block;
	}
	.main-navigation ul ul li a:hover {
		background: #E0E3E1;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	
	
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-left: -60px;
	margin-bottom: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-right: -60px;
	margin-bottom: 1em;
}

.single .alignleft {
	margin-left: 0;
}
.single .alignright {
	margin-right: 0;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1em auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.nc_socialPanel:not(.nc_socialPanelSide) {
    opacity: 1;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.page .byline, .single-services .byline, .single-services .author-bio, .page .author-bio, .single-services .choose-discussion, .single-resources .choose-discussion, .page .choose-discussion
{
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header {
	background: #3d998c;
	color: #d4e7e7;
	overflow: auto;
}
.entry-header h1 {
	float: left;
	width: 33.333333%;
	font-size: 36px;
	padding-left: 30px;
	margin: 0 0 .5em 0;
}
.single .entry-header h1, h1.full {
	float: none;
	width: 100%;
	margin: 0;
}
 h1.full {
	padding: 15px 30px;
}
.entry-header p {
	float: right;
	width: 60%;
	padding-right: 30px;
	margin-bottom: 1em;
}
.entry-header .bg-img {
	height: 390px;
	background-size: cover;
	background-position: 50%;
  	background-repeat: no-repeat;
	max-width: 100%;
	margin-bottom: 15px; 

}
.single .entry-header .bg-img {
	height: 300px !important;
}
.single-services .entry-header .bg-img, .single-resources .entry-header .bg-img {
	
}
.single-services .entry-header h1, .single-resources .entry-header h1 {
	padding: 10px 0 0 0;
}
.single-services .category-list, .single-services .entry-footer .facebook, .single-services .addtoany_share_save_container, .single-resources .category-list, .single-resources .entry-footer .facebook, .single-resources .addtoany_share_save_container, .single .category-list  {
	display: none;
}
.entry-content {
	background: #fff;
	max-width: 1080px;
	margin: 30px auto;
	padding: 60px 10%;
}

.single .entry-content {
	/*width: 66.66666%;
	margin: 30px 2.5% 30px 0;
	float: left;*/
	padding: 30px;
	width: 100&;
	margin: 30px 0;
	
}

.page-id-548 .entry-content div.cornerAll {
	width: 100% !important;
	border: none !important;
}

.page-id-548 .entry-content {
	background: #fff;
	text-align: center;
	padding: 0 10%;
	margin: 30px auto 0 auto;
}
.page-id-548 .schedulicity-embed {
    border: 0 !important;
}


#secondary {
	float: right;
	color: #fff;
	width: 30.666666%;
	margin: 30px 0;
}
.single #secondary {
		width: 100%;
		margin-top: 0;
		float: none;
	}
#secondary a {
	color: #fff;
}
#secondary h3 {
	font-size: 1em;
	margin: 0 0 10px 0;
}

#secondary .widget {
	background: #AAD2CA;
	padding: 15px;
  color: #1A3C57;
  text-align: center;
}
.entry-footer {
	margin: 30px 0;
}

.choose-discussion {
	text-align: center;
	max-width: 450px;
	margin: 30px auto;
	overflow: auto;
}
.choose-discussion .facebook, .choose-dicussion .forums {
	color: #fff;
}
.choose-discussion .facebook a, .choose-discussion .forums a {
	display: block;
	width: 200px;
	height: 80px;
	border-radius: 10px;
	color: #fff;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 20px;
}
.choose-discussion .facebook a {
	background: #3b5998;
	/*float: left;*/
	margin: 0 auto;
}
.choose-discussion .forums a {
	background: #B71329;
	float: right;
}
.choose-discussion .facebook a:hover, .choose-discussion .forums a:hover {
	background: #aaa;
}
.author-bio {
	padding: 30px;
	border: 1px solid #AAD2CA;
}
.author-bio img {
    float: right;
    margin: 0 0 0 30px;
}
.author-bio .author-info {
}
.author-bio .author-title {
}
.author-bio .author-description {
}
.latest-author-posts {
	border-top: 1px solid #AAD2CA;
	border-bottom: 1px solid #AAD2CA;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment, .comment article {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
.container {
 	max-width: 1080px;
	margin: 0 auto;
	padding: 0 1%;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.top-bar {
	width: 100%;
	text-align: center;
	background: #21564E;
	color: #fff;
	height: 38px;
	padding: 9px 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: .75em;
}
.top-bar a {
	color: #e5b484;
	background: #c95427;
	border-radius: 3px;
	padding: 0 5px 1px 5px;
	margin: 0 0 0 5px;
	text-decoration: none;
}
.top-bar a:hover {
	background: #e5b484;
	color: #c95427;
}
#masthead {
	background: #fff;
	padding: 15px 0;
}
.site-branding {
	float: left;
	width: 25%;
}
h1.site-title {
	margin-bottom: 0;
}
#site-navigation {
	float: right;
	width: 71%;
}
/*#scheduleNowTab,
#schedule {
	background: #c95427;
	color: #ffffff;
	float: right;
	position: fixed;
	right: 0;
	top: 75px;
	margin: 30px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: .86em;
	z-index: 99;
	width: 16.666%;
	padding: 1.5%;
}
.page-id-548  #scheduleNowTab,
.page-id-548 #schedule {
	display: none !important;
}
#schedule:hover {
	background: #21564e;
	cursor: pointer;
}
#schedule a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#schedule span.text {
	font-family: 'Open Sans', sans-serif;
	margin: -2em 0 0 2.5em;
	display: block;
	font-size: .5em;
}
#schedule .fa {
	font-size: 2em;
}*/
#hello {
	background: url(images/ww-front.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 660px;
	position: relative;
	z-index: 2;
}
#hello .overlay {
	position: absolute;
	z-index: 100;
	background-color: rgba(255,255,255,0.4);
	top: 30%;
	right: 0;
	bottom: 33%;
	left: 0;
	height: 33%;
	text-align: center;
	padding: 1%;
}
#hello h2 {
	font-size: .75em;
	color: #aad2ca;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	background: #21564e;
	width: 29%;
	margin: 15px 37% 0 37%;
	padding: 2%;
	line-height: 1.6em;
}
/*--------------------------------------------------------------
13.2 Footer & Widgets
--------------------------------------------------------------*/
#footer {
	background: #3c9a8c;
	color: #21564e;
	overflow: auto;
	padding: 30px 0;
	font-size: .9em;
}

#footer .widget {
	background: #aad2ca;
	padding: 30px;
	float: left;
	width: 31.6666666%;
}
#secondary #text-5  {
	background: #aad2ca;
	padding: 30px;
	color: #21564e;
}
#secondary #text-5 a  {
	color: #21564e;
}
#secondary .widget img {
	width: 100%;
}
#footer #text-2, #footer #text-3 {
	margin: 0 2.5% 30px 0;
}

#footer #text-4 {
	margin: 0 0 30px 0;
}
#footer .widget h3 {
	font-size: 1em;
	line-height: 1.125em;
}
#footer .widget p, #secondary .widget p {
	margin-bottom: 1em;
}
#footer .widget ul, #footer .widget li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .widget label {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	font-size: .85em;
	letter-spacing: 2px;
}
#footer .widget label:focus {
	color: #c95427;
}
#footer .widget i:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.widget input[type="text"], .widget input[type="email"] {
	width: 100%;
	background: #fff;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px;
}
.widget input[type="text"]:focus, .widget input[type="email"]:focus {
	border-color: #c95427;
	
}
#secondary .widget input[type="text"], #secondary .widget input[type="email"] {
	border-color: #fff;
	background: #fff;
}

#footer .widget input.button {
	background: #21564e;
	color: #aad2ca;
	width: 100%;
	text-align: center;
	border-color: inherit;
	margin: 10px 0;
	font-size: 1em;
}
#footer .widget input.button:hover {
	background: #c95427;
	color: #f2d7bd;
	border-color: #c95427;
}
#secondary .widget input.button {
	margin-bottom: 10px;
}
#secondary .widget input.button:hover {
	background: #f3dcc3;
	color: #c95427;
	border-color: #f3dcc3;
}
#footer .widget p#newsletterOfferings {
	margin-bottom: 0;
	text-align: center;
}

#footer .widget #social i {
	background-color: #21564e;
	color: #aad2ca;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 4px 5px 15px auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 1.5em;
}

#footer #social {
	margin: 1% 0 0 0;
}

#footer #social a {
	font-size: 1;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#footer-schedule {
	margin: 7% -30px 0 0;
	width: 110%;
	float: right;
}

#footer-schedule a {
	display: block;
	background: #fff;
	color: #21564e;
	width: 100%;
	padding: 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-schedule span.text {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 0 5px;
}
#footer-schedule a:hover {
	background: #c95427;
	color: #ebc1a4;
}
.site-footer {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	font-size: .75em;
}
#site-footer p {
	margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
13.3 Home Page
--------------------------------------------------------------*/
#home-boxes {
	margin-top: -90px;
	z-index: 4;
	position: relative;
}
.box {
	float: left;
	width: 23.0555555%;
	background: #fff;
	margin: 0 2.5% 30px 0;
	position: relative;
	display: inline-block;
}
.position4 {
	margin-right:0;
}
.box .content {
	padding: 15px;
}
.box .content p {
    height:9em;
	overflow: hidden;
}
.box h3 {
	margin: 0 0 15px 0;
	word-spacing: 200px;
	line-height: 1em;
}
.box h3 a {
	font-size: 22px;
	line-height: 26px;
	color: #0b1714;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.box h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.box .more {
	
}
.box .more a {
	display: block;
	margin: 15px 0 15px -15px;
	background: #3c9a8c;
	width: auto;
	height: 45px;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	white-space:nowrap
}
.about {
	background: #fff url('images/ladds-circle.png') no-repeat center bottom;
}
.about h4 {
 	color: #d8964e;
}
.about .more a {
 	color: #efede8;
	 background: #d8964e;
}
.about .more a:hover {
 	background: #f3dcc3;
	color: #d8964e;
}
.address-area img {
	margin-top: 12px;
}
.about .address {
	padding: 15px 30px 0 30px;
}
.about .address a  {
	text-decoration: none;
}
.about .clinic-front {
	margin-top: 11px;
}
.position2 h4 {
 	color: #3c9a8c;
}
.position2 .more a {
 	color: #aad2ca;
	 background: #3c9a8c;
}
.position2 .more a:hover {
 	background: #aad2ca;
	color: #3c9a8c;
}
.position3 h4 {
 	color: #c95427;
}
.position3 .more a {
 	color: #e5b484;
	background: #c95427;
}
.position3 .more a:hover {
 	background: #e5b484;
	color: #c95427;
}
.position4 h4 {
 	color: #8c6239;
}
.position4 .more a {
 	color: #d4a777;
	background: #8c6239;
}
.position4 .more a:hover {
 	background: #d4a777;
	color: #8c6239;
}
.promo {
	background: #f3dcc3;
	color: #603913;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	width: 74.4444%;
	margin-right: 0;
	overflow: auto;
}
.promo img {
	
}

.promo-img {
	float: right;
	width: 33.3333333333%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
  	background-repeat: no-repeat;

}

.promo .content {
		width: 66.666666%;
}
.promo h3 {
 	color: #eabea1;
	background: #c95427;
	word-spacing: inherit; 
	display: inline-block;
	padding: 12px 0 12px 15px;
	width: 66.666666666%;
}
.promo h3:after {
 	clear: none;
}
.promo h3 a {
 	color: #eabea1;
	font-size: 30px;
}
.promo h4 {
 	color: #c95427;
	font-size: 26px;
	clear: none;
	margin: 0 0 15px 0;
}
.promo .content p {
	font-size: 18px;
	 /*height:2em;
	overflow: hidden;*/
	height: auto;
	overflow: visible;
}
.promo .more a {
 	color: #d16f45;
	background: #ffffff;
}
.promo .more a:hover {
 	background: #d16f45;
	color: #ffffff;
}
/*Posts*/
.latest-posts {
	clear: both;
}
.latest-posts h3, .latest-posts h3 a {
	color: #aad2ca;
}
.latest-posts h3.more  {
	clear: both;
	text-align: right;
	font-size: 1em;
}
.post-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.post-box {
	float: left;
	width: 31.66666666%;
	background: #fff;
	/* margin: 0 2.5% 30px 0; */
	margin: 0 auto 30px 0;
	position: relative;
	display: inline-block;
	padding: 0 0 60px 0;
}
.home .post-box:nth-child(4n) {
	margin: 0 0 30px 0 !important;
}

/*.blog .post-box:nth-child(3n) {
	margin: 0 0 30px 0 !important;
}*/

.blog {
	margin-top: 30px;
}
.post-box img {
	width: 100%;
}
.post-box .content {
	padding: 15px;
}
.post-box h3 {
	margin: 0 0 10px 0;
	line-height: 1em;
}
.post-box h3 a {
	font-size: 22px;
	line-height: 26px;
	color: #0b1714;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.post-box h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.post-box .more a {
	display: block;
	margin: 15px 0 15px 0;
	background: #3c9a8c;
	width: 50%;
	height: 45px;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	white-space:nowrap;
	position: absolute;
	bottom: 15px;
	left: 0;
}
.post-box .more a:hover {
	background: #c95427;
	color: #e6b887;
}


.sticky-post-box {
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
	width: 98%;
}
.sticky-post-box .thumb {
	float: left;
	width: 31.66666666%;
	
}
.sticky-post-box .thumb div {
	height: 100%;
	background-size: cover;
	background-position: 50%;
  	background-repeat: no-repeat;
}
.sticky-post-box .content {
	padding: 30px;
	background: #fff;
	float: right;
	width: 68.3333333%
}
.sticky-post-box h3 {
	margin: 0 0 10px 0;
	line-height: 1em;
}
.sticky-post-box h3 a {
	font-size: 22px;
	line-height: 26px;
	color: #0b1714;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.sticky-post-box h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.sticky-post-box .more a {
	display: block;
	margin: 15px 0 15px -30px;
	background: #3c9a8c;
	width: 38%;
	height: 45px;
	padding: 0 0 0 30px;
	text-decoration: none;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	white-space:nowrap;
}
.sticky-post-box .more a:hover {
	background: #c95427;
	color: #e6b887;
}


.blog .previous, .single .previous {
	float: left;
	margin: 0 0 15px 0;
}
.blog .next, .single .next {
	float: right;
	margin: 0 0 15px 0;
}
.blog .previous a, .blog .previous, .single .previous a, .single .previous {
	color: #aad2ca;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.blog .next a, .blog .next, .single .next a, .single .next {
	color: #aad2ca;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.single .previous a, .single .previous , .single .next a, .single .next {
	color: #21564E;
}
.blog .previous a:hover, .blog .next a:hover, .single .previous a:hover, .single .next a:hover {
	color: #c95427;
}
/*--------------------------------------------------------------
13.3 Services Page
--------------------------------------------------------------*/

.service-image-ind {
	background-size: cover;
	background-position: top left;
  background-repeat: no-repeat;
	height: 500px;
	display: block;
}

.services {
	margin: 0 auto 30px auto;
	overflow: auto;
}
.services .left {
	float: left;
	width: 50%;
	background: #C95427;
	margin-top: 30px;
	height: 100%;
	vertical-align: top;
}
.services .left:hover {
	background: #AAD2CA;
}
.services .right {
	float: right;
	width: 50%;
	background: #fff;
	height: 100%;
	margin-top: 30px;
}
.services .left img {
	margin: 0;
	min-width: 100%;
}
.services-image {
	height: 77.5%;
	background-size: cover;
	background-position: 50%;
  	background-repeat: no-repeat;
	max-width: 1600px;
}
.page-template-chinese-medicine-php .services-image {
	height: 69.7%;
}
.page-template-other-services-php .services-image {
	height: 75%;
}
.services .description {
	padding: 30px 30px 15px 30px;
	background: #dc8c6d;
	color: #ffe6cd;
	margin-top: 0;
}
.services .description a {
	color: #ffe6cd;
}
.services .description p {
	margin: 0 0 10px 0;
	line-height: 1.25em;
}
.services a.button {
	background: #c95427;
	color: #f3dcc3;
	width: 100%;
	display: block;
	font-size: 1em;
	text-align: center;
	padding: 20px;
}
.services a.button:hover {
	background: #aad2ca;
	color: #21564e;
	border: none;
	margin: 0;
}
.services .list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.services .list li {
	list-style: none;
	margin: 0;
	padding: 30px;
	border-bottom: 1px solid #c9ccca;
}

.services .list li:hover {
	background: #e0e3e1;
}

.services .list h3 {
	margin: 0 0 5px 0;
}

.services .list h3 a {
	color: #21564e;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.services .list p {
	margin: 0 0 5px 0;
}

.services .resources {
	margin: 30px 2.5% 30px 0;
	float: left;
	width: 48.75%;
	background: #fff;
	padding: 30px;
}
.services .more-posts {
	margin: 30px 0 30px 0;
	float: right;
	width: 48.75%;
	background: #fff;
	padding: 30px;
}

.page-template-aesthetics .services-image {
    height: 73%;
}
.page-template-aesthetics .services .list li {
	padding: 45px 30px;
}
.page-template-naturopathic-medicine .services-image {
    height: 78%;
}
.page-template-naturopathic-medicine .services .list li {
	
}

/**
 * Clearfix
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/*--------------------------------------------------------------
14.0 Responsiveness
--------------------------------------------------------------*/


@media screen and (max-width: 850px) {
		.site-branding {
		float: none;
		width: 100%;
			text-align: center;
		}
		#site-navigation {
			float: none;
			width: 100%;
		}
		#schedule, #scheduleNowTab, {
			/*width: 25%;
			top: 0;*/
		}
	
}
@media screen and (max-width: 770px) {
		#hello .overlay {
		top: 20%;
	}

	.box {
		width: 31.6666%;
	}
	
	.box.about {
		width: 100%;
		float: none;
		margin-top: 30px;
		padding: 0;
	}
	.box.about img {
		float: left;
		margin: 0 30px 0 0;
	}
	.box.about  h3 {
	word-spacing: inherit;
	}
	.box.about p {
		height: inherit; 
	}
	.box.about .more a {
		float: right;
	}
	
	.promo {
		width: 100%;
		float: none;
	}

			.post-box {
		width: 48.66666666%;
	}
	.home .post-box:nth-child(3n) {
		margin: 0 0 30px 0 !important;
	}
	.blog .post-box:nth-child(3n) {
	margin: 0 2.5% 30px 0 !important;
	}
	.blog .post-box:nth-child(2n) {
	margin: 0 0 30px 0 !important;
	}
}

@media screen and (max-width: 590px) {
	#schedule, #scheduleNowTab {
			/*width: 35%;
			top: 40px;*/
		
		}
	

	#hello h2 {
		width: 40%;
		margin: 15px 30% 0px
	}
	.box {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}
	.box.about {
		margin-top: 0;
	}
	.box.about .content {
		display: none;
	}
	.box.about img {
		display: none;
	}
	.box.about img.clinic-front {
		display: inherit;
		width: 50%;
	}
	
	.box img {
		width: 100%;
	}
	.box  h3 {
	word-spacing: inherit;
	}
	.box .content p {
		height: inherit;
	}
	
	.promo {
		
	}
	
	.promo .content, .promo h3 {
		width: 100%;
	}
		.promo-img {
		width: 100%;
		min-height: 250px;
	}


			.post-box {
		width: 100%;
				margin: 0 0 30px 0;
	}
	.home .post-box:nth-child(3n) {
		margin: 0 0 30px 0 !important;
	}
	.blog .post-box:nth-child(3n) {
	margin: 0 2.5% 30px 0 !important;
	}
	.blog .post-box:nth-child(2n) {
	margin: 0 0 30px 0 !important;
	}
	#footer .widget {
    float: none;
    width: 100%;
	}
	#footer-schedule {
	margin: 7% 0 0 0;
	width: 100%;
	float: none;
}
	.entry-header h1 {
		font-size: 26px;
	}
	.sticky-post-box .more a {
		width: 50%;
	}
	.single .entry-content {
		width: 100%;
	}
	.single #secondary {
		width: 100%;
		margin-top: 0;
	}
	.single #text-2 {
		display: none;
	}
	
	.services .left {
	float: none;
	width: 100%;
}
.services .right {
	float: none;
	width: 100%;
}

.services-image {
	height: 400px;
}

.services .resources {
	margin: 0 0 30px 0;
	float: none;
	width: 100%;
}
.services .more-posts {
	margin: 30px 0 30px 0;
	float: none;
	width: 100%;
}
	
	
	
	
}

@media screen and (max-width: 430px) {
	.site-branding {
		margin-top: 50px;
		padding-top: 30px;
	}

	#schedule, #scheduleNowTab {
			/*width: 100%;
			top: -30px;
			height: auto;
		
		font-size:  1em;*/
		}
	#scheduleNowTab {
	
}
	#schedule span.text {
	/*margin: -1em 0 0 1.5em;
	display: block;
	font-size: 1em;*/
}
#schedule .fa {
	/*font-size: 1em;*/
}
	.site-branding {
		margin-top: 50px;
	}
	.single .entry-header h1 {
		text-align: center;
	}
	.entry-header h1 {
	float: none;
	width: 100%;
	font-size: 36px;
	
}
	.entry-header p {
	float: none;
	width: 100%;
	padding-right: 30px;
		padding-left: 30px;
}
}