/*
Theme Name: bridge38physiotherapy_dbn
Theme URI: http://dbnwebdesign.co.uk/
Author: DBN Web Design
Author URI: http://dbnwebdesign.co.uk/
Description: Designed by DBN Web Design, based on framework by Underscores.me (http://underscores.me)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bridge38physiotherapy_dbn
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.

bridge38physiotherapy_dbn is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-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;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*: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;
}

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

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

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

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: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
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: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

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

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.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%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.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 0 1.5em;
}

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

/*--------------------------------------------------------------
# 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-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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;
}



/*--------------------------------------------------------------
     DBN
--------------------------------------------------------------*/

html, body, button, input, select, textarea { font-family: 'Yanone Kaffeesatz', sans-serif; }
.nbm { margin-bottom: 0; }
.rancho { font-family: 'Rancho', cursive; font-size: 120%; line-height: 1.2em; }
img { border: 0; }
a, a:visited, a:hover, a:focus, a:active, a:focus, a:hover { color: #000; outline: 0; }
a { overflow-wrap: break-word; word-wrap: break-word; }
a:hover { text-decoration: none; }
ul { color: #919191; margin-left: 0; padding-left: 40px; font-size: 24px; }
h1, h2 { color: #0090d4; font-weight: bold; line-height: 1.2em; font-family: 'Syncopate', sans-serif; }
h2:nth-of-type(2) { color: #008871; }
h2:nth-of-type(3) { color: #32a9b9; }
h2 a, h2 a:visited, h2 a:hover, h2 a:focus, h2 a:active, h2 a:focus, h2 a:hover { color: inherit; text-decoration: none; }
h2 a:hover { color: inherit; }
p { color: #919191; font-size: 24px; line-height: 1.2em; margin-top: 1em; margin-bottom: 1em; }

.ctr { text-align: center; }
.clear { clear: both; }
.right { text-align: right; }
.btr { display: none; }
.left8 { padding-left: 8px; }
.right25 {  }
.left25 {  }
.right50 {  }
.left50 {  }
.blue { color: #0090d4; }
.green { color: #008871; }
.turquoise { color: #32a9b9; }
.narrow { max-width: 750px; margin: auto; }

p:empty { display: none; }

.wpcf7-form p span { width: 100%; }
.wpcf7-form p span input { max-width: 100%; }
.wpcf7-form p span.wpcf7-list-item { width: calc( 100% - 1em ); }

.b38-message { padding: 15px 2%; }
.b38-message > div {
	min-height: 1px; text-align: center; padding-left: 2%; padding-right: 2%;
	background-image: url(../../../images/title-line.png); background-position: center; background-repeat: repeat-x; 
}
.b38-message > div > div { margin: 0 auto; max-width: 1200px; }
.b38-message span,
.b38-message h1 {
	display: inline-block; padding-left: 30px; padding-right: 30px; background-color: #fff; color: #404040;
	line-height: 1.2em; font-weight: normal; font-size: 30px; font-family: 'Yanone Kaffeesatz', sans-serif;
}

@media screen and (min-width: 601px) {
	.left8 { padding-left: 8px; }
	.right25 { padding-right: 12px; }
	.left25 { padding-left: 12px; }
	.right50 { padding-right: 25px; }
	.left50 { padding-left: 25px; }
}

@media screen and (min-width: 960px) {
	.left8 { padding-left: 8px; }
	.right25 { padding-right: 25px; }
	.left25 { padding-left: 25px; }
	.right50 { padding-right: 50px; }
	.left50 { padding-left: 50px; }
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#page .site-header .site-branding { margin: 0 auto; max-width: 1200px; }
#page .site-header { background-image: url(../../../images/header-bg-70.jpg); background-position: center center; padding-bottom: 5px; }
.page-id-34  #page .site-header { background-image: url(../../../images/header-about-bg-70.jpg); }
.page-id-46  #page .site-header { background-image: url(../../../images/header-physio-bg-70.jpg); }
.page-id-92  #page .site-header { background-image: url(../../../images/header-sports-bg-70.jpg); }
.page-id-75  #page .site-header { background-image: url(../../../images/header-riding-bg-70.jpg); }
.page-id-102 #page .site-header { background-image: url(../../../images/header-pilates-bg-70.jpg); }
.page-id-62  #page .site-header { background-image: url(../../../images/header-running-bg-70.jpg); }
.page-id-107 #page .site-header { background-image: url(../../../images/header-home-bg-70.jpg); }
#page .site-header .relieve-perform-enjoy {
	margin-top: 20px; background-color: #fff; text-align: right; 
	font-weight: bold; font-size: 10px; font-family: 'Syncopate', sans-serif;
}
#page .site-header .relieve-perform-enjoy span { white-space: nowrap; }
#page .site-header .relieve-perform-enjoy span:nth-of-type(1) { color: #0090d4; }
#page .site-header .relieve-perform-enjoy span:nth-of-type(2) { color: #008871; padding-left: 0; }
#page .site-header .relieve-perform-enjoy span:nth-of-type(3) { color: #32a9b9; padding-left: 0; }
h1.site-title, p.site-title { margin: 0; }
#b38-logo { float: left; padding: 20px 15px 15px 15px; width: 50%; }

#b38-contact { float: right; margin-top: 10px; width: 50%; text-align: right; background-color: rgba(255, 255, 255, 0.6); }
#b38-contact ul { margin: 0; padding: 5px 0 0 0; list-style: none; font-size: 18px; }
#b38-contact li { margin: 0; padding: 0 2px; color: #000; display: inline; list-style: none; }
#b38-contact a { text-decoration: none; font-weight: bold; }
#b38-contact img { margin-top: -15px; border-radius: 3px; }
#b38-contact img:hover { box-shadow: 0px 0px 3px #008871; }

#b38-book {
	clear: right; float: right; margin: 5px; text-align: center; 
	color: #fff; background-color: #008871; border-radius: 7px; display: inline-block;
	font-weight: bold; line-height: 1.2em; font-size: 12px; font-family: 'Syncopate', sans-serif;
}
#b38-book:hover { box-shadow: 0px 0px 3px #008871; }
#b38-book a { display: block; padding: 2px; text-decoration: none; color: inherit; }

.site-header .main-navigation { clear: both; width: auto; padding: 5px 10px; font-size: 22px; background-color: #fff; }
.site-header .main-navigation li { width:100%; font-size: 18px; }
.site-header .main-navigation a { padding: 5px; color: #000; }
.site-header .main-navigation a:hover { background-color: #008871; color: #fff; text-decoration: none; }
.site-header .main-navigation .current_page_item > a,
.site-header .main-navigation .current-menu-parent > a { color: #008871; font-weight: bold; }
.site-header .main-navigation #menu-item-170 > a,
.site-header .main-navigation #menu-item-171 > a,
.site-header .main-navigation #menu-item-189 > a { color: #000; font-weight: normal; }
.site-header .main-navigation .current_page_item > a:hover,
.site-header .main-navigation .current-menu-parent > a:hover,
.site-header .main-navigation #menu-item-170 > a:hover,
.site-header .main-navigation #menu-item-171 > a:hover,
.site-header .main-navigation #menu-item-189 > a:hover { background-color: #008871; color: #fff; }
.main-navigation ul ul {
	position: relative; float: none; top: auto; left: auto; 
	line-height: 1em; font-size: 16px; font-weight: bold; font-family: 'Syncopate', sans-serif;
}
.main-navigation ul ul ul { left: 0; }
.main-navigation ul ul li:hover > ul { left: auto; }
.main-navigation.toggled .nav-menu ul { display: block; }
.site-header .main-navigation li li { margin-left: 5%; width: 95%; margin-right: 0; font-size: 90%; text-align: left; }
.site-header .main-navigation li li li { margin-left: 10%; width: 90%; }
.main-navigation ul ul a { width: 100%; }
.site-header .main-navigation li li a { color: #0090d4; }
.site-header .main-navigation li li:nth-of-type(2) a { color: #008871; }
.site-header .main-navigation li li:nth-of-type(2) a span { color: #32a9b9; }
.site-header .main-navigation li li:nth-of-type(4) a { color: #008871; }
.site-header .main-navigation li li:nth-of-type(5) a { color: #32a9b9; }
.site-header .main-navigation li li:nth-of-type(5) a span { color: #0090d4; }
.site-header .main-navigation li li:nth-of-type(6) a { color: #008871; }
.site-header .main-navigation li li:nth-of-type(7) a { color: #000; font-weight: normal; }
.site-header .main-navigation li li:nth-of-type(8) a { color: #000; font-weight: normal; }
.site-header .main-navigation li li a:hover,
.site-header .main-navigation li li a:hover span { color: #fff; }

#b38-video { max-width: 550px; margin: 30px 15px; padding-top: 10px; clear: both; }
#b38-offer { max-width: 420px; margin: auto; padding-top: 1px; clear: both; }
#b38-offer section { padding: 1px 20px; background-color: rgba(  0, 136, 113, 0.7); }
#b38-offer p { color: #fff; text-align: center; line-height: 1.2em; }
#b38-offer .line1 { font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 1.0em; margin: 5px 0; text-shadow: #000 0px 0px 1px; }
#b38-offer .line2 { font-size: 30px; font-weight: bold; letter-spacing: 1.5px; line-height: 0.9em; margin: 5px 20px; text-shadow: #000 0px 0px 1px; }
#b38-offer .link {
	text-align: center; color: #fff; 
	font-weight: bold; line-height: 1.2em; font-size: 18px; font-family: 'Syncopate', sans-serif;
}
#b38-offer .link a {
	display: inline-block; background-color: #0090d4; border-radius: 7px; text-decoration: none; color: inherit;
	padding: 5px 10px;
}
#b38-offer .link a:hover { box-shadow: 0px 0px 3px #008871; }
#b38-offer .line4 { font-size: 12px; font-weight: normal; letter-spacing: 0.4px; margin: 5px 0; text-shadow: #000 0px 0px 1px; }


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

@media screen and (min-width: 325px) {
	#page .site-header .relieve-perform-enjoy { font-size: 12px; }
	#page .site-header .relieve-perform-enjoy span:nth-of-type(2) { padding-left: 5px; }
	#page .site-header .relieve-perform-enjoy span:nth-of-type(3) { padding-left: 5px; }
}

@media screen and (min-width: 400px) {
	#b38-contact li { padding: 0 5px; }
	#b38-book { font-size: 16px; }
	#b38-book a { padding: 10px; }

	#b38-offer .line1 { font-size: 26px; margin: 10px 0; }
	#b38-offer .line2 { font-size: 45px; margin: 10px 20px; }
	#b38-offer .link { font-size: 20px; }
	#b38-offer .line4 { font-size: 16px; margin: 10px 0; }
}

@media screen and (min-width: 480px) {
	#page .site-header .relieve-perform-enjoy { font-size: 14px; }
	#b38-logo { width: 250px; }
	#b38-contact { width: calc(100% - 250px); }
	#b38-contact ul { font-size: 22px; }

	#b38-offer .line1 { font-size: 30px; margin: 10px 0; }
	#b38-offer .line2 { font-size: 55px; margin: 10px 20px; }
	#b38-offer .link { font-size: 20px; }
	#b38-offer .line4 { font-size: 18px; margin: 10px 0; }
}

@media screen and (min-width: 600px) {
	#page .site-header .relieve-perform-enjoy { font-size: 18px; }
	#page .site-header .relieve-perform-enjoy span:nth-of-type(2) { padding-left: 10px; }
	#page .site-header .relieve-perform-enjoy span:nth-of-type(3) { padding-left: 10px; }
	.site-header .main-navigation li { margin-right: 10px; width: auto; }
	.site-header .main-navigation li:last-child { margin-right: 0; }
	.main-navigation ul ul {
		background-color: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; 
		position: absolute; top: 2em; left: -999em; z-index: 99999;
	}
	.main-navigation ul ul ul { left: -999em; }
	.main-navigation ul ul li:hover > ul { left: 100%; }
	.site-header .main-navigation li li { margin-left: 0; width: 100%; text-align: left; }
	.site-header .main-navigation li li li { margin-left: 0; width: 100%; }
	.main-navigation ul ul a { width: 320px; }
	.site-header .main-navigation li .current_page_item > a  { background-color: #d8e8c4; }
	#primary-menu > li > a { border-radius: 3px; }
	#b38-video { padding-top: 30px; }

	#b38-offer { padding-top: 80px; }
	#b38-offer .line1 { font-size: 18px; margin: 5px 0; }
	#b38-offer .line2 { font-size: 30px; margin: 5px 20px; }
	#b38-offer .link { font-size: 18px; }
	#b38-offer .line4 { font-size: 12px; margin: 5px 0; }
}

@media screen and (min-width: 665px) {
	#page .site-header .relieve-perform-enjoy span:nth-of-type(2) { padding-left: 20px; }
	#page .site-header .relieve-perform-enjoy span:nth-of-type(3) { padding-left: 20px; }
	#b38-contact { width: calc(100% - 320px); }
	.site-header .main-navigation li { font-size: 20px; }

	#b38-offer .line1 { font-size: 26px; margin: 10px 0; }
	#b38-offer .line2 { font-size: 45px; margin: 10px 20px; }
	#b38-offer .link { font-size: 20px; }
	#b38-offer .line4 { font-size: 16px; margin: 10px 0; }
}

@media screen and (min-width: 768px) {
	#page .site-header .relieve-perform-enjoy { font-size: 22px; }
	#b38-logo { padding: 20px 15px 15px 15px; width: 313px; }
	#b38-contact li:nth-of-type(1) br { display: none; }
	#b38-book { float: none; margin: 20px 0 0 150px; font-size: 22px; }
	.site-header .main-navigation li { font-size: 22px; }
}

@media screen and (min-width: 960px) {
	#page .site-header .relieve-perform-enjoy { font-size: 24px; }
	#b38-contact li:nth-of-type(2) br { display: none; }
	#b38-book { margin: 40px 0 0 150px; }

	#b38-offer section { min-height: 309px; }
	#b38-offer .line1 { font-size: 30px; margin: 10px 0; }
	#b38-offer .line2 { font-size: 55px; margin: 10px 20px; }
	#b38-offer .link { font-size: 20px; }
	#b38-offer .line4 { font-size: 18px; margin: 10px 0; }
}

@media screen and (min-width: 1050px) {
	#b38-contact { width: calc(100% - 400px); }
}

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


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-info { margin: 0 auto; max-width: 1200px;  }
#footer {
	color: #00f; background-color: #fff;
	background-image: url(../../../images/footer-gradient.jpg); background-position: top; background-repeat: repeat-x;
}
#footer p { color: #00f; font-size: 12px; margin-top: 10px; font-family: Arial, Helvetica, sans-serif; }
#footer a { color: #00f; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
#footer a:hover { text-decoration: underline; }
#footer #wildideas {
	float: left; margin: 5px 20px 5px 20px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
#footer #wildideas img { display: block; }
#footer #offer {
	display: none; float: left; margin: 15px 0 5px 160px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
#footer #dbn { float: right; text-align: right; padding-top: 5px; padding-right: 20px; }
#footer #dbn p { font-size: 8px; font-style: italic; }
#footer #dbn img {
	margin-bottom: -10px; margin-right: 60px; background-color: rgba(255,255,255,0.2);
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
#footer #wildideas:hover, #footer #offer:hover, #footer #dbn img:hover {
	background-color: rgba(0,0,255,0.2); 
	-moz-box-shadow: 0px 0px 3px #77f; -webkit-box-shadow: 0px 0px 3px #77f; box-shadow: 0px 0px 3px #77f;
}

#footer-1 { background-color: #d8e8c4; padding-top: 15px; padding-bottom: 15px; }
#b38-social-media { float: left; width: 90%; text-align: left; font-size: 22px; }
#b38-social-media ul { margin: 0; padding: 5px 0 0 0; list-style: none; }
#b38-social-media li { margin: 0; padding: 0 5px; display: inline; list-style: none; }
#b38-social-media img { border-radius: 3px; }
#b38-social-media img:hover { box-shadow: 0px 0px 3px #008871; }
#b38-address { float: right; width: 90%; padding-top: 5px; text-align: right; line-height: 1em; font-size: 22px; }
#footer-2 { background-color: #d8e8c4; border-bottom: 1px solid #fff; padding-top: 15px; padding-bottom: 15px; }
#footer-2 img { margin-right: 20px; height: 100px; }
#footer-3 img { margin-right: 9%; width: 26%; }
#footer-2 img:last-child,
#footer-3 img:nth-of-type(3), #footer-3 img:last-child { margin-right: 0; }
#footer-4 .content-column:nth-of-type(1) { padding-right: 10px; }
#footer-4 .content-column:nth-of-type(2) { padding-left: 5px; padding-right: 5px; text-align: right; }
#footer-4 .content-column:nth-of-type(3) { padding-left: 10px; }
#footer-4 .content-column > div { background-color: #d4edfc; padding: 10px; }
#footer-4 .content-column:nth-of-type(1) > div {
	padding-bottom: 90px; 
	background-image: url(../../../images/download-bg-70.jpg); background-position: top center; background-repeat: no-repeat; position: relative;
}
#footer-4 .content-column:nth-of-type(1) > div > div:last-child {
	background-color: #0090d4; padding: 5px 10px; color: #fff; text-align: center; font-weight: bold; font-size: 22px; line-height: 1.2em;
	position: absolute; bottom: 0; width: 100%; margin-left: -10px; margin-right: -10px;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
#footer-4 .content-column:nth-of-type(1) > div > p {
	color: #0090d4; font-size: 55px; margin: 0 0 20px 0; 
	font-weight: bold; line-height: 1em; letter-spacing: 3px; font-family: 'Syncopate', sans-serif;
}
#footer-4 .content-column:nth-of-type(1) > div form p { margin: 10px 0; padding-left: 5px; background-color: rgba(255, 255, 255, 0.6); }
#footer-4 .content-column:nth-of-type(1) > div form p:nth-of-type(3) { margin-bottom: 0; padding-left: 0; background-color: transparent; }
#footer-4 .content-column:nth-of-type(1) input.wpcf7-submit {
	text-align: center; max-width: 200px; display: table; white-space: normal; margin: auto;
	color: #fff; background-color: #008871; border-radius: 7px; border: 0;
	font-weight: bold; line-height: 1em; font-size: 18px; font-family: 'Syncopate', sans-serif;
 }
#footer-4 .content-column:nth-of-type(1) input.wpcf7-submit:hover { box-shadow: 0px 0px 3px #008871; }
#footer-4 .content-column:nth-of-type(1) > div .wpcf7-response-output { margin-top: 0; line-height: 1.2em; background-color: rgba(255, 255, 255, 0.6); }
#footer-4 .content-column:nth-of-type(2) p { margin: 1.3em 0; font-size: 18px; }
#footer-4 .content-column:nth-of-type(2) p:nth-of-type(4) { font-weight: bold; margin-bottom: 0; }

#footer-4 .content-column a { text-decoration: none; }
#footer-4 .wpcf7-form p { margin: 10px 0; }
#footer-4 .wpcf7-form p span.b38-contact-label { width: 100%; display: inline-block; }
#footer-4 .wpcf7-form p span.wpcf7-form-control-wrap input { width: 100%; }
#footer-4 .wpcf7-form textarea { height: 100px; }
.recaptcha-wrapper { width: 164px; }
#footer-4 .wpcf7-form p.recaptcha-note { margin-top: 20px; }
#footer-4 .content-column:nth-of-type(3) p.recaptcha-note { font-size: 90%; }
#footer-4 .content-column:nth-of-type(3) p:nth-of-type(6) { margin-bottom: 0; }
#footer-4 .content-column:nth-of-type(3) input.wpcf7-submit {
	text-align: center; display: table; margin: auto; padding: 8px 20px;
	color: #fff; background-color: #0090d4; border-radius: 7px; border: 0;
	font-weight: bold; line-height: 1.2em; font-size: 18px; font-family: 'Syncopate', sans-serif;
}
#footer-4 .content-column:nth-of-type(3) input.wpcf7-submit:hover { box-shadow: 0px 0px 3px #0090d4; }


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

@media screen and (min-width: 325px) {
	#footer-4 .content-column:nth-of-type(1) > div { background-image: url(../../../images/header-bg-70.jpg); }
	#footer-4 .content-column:nth-of-type(1) > div > div:last-child { font-size: 26px; }
	#footer-4 .content-column:nth-of-type(2) p { font-size: 24px; }
	.recaptcha-wrapper { float: left; }
	#footer-4 .wpcf7-form p.recaptcha-note { margin: 40px 0 30px 0; }
}

@media screen and (min-width: 400px) {
	/* #footer-3 img { height: 115px; } */
	#footer-4 .content-column:nth-of-type(1) > div > div:last-child { font-size: 32px; }
	#footer-4 .content-column:nth-of-type(2) p { font-size: 24px; }
	#footer-4 .wpcf7-form p span.b38-contact-label { width: 80px; display: inline-block; }
	#footer-4 .wpcf7-form p span.wpcf7-form-control-wrap input { width: calc(100% - 80px); }
}

@media screen and (min-width: 480px) {
	#footer-2 img { height: 125px; }
	/* #footer-3 img { height: 140px; } */
}

@media screen and (min-width: 601px) {
	#footer-2 img { height: 169px; }
	/* #footer-3 img { margin-right: 10px; height: 100px; } */
	#footer-3 img { margin-right: 3%; height: auto; width: 13.5%; }
	#footer-3 img:nth-of-type(3) { margin-right: 3%; }
	#footer-4 .content-column > div { padding: 5px; min-height: 590px; }
	#footer-4 .content-column:nth-of-type(1) > div { background-image: url(../../../images/download-bg-70.jpg); }
	#footer-4 .content-column:nth-of-type(1) p { font-size: 18px; }
	#footer-4 .content-column:nth-of-type(1) input.wpcf7-submit { padding-left: .6em; padding-right: .6em; }
	#footer-4 .content-column:nth-of-type(1) > div > div:last-child { font-size: 26px; padding: 20px 10px; margin-left: -5px; margin-right: -5px; }
	.recaptcha-wrapper { float: none; }
	#footer-4 .content-column:nth-of-type(2) p { margin: 5em 0; font-size: 15px; }
	#footer-4 .content-column:nth-of-type(3) p { font-size: 18px; }
	#footer-4 .wpcf7-form p span.b38-contact-label { width: 100%; }
	#footer-4 .wpcf7-form p span.wpcf7-form-control-wrap input { width: 100%; }
	#footer-4 .wpcf7-form p.recaptcha-note { margin: 10px 0; }
}

@media screen and (min-width: 665px) {
	/* #footer-3 img { height: 115px; } */
	#footer-4 .content-column:nth-of-type(1) > div > div:last-child { padding: 31px 10px; }
}

@media screen and (min-width: 768px) {
	/* #footer-3 img { height: 135px; } */
	#footer-4 .content-column > div { padding: 5px; min-height: 510px; }
	#footer-4 .content-column:nth-of-type(1) p { font-size: 18px; }
	#footer-4 .content-column:nth-of-type(1) input.wpcf7-submit { padding-left: 1em; padding-right: 1em; }
	#footer-4 .content-column:nth-of-type(1) > div > div:last-child { font-size: 22px; padding: 11px 10px; margin-left: -5px; margin-right: -5px; }
	#footer-4 .content-column:nth-of-type(2) p { margin: 3em 0; font-size: 18px; }
	#footer-4 .content-column:nth-of-type(3) p { font-size: 18px; }
	#footer-4 .wpcf7-form p span.b38-contact-label { width: 60px; display: inline-block; }
	#footer-4 .wpcf7-form p span.wpcf7-form-control-wrap input { width: calc(100% - 60px); }
}

@media screen and (min-width: 960px) {
	#footer-2 img { height: 135px; }
	/* #footer-3 img { margin-right: 30px; height: 160px; } */
	#footer-4 .content-column > div { padding: 10px; min-height: 450px; }
	#footer-4 .content-column:nth-of-type(1) p { font-size: 24px; }
	#footer-4 .content-column:nth-of-type(1) input.wpcf7-submit { max-width: 280px; font-size: 24px; }
	#footer-4 .content-column:nth-of-type(1) > div > div:last-child {
		font-size: 26px; letter-spacing: 1px; padding: 5px 10px; margin-left: -10px; margin-right: -10px;
		text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
	}
	#footer-4 .content-column:nth-of-type(2) p { margin: 1.7em 0; font-size: 22px; }
	#footer-4 .content-column:nth-of-type(3) p { font-size: 24px; }
	#footer-4 .wpcf7-form p span.b38-contact-label { width: 80px; display: inline-block; }
	#footer-4 .wpcf7-form p span.wpcf7-form-control-wrap input { width: calc(100% - 80px); }
	.recaptcha-wrapper { float: left; }
	#footer-4 .wpcf7-form p.recaptcha-note { margin: 45px 0 30px 0; }
}

@media screen and (min-width: 1050px) {
	#footer-2 img { height: 150px; }
	/* #footer-3 img { height: 180px; } */
	#footer-4 .content-column:nth-of-type(2) p { margin: 1.9em 0; font-size: 22px; }
}

@media screen and (min-width: 1220px) {
	#footer-2 img { margin-right: 34px; height: 169px; }
	/* #footer-3 img { margin-right: 50px; height: 196px; } */
	#footer-4 .content-column:nth-of-type(1) > div > div:last-child { font-size: 32px; }
	#footer-4 .content-column:nth-of-type(2) p { margin: 1.3em 0; font-size: 24px; }
	#footer-4 .wpcf7-form p.recaptcha-note { margin: 45px 0; }
}


/*--------------------------------------------------------------
Sidebars
--------------------------------------------------------------*/

.site-content { position: relative; }
.site-content .sidebar-container { width: 100%; z-index: 1; }
.site-content .sidebar-inner { margin: 0 auto; max-width: 1200px; }
.site-content #secondary .widget-area { padding: 48px 10px 1px 10px; font-size: 12px; }
.site-content #tertiary .widget-area { padding: 20px 10px 1px 10px; font-size: 12px; }
.site-content .widget-title { font-size: 18px; font-weight: bold; color: #000; margin-bottom: 5px; }
.site-content .widget-area ul, .site-content .widget-area ol { list-style: none; margin: 0; font-size: 20px; padding-left: 20px; list-style-type: disc;  }
.site-content .widget-area li { line-height: 1.2em; padding-bottom: 10px; }
.site-content .widget-area a { text-decoration: none; }
.site-content .widget-area a:hover { text-decoration: underline; }

.search-field { width: 96%; }

.site-content section h2.widget-title { color: #0090d4; }
.site-content section:nth-of-type(2) h2.widget-title { color: #008871; }
.site-content section:nth-of-type(3) h2.widget-title { color: #32a9b9; }

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

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

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

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

@media screen and (min-width: 601px) {
	.site-content #secondary { height: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
	.site-content #secondary .widget-area { float: left; width: 220px; padding: 48px 0 1px 10px; }
}

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

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

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

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

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


/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/

.site-content { position: relative; }
#primary { margin: 0 auto; max-width: 1200px; padding: 1px 10px; }
.page-template-template-wide #primary { max-width: 2400px; padding: 1px 0; }
#primary article { margin-bottom: 0; }
.wrapper,
.entry-header { margin: 0 auto; max-width: 1200px; padding: 0 15px; }
.entry-content { margin-top: 0; }

.home-links .content-column { padding: 14px; }
.home-links .content-column > div:nth-of-type(1) { background-position: center; background-repeat: no-repeat; height: 267px; position: relative; margin-bottom: 2px; }
.home-links .content-column:nth-of-type(1) > div:nth-of-type(1) { background-image: url(../../../images/bg-phstiotherapy.png); }
.home-links .content-column:nth-of-type(2) > div:nth-of-type(1) { background-image: url(../../../images/bg-sport-injury-massage.png); }
.home-links .content-column:nth-of-type(3) > div:nth-of-type(1) { background-image: url(../../../images/bg-horse-rider-assessment.png); }
.home-links .content-column:nth-of-type(4) > div:nth-of-type(1) { background-image: url(../../../images/bg-modified-pilates.png); }
.home-links .content-column:nth-of-type(5) > div:nth-of-type(1) { background-image: url(../../../images/bg-running-analysis.png); }
.home-links .content-column:nth-of-type(6) > div:nth-of-type(1) { background-image: url(../../../images/bg-postoperative-home-visits.png); }
.home-links .content-column > div:nth-of-type(1) > div {
	position: absolute; bottom: 0; width: 100%; font-size: 20px; line-height: 2em;
	background-image: url(../../../images/arrow-w.png); background-position: 95% center; background-repeat: no-repeat;
}
.home-links .content-column:nth-of-type(1) > div:nth-of-type(1) > div { background-color: rgba(  0, 144, 212, 0.6); }
.home-links .content-column:nth-of-type(2) > div:nth-of-type(1) > div { background-color: rgba( 50, 169, 185, 0.6); }
.home-links .content-column:nth-of-type(3) > div:nth-of-type(1) > div { background-color: rgba(  0, 136, 113, 0.6); }
.home-links .content-column:nth-of-type(4) > div:nth-of-type(1) > div { background-color: rgba(  0, 136, 113, 0.6); }
.home-links .content-column:nth-of-type(5) > div:nth-of-type(1) > div { background-color: rgba(  0, 144, 212, 0.6); }
.home-links .content-column:nth-of-type(6) > div:nth-of-type(1) > div { background-color: rgba( 50, 169, 185, 0.6); }
.home-links .content-column > div:nth-of-type(1) > div p { margin: 0; font-size: 22px; }
.home-links .content-column > div:nth-of-type(1) > div a {
	padding: 5px 30px 5px 15px; text-decoration: none; color: #fff; display: block; font-weight: bold;
	text-shadow: #000 0px 0px 1px;
}
.home-links .content-column > div:nth-of-type(2) { height: 120px; color: #919191; position: relative; }
.home-links .content-column > div:nth-of-type(2) p { font-size: 20px; line-height: 1em; margin: 10px 0; }
.home-links .content-column:nth-of-type(1) > div:nth-of-type(2) { border-top: 2px solid #0090d4; border-bottom: 2px solid #0090d4; }
.home-links .content-column:nth-of-type(2) > div:nth-of-type(2) { border-top: 2px solid #32a9b9; border-bottom: 2px solid #32a9b9; }
.home-links .content-column:nth-of-type(3) > div:nth-of-type(2) { border-top: 2px solid #008871; border-bottom: 2px solid #008871; }
.home-links .content-column:nth-of-type(4) > div:nth-of-type(2) { border-top: 2px solid #008871; border-bottom: 2px solid #008871; }
.home-links .content-column:nth-of-type(5) > div:nth-of-type(2) { border-top: 2px solid #0090d4; border-bottom: 2px solid #0090d4; }
.home-links .content-column:nth-of-type(6) > div:nth-of-type(2) { border-top: 2px solid #32a9b9; border-bottom: 2px solid #32a9b9; }
.home-links .content-column > div:nth-of-type(2) img { position: absolute; bottom: 15px; right: 10px; padding: 5px; }

.book-link-wrapper { background-color: #d8e8c4; padding: 20px 0; }
.book-link {
	display: table; margin: auto; background-color: #008871; color: #fff; text-align: center; 
	border-radius: 7px; font-weight: bold; line-height: 1.2em; font-family: 'Syncopate', sans-serif;
}
.book-link:hover { box-shadow: 0px 0px 3px #008871; }
.book-link p { margin: 0; }
.book-link a { display: block; padding: 10px; text-decoration: none; color: #fff; }

.bookings { padding: 20px 0; background-image: url(../../../images/booking-bg-70.jpg); background-position: center; background-repeat: no-repeat; }
.bookings > div { padding: 5px; margin-top: 25px; margin-bottom: 25px; background-color: #fff; }

.testimonials .content-column { padding: 10px 15px; }
.testimonials .content-column > div { padding: 1px 10px; background-color: #d4edfc; }
.testimonials .content-column:nth-of-type(2) > div,
.testimonials .content-column:nth-of-type(4) > div,
.testimonials .content-column:nth-of-type(6) > div,
.testimonials .content-column:nth-of-type(8) > div,
.testimonials .content-column:nth-of-type(10) > div,
.testimonials .content-column:nth-of-type(12) > div,
.testimonials .content-column:nth-of-type(14) > div { background-color: #d8e8c4; }
.testimonials .content-column > div p:nth-last-of-type(2) { color: #0090d4; }
.testimonials .content-column:nth-of-type(2) > div p:nth-last-of-type(2),
.testimonials .content-column:nth-of-type(4) > div p:nth-last-of-type(2),
.testimonials .content-column:nth-of-type(6) > div p:nth-last-of-type(2),
.testimonials .content-column:nth-of-type(8) > div p:nth-last-of-type(2),
.testimonials .content-column:nth-of-type(10) > div p:nth-last-of-type(2),
.testimonials .content-column:nth-of-type(12) > div p:nth-last-of-type(2),
.testimonials .content-column:nth-of-type(14) > div p:nth-last-of-type(2) { color: #008871; }

.contact .content-column { padding: 10px 15px; }
.contact .content-column > div { padding: 1px 10px; background-color: #d4edfc; }
.contact .content-column:nth-of-type(2) > div { background-color: #d8e8c4; }
.contact .wpcf7-form p span.b38-contact-label { width: 80px; display: inline-block; }
.contact input.wpcf7-submit {
	text-align: center; display: table; margin: auto;
	color: #fff; background-color: #0090d4; border-radius: 3px; border: 0;
	font-weight: bold; line-height: 1.2em; font-size: 18px; font-family: 'Syncopate', sans-serif;
 }
.contact .wpcf7-form p:last-of-type { margin-bottom: 0; }
.mapp-body p { font-size: inherit; }

h1.entry-title { color: #0090d4; }
h2.comments-title { color: #008871; }
h3#reply-title { color: #32a9b9; }

.entry-footer span { padding-right: 5%; }
.comment-form-author label, .comment-form-email label, .comment-form-url label { min-width: 65px; display: inline-block; }
.ea-share-count-wrap { text-align: right; }

.blog #primary article,
.archive #primary article  { padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #000; }
.blog #primary article:last-of-type,
.archive #primary article:last-of-type  { margin-bottom: 0; border-bottom: none; }

#wpcf7-f621-p622-o1 input.wpcf7-submit,
#wpcf7-f624-p625-o1 input.wpcf7-submit,
#wpcf7-f1153-p1154-o1 input.wpcf7-submit {
	padding: 8px 20px;
	color: #fff; background-color: #0090d4; border-radius: 7px; border: 0;
	font-weight: bold; line-height: 1.2em; font-size: 18px; font-family: 'Syncopate', sans-serif;
}
#wpcf7-f621-p622-o1 input.wpcf7-submit:hover,
#wpcf7-f624-p625-o1 input.wpcf7-submit:hover,
#wpcf7-f1153-p1154-o1 input.wpcf7-submit:hover { box-shadow: 0px 0px 3px #0090d4; }

@media screen and (min-width: 299px) {
	.home-links .content-column > div:nth-of-type(1) > div p { font-size: 26px; }
}

@media screen and (min-width: 325px) {
	.home-links .content-column > div:nth-of-type(2) p { font-size: 20px; }
	.contact .wpcf7-form p.recaptcha-note { margin: 55px 0 30px 0; }
}

@media screen and (min-width: 400px) {
	.home-links .content-column > div:nth-of-type(2) { height: 117px; }
	.home-links .content-column > div:nth-of-type(2) p { font-size: 28px; }
}

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

@media screen and (min-width: 601px) {
	#primary { padding-left: 260px; min-height: 250px; }
	.page-template-template-wide #primary { padding-left: 0; min-height: 1px; }
	.home-links .content-column > div:nth-of-type(1) > div p { font-size: 22px; }
	.home-links .content-column > div:nth-of-type(2) { height: 86px; }
	.home-links .content-column > div:nth-of-type(2) p { font-size: 16px; }
	.home-links .content-column > div:nth-of-type(2) img { bottom: 5px; right: 5px; width: 20px; }
	.max600 { max-width: 600px; margin: auto; }
}

@media screen and (min-width: 665px) {
	.home-links .content-column > div:nth-of-type(1) > div p { font-size: 26px; }
	.home-links .content-column > div:nth-of-type(2) { height: 93px; }
	.home-links .content-column > div:nth-of-type(2) p { font-size: 18px; }
}

@media screen and (min-width: 768px) {
	.home-links .content-column > div:nth-of-type(1) > div p { font-size: 32px; }
	.home-links .content-column > div:nth-of-type(2) { height: 120px; }
	.home-links .content-column > div:nth-of-type(2) p { font-size: 20px; }
	.home-links .content-column > div:nth-of-type(2) img { bottom: 15px; right: 10px; width: 30px; }
}

@media screen and (min-width: 960px) {
	.home-links .content-column > div:nth-of-type(2) { height: 145px; }
	.home-links .content-column > div:nth-of-type(2) p { font-size: 28px; }
}

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

@media screen and (min-width: 1220px) {
	.home-links .content-column > div:nth-of-type(2) { height: 120px; }
	.max1200 { max-width: 1200px; margin: auto; }
}
