/*
Theme Name: Bainbridge Psychotherapy Guild
Theme URI: http://Bainbridge Psychotherapyconstruction.com/
Author: SpiderLily Web Design
Author URI: http:/spiderlilyweb.com/
Description: Custom theme for Bainbridge Psychotherapy Guild, Bainbridge Island, WA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Bainbridge Psychotherapy

Bainbridge Psychotherapy Guild is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700italic, 400italic, 400,700);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {margin: 0;}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration:none;
}

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

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

sup {top: -0.5em;}

sub {bottom: -0.25em;}

img {border: 0;}

hr {
	box-sizing: content-box;
	height: 0;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {overflow: visible;}

button, select {text-transform: none;}

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

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

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

input {line-height: normal;}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #1D1D15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1;
	margin:0 0 12px 0;
}
h1 {font-size:36px;}
h1.center {text-align:center;}
h1.search-title, .single-therapists h1 {font-size:28px;}
h2 {font-size:24px;}

h2.widget-title, .wpfc-calendar-wrapper h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:21px !important;
	margin:12px 0 0 0;
}
 
h3 {
	font-size:21px;
	margin:0 0 3px;
}
h4 {
	font-size:18px;
	}
h4 a {border-bottom:none;}	
p {
	margin: 0 0 8px;
}

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

blockquote {
  margin: 0;
  clear:both;
}
blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
blockquote p.by {
	clear:both;
	float:right;
	font-style:italic;
	padding-bottom:18px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	/* Permalink: http://colorzilla.com/gradient-editor/#000000+0,19191c+100 */
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

#page {
	display: block;
	position:relative;
	max-width:1400px;
	margin: 0 auto;	
	}	
header {
	margin:0;
	width:100%;
	float:left;
	}
#primary {
	width:98%;
	float:left;
	margin-left:1%;
	margin-top:16px;
	}	
.site-branding {
	float:left;
	max-width:520px;
	margin:10px 0 20px;
	}	
.site-header {
	background:url('images/bloedel-reserve-banner.jpg') top left no-repeat;
	}

.archive-block {
	max-width:950px;
	width:100%;
	margin:0 auto;
}
.twocol {
	width:50%;
}
.subtext-block {
	max-width:720px;
	width:96%;
	padding:10px 2% 10px 0;
}
.subtext-block.center {
	margin:0 auto;
	float:none;
	padding:10px 0;
}
.subtext-block.center p {
	margin:0 0 8px 0;
}
.twocol .subtext-block {
	max-width:620px;
	width:96%;
	padding:10px 1%;
}
.full-width p {
	max-width:920px;
	width:99%;
	margin-left:1%;
}
.subtext-block li {padding-bottom:6px;}
.site-main {
	float:left;
	width:100%;
}	


/* Therapists */

.blog-content {
	float:right;
	width:70%;
}
.entry-content p {max-width:620px;}
/* sidebar */

#secondary {
	float:left;
	width:28%;
}
#secondary ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#secondary li {
	margin:0;
	}	

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

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

ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}

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

dt {font-weight: 700;}

dd {margin: 0;}

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

/*
 * Images
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.halfcol img,
.service-list img,
img.wp-post-image {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
#primary img {
	border:1px #1D1D15 solid; 
	padding:10px;
	}
.wp-caption {
	max-width:98% !important;
	width: auto !important;
}	
img.alignleft {
	margin-right: 0.7em;
	margin-bottom:16px;
}
img.alignright {
	margin-left: 1em;	
	margin-bottom:16px;
}
img.aligncenter {
	margin-bottom:16px;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption .wp-caption-text {
	font-size:12px;
	font-style:italic;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #4A601E;
	border-bottom:1px #4A601E dotted;
}
h3 a, h3 a:hover, #colophon a {border-bottom:none;}
a:hover, a:focus, a:active {
	color:#800000;
	border-bottom:1px #800000 dotted;
}

a:focus {
	outline: thin dotted;
}

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

#primary a img:hover {opacity:0.8;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background:#1D1D15;
	font-size:16px;
}
#mobile-navigation {
	padding:12px 0;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding:0;
	text-align:center;
	width:100%;
}

.main-navigation li {
	float: left;
	position: relative;
	width:16.66%;
}
.main-navigation li a {	
	text-align:center;
	line-height:1.2em;
	width:100%;
	padding:11px 0;
}
.main-navigation li.one a {
	padding:21px 0;
}
.main-navigation a, .main-navigation a:visited {
	display: block;
	text-decoration: none;
	color:white;
}
.main-navigation a:hover {background-color:#800000;}
.main-navigation ul>li.menu-item-has-children>a:after {content:" \25BC"; color:rgba(246,255,254,0.6);}
.main-navigation li.current-menu-item a {background-color:#800000;}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background:black;
	float: left;
	position: absolute;
	top: 1.5em;
	padding:20px 0 5px;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
	padding:8px 10px;
	color:#E2E0CF;
}
.main-navigation ul ul a:hover {background:#E2E0CF; color:black;}

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle:after {content:" \25BC";}	
.toggled .menu-toggle:after {content:" \25B2";}	
.menu-toggle:before {content:url('images/nav-icon.png'); padding-right:6px; height:26px; vertical-align:text-top;}

button.menu-toggle {
	border:none;
	background:transparent;
	box-shadow:none;
	color:white;
	font-size:16px;
	border-radius:0;
	text-shadow:none;
	line-height:20px;
	vertical-align:top;
}
button.menu-toggle:hover {opacity:0.8;}

/* calendar customization */

#em-wrapper {
	max-width:960px;
	margin:0 auto;
}
.fc-day-grid-event .fc-content {
    white-space: normal !important;
}

/* search and filter customization */

form.search-form {margin-top:12px;}
.searchandfilter h4 {font-family:Verdana, Arial, Helvetica, sans-serif;}
.searchandfilter ul li {padding:6px 0;}
form.search-form label {width:80%;}
.searchandfilter select.sf-input-select {
	min-width:260px;
    width:80%;
}
input[type="submit"], .button {
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background:#dedede;
	padding:3px 6px;
	border:1px #1D1D15 solid;
	}
input[type="submit"]:hover, .button:hover {
	border:1px #4A601E solid;
	color:#4A601E;
	background:#c3bfbf;
}
.view-all {
	float:left;
	width:80%;
	text-align:center;
	margin:12px 0 24px;
	}
	
/* MEMBERSHIP FORMS */

.wpcf7-list-item label {display:inline-block;}
.item-wrap {
	width:auto;
	float:left;
	margin-right:10px;
}
.item-wrap.short {width:110px;}
.item-wrap.clear {clear:both;}
input[type="text"], input[type="email"], input[type="textarea"], input[type="tel"] {
	margin-bottom:10px;
	padding:3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border:1px #B8B2AB solid;
	vertical-align:top;
	}	
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="textarea"], .wpcf7 input[type="tel"], .event-form-name input[type="text"], .event-form-submitter input[type="text"] {
		width:100%; 
		max-width:795px;
}
input[type="file"] {width:80%;}	
.required {color: #cc0033;}
textarea.styled {
	width: 88%;
	height: 160px;
	padding:3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border:1px #B8B2AB solid;
}
input[type="text"].short {width:60%;}
.set-label {display:inline-block; width:20%;}
/*span.wpcf7-list-item {display:inline-block; padding-right:22px;}*/
.collist span.wpcf7-list-item, .fourcollist span.wpcf7-list-item {display:block; font-weight:normal;}
/*.collist span.wpcf7-list-item:first-of-type {padding-right:2%;}*/
.collist {
	 column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
	padding:8px 3px;
	margin-bottom:16px;
	background:rgba(255,255,255,0.2);
}
.fourcollist {
	 column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
	padding:8px 3px;
	margin-bottom:16px;
	background:rgba(255,255,255,0.2);
}
.fieldset {
	border-left: 1px #004B8D solid;
	padding-left: 20px;
}
div.wpcf7 {
	float:left;
	max-width:90%; 
	width:90%;
	padding:16px 1%;
	background: #ccdab1;
	font-weight:bold;
}
div.wpcf7 input, div.wpcf7 select {font-weight:normal;}
.full-width .wpcf7 p {clear:both; margin-left:0;}
.attn {color:red; text-transform:uppercase;}

/* EVENT SUBMISSION FORM */

form#event-form {
	background: #ccdab1;
	padding:10px;
	max-width:80%;
}
tr.em-location-data-name th {vertical-align:top;}
.css-event-form i {color:red;}
select#location-country {max-width:200px;}


@media screen and (min-width: 770px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	#mobile-navigation {display:none;}
}

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

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

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

/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 1% 8px;
}

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

.disclaimer p{
	font-style:italic;
	line-height:1.2;
	font-size:15px;
	padding:10px 20px;
	margin:0 auto;
	border:1px #1D1D15 solid;
	max-width:590px;
}
#colophon .disclaimer p {	
	clear:both;
	font-size:14px;
	max-width:960px;
	margin:0 auto 10px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.nowrap {
	white-space:nowrap;
}	

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

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

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

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

body.resources h3 {font-weight: bold; font-size:24px; padding-bottom:8px;}

/* Footer - Colophon */
#colophon {
	float:left;
	width:100%;
	padding:16px 0;
	border-top:1px #1D1D15 solid;
	margin-top:16px;
}
#colophon p {margin:0; font-size:14px; line-height:1.4em;}
#colophon a {color:#1D1D15;}
.site-info {
	text-align:center;
}
a.top-button, #print-title {display:none;}

@media screen and (max-width: 56.2em) {
	.blog-content {width:60%;}
	#secondary {width:38%; padding-right:1%;}
	.main-navigation {font-size:15px;}
	div.wpcf7 {
		 max-width: 98%;
		 width: 98%;
	}
	.collist, .fourcollist {
	 column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
	}
	textarea.styled {width:99%;}
	form#event-form {max-width:100%;}
}

/* mobile menu and content styles */
@media screen and (max-width: 770px) {
	.twocol {clear:both;width:100%;	}
	.blog-content, #secondary {clear:both; width:100%; float:left;}
	#secondary {margin-top:12px;}
	#mobile-navigation ul {float:left; width:100%; margin-top:16px;}
	#mobile-navigation li {display:block; float:left; width:100%;}
	#mobile-navigation li br {display:none;}
	#mobile-navigation a {display:block; width:100%; padding:8px; border-bottom: 1px #E2E0CF dotted;}
	.site-branding {margin:5px 0 0;}
	.caption {font-size:24px; left:10px; bottom:5px;}
	.linkbox {width:100%; margin:0;}
	.subtext-block {padding:20px 10px;}
	.collist {
	 column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
	}
}
@media screen and (max-width: 36.5em) {
	.site-info {clear:both;}
	.site-branding {max-width:90%; float:none; margin:0 auto;}
	#colophon a.top-button {
		display:block;
		margin:0 5px 5px 0;
		background-color:#4A601E;
		color:white;
		padding:8px 16px;
		font-size:16px;
		float:right;
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
	}	
	#colophon a.top-button:hover {background-color:#ccdab1; color:black;}	
	.wpfc-calendar-wrapper h2 {font-size:16px !important;}
	.fourcollist {
		 column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
	.item-wrap {
	width:98%;
	margin-right:0;
	}
	.searchandfilter select.sf-input-select {
		min-width:100%;
		width:100%;
	}
}	
	@media screen and (max-width: 26.5em) {
	.site-info {display:none;}
}
/*
 *
 * Base Print Style
 *
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
    .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  body {font-size:12px;}
  #secondary, #site-navigation, #mobile-navigation, #masthead {display:none;}
  .blog-content {width:100%;}	
  #print-title {display:block;}
  img.size-full {max-width:175px;}
}
