/*
Theme Name: Hearology Microsite
Theme URI: http://underscores.me/
Author: Chris Drake
Author URI: http://solja.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hearology-microsite
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.

Hearology Microsite 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 0 20px 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: 0 40px 20px 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;
	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: #000;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px 0;
}

p {
	margin: 0 0 20px 0;
}

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

blockquote {
	margin: 0 40px;
}

address {
	margin: 0 40px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 20px;
	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: 20px;
}

ul,
ol {
	margin: 0 0 20px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px 20px;
}

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

figure {
	margin: 0 0 20px 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 20px 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	padding: 10px 20px;
	border: 0;
	background: #00ff93;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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

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 {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #00071f;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}

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%;
	max-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
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 20px 0;
	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: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	clear: both;
	margin: 0 0 20px 0;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 20px 0;
}

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

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

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 20px 0;;
}

/*--------------------------------------------------------------
## 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: 20px;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 10px 0 0 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 20px;
}

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


/*
 * Hearology Microsite Styles
 */

body {
	line-height: 1.6;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 300;
	}
h1 {
	margin: 0 0 40px 0;
	font-size: 48px;
	}
h2 {
	margin: 0 0 40px 0;
	font-size: 48px;
	}
h3 {
	font-size: 36px;
	}

@media all and ( max-width: 640px ) {

h1 {
	margin: 0 0 20px 0;
	font-size: 36px;
	}
h2 {
	margin: 0 0 20px 0;
	font-size: 36px;
	}
h3 {
	font-size: 24px;
	}

}

span.small {
	font-size: 14px;
	}

.site {
	}

.max-width {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
	}

@media all and ( max-width: 1024px ) {

.max-width {
	padding: 0 20px;
	}

}

/**
 * Site header
 */

	.site-header {
		position: relative;
		padding: 100px 0 20px 0;
		background-image: url( images/v2/header-background.jpg );
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		}
	.page-template-ear-wax-removal .site-header {
		background-image: url( images/header-background-ear-wax-removal.jpg );
		}
	.page-template-hearing-test .site-header {
		background-image: url( images/header-background-hearing-test.jpg );
		}
		.site-header .max-width {
			}
			.header-left {
				float: left;
				width: 75%;
				padding-right: 40px;
				}
				.site-branding {
					margin: 0 0 100px 0;
					}
					.site-title {
						width: 350px;
						height: 118px;
						margin: 0;
						}
						.site-title a {
							display: block;
							overflow: hidden;
							width: 350px;
							height: 118px;
							outline: 0;
							background: url( images/hearology-logo-white.png ) center center no-repeat;
							background-size: contain;
							text-indent: 200%;
							white-space: nowrap;
							}
				.site-header .caption {
					}
					.site-header .caption h2 {
						margin: 0 0 10px 0;
						color: #fff;
						}
					.site-header .caption h3 {
						margin: 0 0 40px 0;
						font-size: 30px;
						}
						.site-header .caption h3 span {
							display: block;
							}
						.site-header .caption h3 a {
						  color: #000;
						}
						.site-header .caption h3 a:hover {
						  color: royalblue;
						}
				.header-left .google-reviews {
					margin: 0 0 20px 0;
					}
					.header-left .google-reviews #google-rating {
						float: left;
						margin: 0 20px 20px 0;
						}
					.header-left .google-reviews p {
						margin: 0;
						padding-top: 10px;
						color: #fff;
						}
						.header-left .google-reviews p span {
							display: block;
							}


					.header-left .trust-marks {
						}
						.header-left .trust-marks img {
							display: inline-block;
							margin: 0 25px 20px 0;
							}

			.header-right {
				float: right;
				width: 25%;
				}
				.header-right .google-reviews {
					margin: 0 0 40px 0;
					}
					.header-right .google-reviews #google-rating {
						margin: 0 0 20px 0;
						}
					.header-right .google-reviews p {
						vertical-align: top;
						color: #fff;
						}
						.header-right .google-reviews_write-review-link a {
							color: #fff;
							text-decoration: none;
						}
						.header-right .google-reviews_write-review-link a:hover {
							color: royalblue;
						}
				.header-right .notice {
					margin: 174px 0 40px 0;
					font-size: 20px;
					font-weight: 200;
					color: #fff;
					}

			.site-header .trust-marks {
				clear: both;
				padding-top: 20px;
				}
				.site-header .trust-marks img {
					display: inline-block;
					margin: 0 10px 20px 10px;
					}

@media screen and ( max-width: 1180px ) {

			.header-left {
				width: 70%;
				}

			.header-right {
				width: 30%;
				}

}

@media screen and ( max-width: 1024px ) {

	.site-header {
		padding: 40px 0 0 0;
		}

			.header-left {
				float: none;
				width: 100%;
				padding-right: 0;
				}
				.site-branding {
					margin: 0 0 40px 0;
					}
					.site-title {
						margin: 0 auto;
						}

				.site-header .caption {
					text-align: center;
					}
					.site-header .caption h3 {
						color: #fff;
						}

				.header-left .google-reviews {
					margin: 0 0 20px 0;
					}
					.header-left .google-reviews #google-rating {
						float: none;
						margin: 0 0 20px 0;
						}
					.header-left .google-reviews p {
						padding-top: 0;
						}
						.header-left .google-reviews p span {
							display: inline;
							}

			.header-right {
				float: none;
				width: 100%;
				text-align: center;
				}
			.page-template-ear-wax-removal .header-right {
				padding-top: 0;
				}

				.header-right .notice {
					display: none;
					}
			.site-header .trust-marks {
				padding-top: 0;
				text-align: center;
				}

}

@media all and ( max-width: 640px ) {

					.site-title {
						width: 100%
						height: 100px;
						text-align: center;
						}
						.site-title a {
							width: 100%;
							height: 100%;
							background-size: contain;
							}

}

@media all and ( max-width: 420px ) {

					.site-title {
						/* width: 200px; */
						height: 100px;
						margin: 0 0 0 auto;
						}
					.front-page .site-title,
					.page-template-booking-page .site-title {
						margin: 0 auto;
						}
						/*.site-title a {
							width: 200px;
							height: 42px;
							}*/

}


/*
 * Navigation
 */

		.main-navigation {
			float: none;
			max-width: 1180px;
			margin: 0 auto 20px auto;
			}
			.menu-toggle {
				display: none;
				overflow: hidden;
				width: 73px;
				height: 74px;
				margin: 20px 0 0 0;
				line-height: 1;
				padding: 0;
				border: 0;
				border-radius: 0;
				outline: 0;
				background: url( images/burger.png ) center no-repeat;
				font-size: 0;
				}
			.main-navigation > div {
				}
				.main-navigation ul {
					list-style: none;
					margin: 0;
					padding-left: 0;
					}
				.main-navigation.toggled ul {
					display: block;
					}
					.main-navigation li {
						display: inline-block;
						}
						.main-navigation a {
							display: block;
							padding: 10px 10px;
							outline: 0;
							font-size: 16px;
							font-weight: 200;
							color: #fff;
							text-decoration: none;
							transition: color 0.2s;
							}
						.main-navigation li:hover > a,
						.main-navigation li.focus > a {
							color: #00ff93;
							}
						.main-navigation .current_page_item > a,
						.main-navigation .current-menu-item > a,
						.main-navigation .current_page_ancestor > a,
						.main-navigation .current-menu-ancestor > a {
							}

@media screen and ( max-width: 1024px ) {

		.main-navigation {
			position: absolute;
			z-index: 100;
			top: 0;
			left: 0;
			width: 0;
			height: 100%;
			margin: 0;
			padding: 0;
			background: rgba( 0, 7, 31, 0.8 );
			}
		.main-navigation.toggled {
			width: 75%;
			}
			.menu-toggle {
				display: block;
				}

			.main-navigation > div {
				}
				.main-navigation ul {
					display: none;
					}
					.main-navigation li {
						display: block;
						}
						.main-navigation a {
							padding: 10px 20px;
							font-size: 20px;
							}

}


/**
 * Content
 */

	.site-content {
		max-width: 1180px;
		margin: 0 auto;
		padding: 20px 20px 0 20px;
		}
	.front-page .site-content {
		max-width: 100%;
		padding: 0;
		}
	.page-template-ear-wax-removal .site-content,
	.page-template-hearing-test .site-content {
		max-width: 100%;
		padding: 0;
		}
		.content-area {
			padding: 20px 20px 0 20px;
			}
		.widget-area {
			padding: 20px 20px 0 20px;
			}


/**
 * Front page
 */

		.front-page .services {
			}
			.front-page .services > div {
				margin: 0 auto 0 auto;
				border: 1px solid #fff;
				border-bottom: 0;
				}
				.front-page .services a.service {
					float: left;
					position: relative;
					overflow: hidden;
					width: 50%;
					min-height: 300px;
					border: 1px solid #fff;
					outline: 0;
					}
					.front-page .services a.service:before {
						content: '';
						display: block;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						background-repeat: no-repeat;
						background-position: center;
						background-size: cover;
						transition: transform 0.6s;
						}
					.front-page .services a.service.ear-wax-removal:before {
						background-image: url( images/front-page-ear-wax-removal-background2.jpg );
						}
					.front-page .services a.service.hearing-test:before {
						background-image: url( images/front-page-hearing-test-background2.jpg );
						}
					.front-page .services a.service.vestib:before {
						background-image: url( images/front-page-balance-background2.jpg );
						}
					.front-page .services a.service.pediatric-audiology:before {
						background-image: url( images/front-page-ear-kids-background2.jpg );
						}
					.front-page .services a.service:hover:before {
						-webkit-transform: scale( 1.02 );
						-ms-transform: scale( 1.02 );
						transform: scale( 1.02 );
						transition: transform 0.2s;
						}
					.front-page .services a.service span {
						position: absolute;
						top: 50%;
						left: 0;
						width: 100%;
						padding: 20px;
						text-align: center;
						font-size: 30px;
						font-weight: 200;
						color: #fff;
						-webkit-transform: translateY( -50% );
						-ms-transform: translateY( -50% );
						transform: translateY( -50% );
						}

@media all and ( max-width: 1024px ) {

					.front-page .services a.service:hover:before {
						-webkit-transform: none;
						-ms-transform: none;
						transform: none;
						}

}

@media all and ( max-width: 768px ) {
			.front-page .services > div {
				display: block;
				margin: 0 auto 0 auto;
				border-left: 0;
				border-right: 0;
				}
				.front-page .services a.service {
					width: 100%;
					min-height: 250px;
					border-left: 0;
					border-right: 0;
					}
}


/**
 * Ear wax removal
 * Hearing test
 */

		.page-template-ear-wax-removal .introduction {
			background-image: url( images/white-gradient.png ), url( images/ear-wax-removal-intro-background.jpg );
			background-repeat: repeat-x, no-repeat;
			background-size: auto, cover;
			background-position: center bottom, center top;
			}
			.page-template-ear-wax-removal .introduction .max-width {
				padding: 100px 40px 80px 40px;
				}
				.page-template-ear-wax-removal .introduction h2 {
					width: 50%;
					color: #fff;
					}
			.page-template-ear-wax-removal .introduction .content {
				float: left;
				width: 75%;
				padding: 0 40px 0 0;
				color: #fff;
				}
			.page-template-ear-wax-removal .introduction .book-now {
				float: right;
				width: 25%;
				font-size: 24px;
				}

@media screen and ( max-width: 1024px ) {

			.page-template-ear-wax-removal .introduction .max-width {
				padding: 40px 20px 20px 20px;
				}
				.page-template-ear-wax-removal .introduction h2 {
					width: 100%;
					}
			.page-template-ear-wax-removal .introduction .content {
				float: none;
				width: 100%;
				padding: 0 0 20px 0;
				}
			.page-template-ear-wax-removal .introduction .book-now {
				float: none;
				width: 100%;
				}

}

@media screen and ( max-width: 640px ) {

				.page-template-ear-wax-removal .introduction h2 {
					text-align: center;
					}
			.page-template-ear-wax-removal .introduction .content {
				text-align: center;
				}

}

		.page-template-hearing-test .introduction {
			}
			.page-template-hearing-test .introduction .max-width {
				padding-top: 100px;
				padding-bottom: 80px;
				}
				.page-template-hearing-test .introduction h2 {
					color: #00ac63;
					}
				.page-template-hearing-test .introduction img {
					float: left;
					width: 65%;
					height: auto;
					}
				.page-template-hearing-test .introduction .content {
					float: right;
					width: 35%;
					padding-left: 40px;
					}

@media screen and ( max-width: 1024px ) {

			.page-template-hearing-test .introduction .max-width {
				padding-top: 40px;
				padding-bottom: 20px;
				}
				.page-template-hearing-test .introduction img {
					float: none;
					width: 100%;
					max-width: 720px;
					margin: 0 0 20px 0;
					}
				.page-template-hearing-test .introduction .content {
					float: none;
					width: 100%;
					padding-left: 0;
					}

}

@media screen and ( max-width: 640px ) {

			.page-template-hearing-test .introduction .max-width {
				text-align: center;
				}

}

		.page-template-hearing-test .slider {
			}
			.page-template-hearing-test .slider .max-width {
				}
				.page-template-hearing-test .slider .slider-wrapper {
					float: left;
					width: 75%;
					margin: 0 0 100px 0;
					padding: 0 40px 0 0;
					}
					.owl-carousel {
						background: #eee;
						}
						.owl-carousel .owl-item  {
							padding-right: 80px !important;
							}
							.owl-carousel .owl-item h3  {
								padding-bottom: 20px;
								border-bottom: 1px solid #000;
								font-size: 24px;
								}
						.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
							display: none !important;
							}
						.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
							top: 0 !important;
							right: 0 !important;
							bottom: 0 !important;
							width: 60px !important;
							height: auto !important;
							margin-top: 0 !important;
							line-height: 100% !important;
							background-position: center !important;
							background-color: #13130d !important;
							}
				.page-template-hearing-test .slider .book-now {
					float: right;
					width: 25%;
					margin: 0 0 100px 0;
					font-size: 24px;
					}

@media screen and ( max-width: 1024px ) {

				.page-template-hearing-test .slider .slider-wrapper {
					float: none;
					width: 100%;
					margin: 0 0 40px 0;
					padding: 0;
					}

				.page-template-hearing-test .slider .book-now {
					float: none;
					width: 100%;
					margin: 0 0 40px 0;
					}

}

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

						.owl-carousel .owl-item  {
							padding-right: 60px !important;
							}

}

		.appointments {
			}
			.appointments .max-width {
				}
				.appointments > div p {
					margin: 0 0 100px 0;
					padding: 20px;
					border: 1px solid #000;
					}

@media screen and ( max-width: 1024px ) {

				.appointments > div p {
					margin: 0 0 40px 0;
					text-align: center;
					}

}

		.page-template-ear-wax-removal .procedure {
			}
			.page-template-ear-wax-removal .procedure .max-width {
				padding: 0 40px 80px 40px;
				}
				.page-template-ear-wax-removal .procedure h2 {
					width: 50%;
					}
				.page-template-ear-wax-removal .procedure .steps {
					display: -webkit-flex;
					display: flex;
					-webkit-flex-wrap: wrap;
					flex-wrap: wrap;
					}
					.page-template-ear-wax-removal .procedure .step {
						float: left;
						width: 20%;
						padding: 0 25px;
						text-align: center;
						}
						.page-template-ear-wax-removal .procedure .step > div {
							position: relative;
							display: block;
							width: 150px;
							height: 150px;
							margin: 0 auto 20px auto;
							border: 2px solid #00ff93;
							border-radius: 100%;
							}
							.page-template-ear-wax-removal .procedure .step > div p {
								position: absolute;
								top: 50%;
								width: 100%;
								margin: 0;
								padding: 20px;
								text-align: center;
								-webkit-transform: translateY( -50% );
								-ms-transform: translateY( -50% );
								transform: translateY( -50% );
								font-size: 30px;
								}

@media screen and ( max-width: 1024px ) {

			.page-template-ear-wax-removal .procedure .max-width {
				padding: 0 20px 20px 20px;
				}
				.page-template-ear-wax-removal .procedure h2 {
					width: 100%;
					}
				.page-template-ear-wax-removal .procedure .steps {
					display: block;
					}
					.page-template-ear-wax-removal .procedure .step {
						float: none;
						width: 100%;
						padding: 0;
						}
						.page-template-ear-wax-removal .procedure .step > div {
							float: left;
							margin: 0 20px 20px 0;
							}
						.page-template-ear-wax-removal .procedure .step > p {
							display: table-cell;
							height: 150px;
							vertical-align: middle;
							text-align: left;
							}

}

@media screen and ( max-width: 640px ) {

				.page-template-ear-wax-removal .procedure h2 {
					text-align: center;
					}

						.page-template-ear-wax-removal .procedure .step > div {
							float: none;
							margin: 0 auto 20px auto;
							}
						.page-template-ear-wax-removal .procedure .step > p {
							display: block;
							height: auto;
							text-align: center;
							}

}

		.page-template-ear-wax-removal .description {
			}
			.page-template-ear-wax-removal .description .max-width {
				padding: 0 40px 60px 40px;
				}
			.page-template-ear-wax-removal .description .content {
				float: left;
				width: 75%;
				margin: 0 0 40px 0;
				padding: 0 40px 0 0;
				-webkit-columns: 2 300px;
				-moz-columns: 2 300px;
				columns: 2 300px;
				}
			.page-template-ear-wax-removal .description .book-now {
				float: right;
				width: 25%;
				}

@media screen and ( max-width: 1024px ) {

			.page-template-ear-wax-removal .description .max-width {
				padding: 0 20px 20px 20px;
				}
			.page-template-ear-wax-removal .description .content {
				float: none;
				width: 100%;
				padding: 0;
				}
			.page-template-ear-wax-removal .description .book-now {
				float: none;
				width: 100%;
				}

}

		.practitioners {
			background: #eee;
			}
			.practitioners .max-width {
				padding-top: 100px;
				padding-bottom: 80px;
				}
				.practitioners > div {
					}
					.practitioners h2 {
						width: 50%;
						color: #00ac63;
						}
					.practitioners h3 {
						margin: 0 0 40px 0;
						}
					.practitioners .practitioner-grid {
						display: -webkit-flex;
						display: flex;
						-webkit-flex-wrap: wrap;
						flex-wrap: wrap;
						}
						.practitioners .practitioner {
							float: left;
							position: relative;
							width: 33.33%;
							margin: 0 0 40px 0;
							padding: 0 10px;
							}
							.practitioners .practitioner:before {
								content: '';
								position: absolute;
								z-index: 0;
								top: 200px;
								right: 30px;
								bottom: 0;
								left: 30px;
								display: block;
								background: #fff;
								}
							.practitioners .practitioner h3 {
								margin: 0;
								font-size: 24px;
								}
							.practitioners .practitioner .qualifications {
								font-size: 14px;
								}
							.practitioners .practitioner img {
								position: relative;
								z-index: 1;
								margin: 0 0 20px 0;
								vertical-align: top;
								}
							.practitioners .practitioner .bio {
								position: relative;
								z-index: 2;
								margin: -20px 20px 0 20px;
								padding: 40px 20px 20px 20px;
								background: #fff;
								font-size: 14px;
								}
					.practitioners .flags {
						height: 24px;
						margin: 0 0 20px 0;
						}
					.page-template-ear-wax-removal .practitioners .flags {
						background: url( images/language-flags-ear-wax-removal.png ) center no-repeat;
						}
					.page-template-hearing-test .practitioners .flags {
						background: url( images/language-flags-hearing-test.png ) center no-repeat;
						}
					.practitioners h4 {
						text-align: center;
						}

@media screen and ( max-width: 1024px ) {

			.practitioners .max-width {
				padding-top: 40px;
				padding-bottom: 20px;
				}
					.practitioners h2 {
						width: 100%;
						}
					.practitioners .practitioner-grid {
						display: block;
						}
						.practitioners .practitioner {
							float: none;
							width: 100%;
							margin: 0 0 40px 0;
							padding: 0;
							}
							.practitioners .practitioner:before {
								display: none;
								}

							.practitioners .practitioner img {
								float: left;
								width: 33.33%;
								margin: 0 20px 0 0;
								}
							.practitioners .practitioner .bio {
								z-index: 0;
								margin: 0;
								padding: 40px 20px 0 0;
								}
								.practitioners .practitioner .bio.clear:before,
								.practitioners .practitioner .bio.clear:after {
									width: auto;
									}
					.practitioners .flags {
						height: 24px;
						margin: 0 0 20px 0;
						background: url( images/language-flags.png ) center no-repeat;
						}
					.practitioners h4 {
						text-align: center;
						}

}

@media screen and ( max-width: 640px ) {

		.practitioners {
			text-align: center;
			}

						.practitioners .practitioner {
							text-align: center;
							}

							.practitioners .practitioner img {
								float: none;
								width: 100%;
								max-width: 300px;
								margin: 0 auto;
								}
							.practitioners .practitioner .bio {
								z-index: 0;
								margin: 0;
								padding: 20px 20px 0 20px;
								}

}

		.page-template-ear-wax-removal .why-microsuction {
			}
			.page-template-ear-wax-removal .why-microsuction .max-width {
				padding-top: 100px;
				padding-bottom: 60px;
				}
				.page-template-ear-wax-removal .why-microsuction .cartoon-grid {
					margin: 0 -20px;
					}
					.page-template-ear-wax-removal .why-microsuction .cartoon-grid .cartoon {
						float: left;
						width: 33.33%;
						margin: 0 0 20px 0;
						padding: 0 20px;
						text-align: center;
						}

@media screen and ( max-width: 1024px ) {

			.page-template-ear-wax-removal .why-microsuction .max-width {
				padding-top: 40px;
				padding-bottom: 0;
				}
				.page-template-ear-wax-removal .why-microsuction .cartoon-grid {
					margin: 0 -10px;
					}
					.page-template-ear-wax-removal .why-microsuction .cartoon-grid .cartoon {
						padding: 0 10px;
						}

}

@media screen and ( max-width: 640px ) {

		.page-template-ear-wax-removal .why-microsuction {
			text-align: center;
			}

				.page-template-ear-wax-removal .why-microsuction .cartoon-grid {
					margin: 0;
					}
					.page-template-ear-wax-removal .why-microsuction .cartoon-grid .cartoon {
						float: none;
						width: 100%;
						margin: 0 0 10px 0;
						padding: 0;
						}

}

		.page-template-ear-wax-removal .booking {
			min-height: 200px;
			background: #00ff93;
			}
			.page-template-ear-wax-removal .booking .max-width {
				position: relative;
				padding-top: 40px;
				}
				.page-template-ear-wax-removal .booking h2 {
					margin-right: 25%;
					}
				.page-template-ear-wax-removal .booking .choose-date {
					position: absolute;
					top: 40px;
					right: 40px;
					width: 20%;
					}
					.page-template-ear-wax-removal .booking .choose-date input {
						max-width: 100%;
						}
					.page-template-ear-wax-removal .booking .choose-date .cta {
						max-width: 100%;
						}

@media screen and ( max-width: 1024px ) {

				.page-template-ear-wax-removal .booking h2 {
					margin: 0 0 20px 0;
					text-align: center;
					}
				.page-template-ear-wax-removal .booking .choose-date {
					position: static;
					width: 100%;
					max-width: 200px;
					margin: 0 auto 40px auto;
					}

}

@media screen and ( max-width: 640px ) {

			.page-template-ear-wax-removal .booking .max-width {
				padding-bottom: 20px;
				}

				.page-template-ear-wax-removal .booking h2 {
					margin-right: 0;
					text-align: center;
					}
				.page-template-ear-wax-removal .booking .choose-date {
					position: static;
					margin: 0 auto 20px auto;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
					}

}

		.service-features {
			background-image: url( images/green-gradient.png ), url( images/hearing-test-features-background.jpg );
			background-repeat: repeat-x, no-repeat;
			background-size: auto, cover;
			background-position: center bottom, right top;
			}
		.page-template-ear-wax-removal .service-features {
			background-image: url( images/ear-wax-removal-features-background.jpg );
			background-repeat: no-repeat;
			background-size: cover;
			background-position: right top;
			}
			.service-features .max-width {
				padding: 100px 40px 80px 40px;
				}
				.service-features h2 {
					width: 50%;
					color: #fff;
					}
				.service-features .features {
					margin: 0 0 80px 0;
					}
					.service-features .feature {
						display: inline-block;
						}
						.service-features .feature p {
							position: relative;
							display: block;
							width: 200px;
							height: 200px;
							margin: 0 17px 20px 0;
							border: 2px solid #00ff93;
							border-radius: 100%;
							}
							.service-features .feature p span {
								position: absolute;
								top: 50%;
								left: 50%;
								width: 100%;
								margin: 0;
								padding: 20px;
								text-align: center;
								-webkit-transform: translate( -50%, -50% );
								-ms-transform: translateX( -50% ) translateY( -50% );
								transform: translate( -50%, -50% );
								color: #fff;
								}

@media screen and ( max-width: 1024px ) {

			.service-features .max-width {
				padding: 40px 20px 80px 20px;
				}
				.service-features h2 {
					width: 100%;
					}
				.service-features .features {
					margin: 0 0 20px 0;
					text-align: center;
					}
					.service-features .feature {
						float: left;
						width: 50%;
						}
						.service-features .feature p {
							margin: 0 auto 20px auto;
							}

}

@media screen and ( max-width: 640px ) {

		.service-features {
			background-position: center bottom, left top;
			}
		.page-template-ear-wax-removal .service-features {
			background-position: left top;
			}
			.service-features .max-width {
				padding: 40px 20px 120px 20px;
				}

				.service-features h2 {
					text-align: center;
					}

					.service-features .feature {
						float: none;
						width: 100%;
						}

}

		.page-template-hearing-test .booking {
			padding: 0 0 80px 0;
			background-color: #00ff93;
			}
			.page-template-hearing-test .booking .max-width {
				}
				.page-template-hearing-test .booking h2 {
					width: 75%;
					padding: 0 40px 0 0;
					}
				.page-template-hearing-test .booking .content {
					float: left;
					width: 75%;
					padding: 0 40px 0 0;
					}
				.page-template-hearing-test .booking .book-now {
					float: right;
					width: 25%;
					font-size: 24px;
					}

@media screen and ( max-width: 1024px ) {

		.page-template-hearing-test .booking {
			padding: 0 0 20px 0;
					text-align: center;
			}

				.page-template-hearing-test .booking h2 {
					width: 100%;
					margin: 0 0 20px 0;
					padding: 0;
					}
				.page-template-hearing-test .booking .content {
					float: none;
					width: 100%;
					padding: 0;
					}
				.page-template-hearing-test .booking .book-now {
					float: none;
					width: 100%;
					}

}

		.page-template-ear-wax-removal .about {
			margin: 0 0 100px 0;
			background-color: #000;
			background-image: url( images/ear-wax-removal-about-background.jpg );
			background-repeat: no-repeat;
			background-size: auto 100%;
			background-position: right center;
			}
			.page-template-ear-wax-removal .about .max-width {
				padding: 100px 40px 60px 40px;
				}
				.page-template-ear-wax-removal .about .point {
					width: 60%;
					margin: 0 0 20px 0;
					}
					.page-template-ear-wax-removal .about .point h3 {
						float: left;
						width: 40%;
						color: #00ff93;
						}
					.page-template-ear-wax-removal .about .point p {
						float: left;
						width: 60%;
						padding-left: 40px;
						font-size: 16px;
						color: #fff;
						}

@media screen and ( max-width: 1024px ) {

		.page-template-ear-wax-removal .about {
			margin: 0 0 40px 0;
			padding: 55% 0 0 0;
			background-image: url( images/ear-wax-removal-about-background-mobile.jpg );
			background-size: 100% auto;
			background-position: center top;
			}
			.page-template-ear-wax-removal .about .max-width {
				padding: 40px 20px 0 20px;
				}
				.page-template-ear-wax-removal .about .point {
					width: 100%;
					}

					.page-template-ear-wax-removal .about .point p {
						padding-left: 20px;
						}

}

@media screen and ( max-width: 640px ) {

				.page-template-ear-wax-removal .about .point {
					width: 100%;
					}

					.page-template-ear-wax-removal .about .point h3 {
						float: none;
						width: 100%;
						}
					.page-template-ear-wax-removal .about .point p {
						float: none;
						width: 100%;
						padding-left: 0;
						}

}

		.page-template-hearing-test .about {
			margin: 0 0 100px 0;
			background-image: url( images/hearing-test-about-background.jpg );
			background-repeat: no-repeat;
			background-size: auto 100%;
			background-position: right center;
			background-color: #00071f;
			}
			.page-template-hearing-test .about .max-width {
				padding: 100px 40px 60px 40px;
				}
				.page-template-hearing-test .about .point {
					width: 60%;
					margin: 0 0 20px 0;
					}
					.page-template-hearing-test .about .point h3 {
						color: #00ff93;
						}
					.page-template-hearing-test .about .point p {
						font-size: 16px;
						color: #fff;
						}

@media screen and ( max-width: 1024px ) {

		.page-template-hearing-test .about {
			margin: 0 0 40px 0;
			padding: 55% 0 0 0;
			background-image: url( images/hearing-test-about-background-mobile.jpg );
			background-size: 100% auto;
			background-position: center top;
			}
			.page-template-hearing-test .about .max-width {
				padding: 40px 20px 0 20px;
				}
				.page-template-hearing-test .about .point {
					width: 100%;
					}

}

@media screen and ( max-width: 640px ) {

				.page-template-hearing-test .about .point {
					width: 100%;
					}

					.page-template-hearing-test .about .point h3 {
						float: none;
						width: 100%;
						}
					.page-template-hearing-test .about .point p {
						float: none;
						width: 100%;
						padding-left: 0;
						}

}
				

/**
 * Footer
 */

	.site-footer {
		padding-bottom: 55px;
		}
	.home .site-footer {
		margin-top: 40px;
	}
		.site-footer .contact {
			}
			.request-consultation {
				float: left;
				width: 50%;
				margin: 0 0 100px 0;
				padding: 0 40px;
				}
				.request-consultation > div {
					padding: 20px 20px 0 20px;
					background: #00071f;
					color: #fff;
					}
			.location {
				float: right;
				position: relative;
				width: 50%;
				margin: 0 0 100px 0;
				padding: 0 40px;
				}
				.location > div {
					}
					.location #map {
						width: 100%;
						height: 210px;
						}
		.footer-gallery {
			clear: both;
			margin: 0 0 40px 0;
			border: 1px solid #fff;
			border-top: 0;
			border-bottom: 0;
			}
			.footer-gallery img {
				float: left;
				width: 25%;
				border: 1px solid #fff;
				}
		.site-footer .trust-marks {
			text-align: center;
			}
			.site-footer .trust-marks img {
				display: inline-block;
				margin: 0 10px 20px 10px;
				}
		.site-info {
			padding: 20px 0;
			text-align: center;
			}

@media all and ( max-width: 1024px ) {

			.request-consultation {
				margin: 0 0 40px 0;
				padding: 0 20px;
				}

			.location {
				margin: 0 0 40px 0;
				padding: 0 20px;
				}
				.location > div {
					right: 20px;
					left: 20px;
					}

}

@media all and ( max-width: 768px ) {

		.site-footer .contact {
			display: block;
			}
			.request-consultation {
				width: 100%;
				margin: 0 0 40px 0;
				padding: 0;
				}

			.location {
				width: 100%;
				margin: 0 0 40px 0;
				padding: 0;
				}
				.location > div {
					position: static;
					}

			.footer-gallery img {
				width: 50%;
				}

}


/**
 * Booking box
 */

				.book-now {
					line-height: 1.2;
					margin: 0 0 40px 0;
					padding: 40px 40px 20px 40px;
					background: #00071f;
					text-align: center;
					color: #fff;
					}
				.book-now.alt {
					background: #00ff93;
					color: #00071f;
					}
					.book-now p span {
						display: block;
						}
					.book-now p span.telephone {
						font-size: 24px;
						font-weight: 400;
						}
					.book-now p span.or {
						font-size: 20px;
						color: #00ff93;
						text-transform: uppercase;
						}
					.book-now.alt p span.or {
						color: #00071f;
						}
					.book-now .offers {
						margin-top: 20px;
						}


/**
 * Google Rating
 */

#google-rating {
	position: relative;
	display: inline-block;
	padding: 10px;
	border-top: 6px solid #4fce6a;
	box-shadow: 0 2px 5px 0 rgba( 0, 0, 0, .26 );
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	}
	#google-rating .gr-logo {
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		overflow: hidden;
		width: 36px;
		height: 36px;
		background: url( images/google-rating-logo.png ) no-repeat;
		text-indent: 200%;
		white-space: nowrap;
		-webkit-transform: translateY( -50% );
		-ms-transform: translateY( -50% );
		transform: translateY( -50% );
		}
	#google-rating .gr-title {
		display: block;
		margin: 0 0 5px 46px;
		color: #000;
		}
	#google-rating .gr-rating {
		display: inline-block;
		line-height: 1;
		margin: 0 6px 0 46px;
		font-size: 20px;
		color: #e7711b;
		}
	#google-rating .gr-stars-gray {
		display: inline-block;
		width: 100px;
		height: 15px;
		background: url( images/google-rating-stars-gray.png ) no-repeat;
		}
		#google-rating .gr-stars-color {
			height: 15px;
			background: url( images/google-rating-stars-color.png ) no-repeat;
			}

/**
 * Date picker
 */

.choose-date {
	margin: 0 0 20px 0;
	}
	.choose-date > div {
		padding: 0 !important;
		}


/**
 * WP Live Chat
 */

#wp-live-chat {
	right: 40px !important;
	min-width: 220px;
	}
#wp-live-chat-header {
    padding: 10px 0;
	}
#wp-live-chat-1 {
	font-size: 16px;
	}

@media all and ( max-width: 768px ) {

#wp-live-chat {
	right: 50% !important;
	-webkit-transform: translateX( 50% ) !important;
	-ms-transform: translateX( 50% ) !important;
	transform: translateX( 50% ) !important;
	}

}


/**
 * Booking form
 */

.hearology-ms-date-form,
.hearology-ht-date-form {
	text-align: center;
	}
	.hearology-ms-date-form p.choose-a-date,
	.hearology-ht-date-form p.choose-a-date {
		margin: 0;
		font-size: 14px;
		}
		.hearology-ms-date-form p.choose-a-date input,
		.hearology-ht-date-form p.choose-a-date input {
			max-width: 200px;
			text-align: center;
			}
	.cta {
		display: inline-block;
		width: 100%;
		max-width: 200px;
		margin: 0;
		padding: 20px 30px;
		border: 0;
		background: #00ff93;
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px !important;
		font-weight: 400 !important;
		text-align: center;
		line-height: 1;
		text-align: center;
		white-space: normal;
		transition: background 0.25s;
		}
	.cta.full-width {
		display: block;
		}
	.cta:hover {
		background: #00cc77;
		}
	.cta.alt {
		background: #00071f;
		color: #fff;
		}
	.cta.alt:hover {
		background: #001352;
		}
	.hearology-ms-date-form input[type="text"],
	.hearology-ht-date-form input[type="text"] {
		margin: 5px 0 10px 0;
		padding: 10px 15px;
		border: 0;
		font-size: 16px;
		line-height: 1;
		}

a.cta {
	display: inline-block;
	margin: 0;
	padding: 20px 30px;
	border: 0;
	background: #00ff93;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	transition: background 0.25s;
	}
a.cta.full-width {
	display: block;
	}
a.cta:hover {
	background: #00cc77;
	}
a.cta.alt {
	background: #00071f;
	color: #fff;
	}
a.cta.alt:hover {
	background: #001352;
	}

.page-template-booking-page .content-area {
	padding-left: 0;
	padding-right: 0;
	}
	.page-template-booking-page .trust-marks {
		text-align: center;
		}
		.page-template-booking-page .trust-marks img {
			display: inline-block;
			margin: 0 10px 20px 10px;
			}

.booking-page-content {
	margin: 0 0 40px 0;
	line-height: 1.4;
	font-size: 16px;
	color: #fff;
	}
	.booking-page-content-wrapper {
		max-width: 640px;
		margin: 20px auto;
		padding: 20px 60px 0 60px;
		background: #00071f;
		}
		.booking-page-content h1 {
			line-height: 1.2;
			text-align: center;
			font-size: 48px;
			color: #fff;
			}
		.booking-page-content h3 {
			line-height: 1.2;
			width: calc( 100% + 120px );
			margin: 0 -60px 20px -60px;
			padding: 10px 40px;
			background-color: #fff;
			text-align: center;
			font-size: 24px;
			color: #000;
			}
		.booking-page-content p {
			line-height: 1.4;
			margin: 0 0 20px 0;
			color: #fff;
			}
		.booking-page-content a {
			color: #00fe95;
			}

		.calendar-icon {
			float: left;
			width: 60px;
			height: 60px;
			margin: 0 0 20px 0;
			background: url( images/calendar-icon.png ) no-repeat;
			}
		.for-date, .change-date {
			margin-left: 80px !important;
			}
		.for-date {
			margin-bottom: 5px !important;
			}

		p.submit-wrap {
			display: block !important;
			text-align: center;
			}
		.booking-page-content *, .booking-page-content *:before, .booking-page-content *:after {
			box-sizing: border-box;
			}
		.booking-page-content .wpcf7-form br {
			display: inline;
			}
			.booking-page-content form > div {
				margin: 0 0 20px 0;
				}

			.booking-page-content input[type="text"],
			.booking-page-content input[type="date"],
			.booking-page-content input[type="tel"],
			.booking-page-content input[type="email"],
			.booking-page-content select,
			.booking-page-content textarea {
				width: 100%;
				margin: 5px 0 0 0;
				padding: 10px 15px;
				border: 2px solid transparent;
				font-size: 16px;
				line-height: 1;
				}
			.booking-page-content input[type="text"].first-name,
			.booking-page-content input[type="text"].last-name {
				width: 48%;
				}
			.booking-page-content input[type="text"].first-name {
				margin-right: 4%;
				}
			.booking-page-content input[type="date"],
			.booking-page-content select {
				width: auto;
				}
			.booking-page-content select {
				-webkit-appearance:none;
				-moz-appearance:none;
				appearance:none;
				padding-right: 35px;
				background-color: #fff;
				background-image: url( images/down-arrow-black.png );
				background-position: right 10px top 20px;
				background-repeat: no-repeat;
				color: #000;
				}

		.booking-page-content .symptoms .wpcf7-checkbox {
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			padding-top: 10px;
			}
			.booking-page-content .symptoms .wpcf7-checkbox > span {
				float: left;
				display: block;
				width: 50%;
				margin: 0;
				padding: 5px;
				}
				.booking-page-content .symptoms .wpcf7-checkbox label {
					float: left;
					width: 100%;
					height: 100%;
					margin: 0 2px 6px 0;
					white-space: nowrap;
					}
					.booking-page-content .symptoms .wpcf7-checkbox input {
						visibility: hidden;
						width: 0;
						height: 0;
						margin: 0 !important;
						padding: 0;
						}
					.booking-page-content .symptoms .wpcf7-checkbox input + span {
						display: inline-block;
						width: 100%;
						height: 100%;
						padding: 5px 10px;
						background-color: rgba( 255, 255, 255, 0.2 );
						cursor: pointer;
						white-space: normal;
						}
					.booking-page-content .symptoms .wpcf7-checkbox input:checked + span {
						background-color: #00fe95;
						color: #000;
						}

			#tell-us-more-title {
				display: inline-block;
				padding-left: 25px;
				background: url( images/down-arrow.png ) left 5px no-repeat;
				cursor: pointer;
				}

			.booking-page-content .submit-wrap {
				margin: 0 0 40px 0;
				text-align: right;
				}
				.booking-page-content input[type="submit"] {
					margin: 0;
					padding: 10px 15px;
					border: 0;
					background: #00ff93;
					font-family: 'Ubuntu', sans-serif;
					font-size: 24px;
					font-weight: 300;
					line-height: 1;
					transition: background 0.25s;
					cursor: pointer;
					}
				.booking-page-content input[type="submit"]:hover {
					background: #00cc77;
					}

			.booking-page-content .required {
				font-weight: bold;
				color: #cc0044;
				}

.ui-widget {
	font-size: 0.8em !important;
	}

@media only screen and (max-width: 1024px) {

	.page-template-booking-page .trust-marks {
		display: none;
		}

}

@media only screen and (max-width: 599px) {

	.booking-page-content-wrapper {
		padding: 20px 20px 0 20px;
		}

		.booking-page-content .wpcf7-checkbox {
			}
			.booking-page-content .wpcf7-checkbox > span {
				width: 100%;
				}

			.booking-page-content input[type="submit"] {
				font-size: 18px;
				}

}

.booking-vestib-step-2 .site-header {
	background-image: url(images/booking-vestib-header-background.jpg);
}
.booking-vestib-step-2 .booking-page-content h1 {
	font-size: 32px;
}

.booking-vestib-step-2 .site-title a {
	width: 200px;
    height: 120px;
    background: url('images/vestib-logo.png') top center no-repeat;
    background-size: contain;
}

.booking-ms-step-2 .booking-page-content h1,
.booking-ht-step-2 .booking-page-content h1,
.booking-pa-step-2 .booking-page-content h1 {
	font-size: 32px;
}

.booking-ms-step-2 .site-title a {
	background-image: url('images/hearology-logo-white.png');
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	color: #ff0000;
}
.booking_option {
	display: inline-flex;
    align-items: stretch;
    width: 100%;
    min-height: 55px;
    background-color: #00071f;
    margin-bottom: 20px;
}
.booking_option .text{
	padding: 10px;
	font-size: 22px;
    width: calc(100% - 150px);
}
.booking_option button{
	min-width: 150px;
	font-style: bold;
	font-size: 18px;
}
button:disabled,
button[disabled]{
  opacity:0.4;
  cursor : not-allowed !important;
}
.main_div{
	display: inline-block;
	width: 100%;
	background-color: white;
}
h3.booking_option_heading{
	margin-bottom: 0;
}
body.booking-opt-page .booking-page-content-wrapper{
	max-width: 640px;
	margin: 20px auto;
	padding: 0px 0px 0px 0px;
}	
body.booking-opt-page .calendar-icon{
	margin-left: 30px;
	margin-right: 15px;
}