/*!
Theme Name: WS Hearing
Theme URI: https://pixelkicks.co.uk
Author: Pixel Kicks
Author URI: https://pixelkicks.co.uk
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wshearing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

wshearing is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
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;
	font-family: "minion-pro-caption", serif !important;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 2em 0 1em;
	font-style: italic;
    font-size: 1.4rem;
    font-family: 'Libre-Regular','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #999;
}

.page-template-default main blockquote p {
	color: #5c7ebf;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	margin-top: 25px;
	margin-bottom: 35px;
	padding-top:10px;
    padding-bottom: 10px;
}

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 https://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. */
}

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, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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

select {
	border: 1px solid #ccc;
}

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 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

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

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

/* 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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.pop__tree-style-list {
	background: #112463;
	color: #FFF;
}

.pop__tree-style-list p {
	line-height: 1.8;
}

@media(min-width: 992px) {
	.pop__tree-style-list h2 {
		position: relative;
		max-width: 220px;
		line-height: 1.2;
	}

	.pop__tree-style-list h2:after {
		content: "";
		width: 15px;
		height: 15px;
		border: 2px solid #FFF;
		border-radius: 50%;
		display: inline-block;
		position: absolute;
		top: 50%;
		z-index: 1;
		transform: translateY(-50%);
		background: #112463;
	}

	.pop__tree-style-list p {
		margin-bottom: 0;
	}

	.pop__tree-style-list .row {
		display: flex;
		flex-wrap: wrap;
		margin: 30px -30px;
	}

	.pop__tree-style-list .row .col {
		padding: 0 30px;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.pop__tree-style-list .row .col .text {
		max-width: 350px;
	}

	.pop__tree-style-list .row .col:first-child .text {
		margin-top: -30px;
	}

	.pop__tree-style-list .row .col:last-child {
		position: relative;
	}

	.pop__tree-style-list .row .col:last-child:after {
		content: "";
		width: 15px;
		height: 15px;
		border: 2px solid #FFF;
		border-radius: 50%;
		display: inline-block;
		position: absolute;
		bottom: -15px;
		z-index: 1;
		transform: translateY(-50%);
		background: #112463;
	}

	.pop__tree-style-list .row .col:last-child:nth-child(odd):after {
		right: -8px;
	}

	.pop__tree-style-list .row .col:last-child:nth-child(even):after {
		left: -8px;
	}

	.pop__tree-style-list .row .col:nth-child(odd) {
		text-align: right;
		border-right: 1px solid #FFF;
	}

	.pop__tree-style-list .row .col:nth-child(odd) h2:after {
		right: -38px;
	}

	.pop__tree-style-list .row .col:nth-child(odd) .text,
	.pop__tree-style-list .row .col:nth-child(odd) .text h2 {
		margin-left: auto;
	}

	.pop__tree-style-list .row .col:nth-child(even) {
		margin-top: 120px;
	}

	.pop__tree-style-list .row .col:nth-child(even) h2:after {
		left: -38px;
	}
}

.pop-ctas__ctas li {
	padding: 10px;
	background: #FFF;
}
.pop-ctas__ctas li i.fa-google {
	color: #102564;
}
.pop-ctas i.fa-star, i.fa-star-half {
	font-size: 16px;
	margin-right: 0px;
}
.pop-ctas__ctas {
	align-items: center;
}
.pop-ctas__ctas .review-location {
	margin: 0;
	font-size: 16px;
	margin-bottom: -5px;
}
.pop-ctas__ctas .reviews {
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.pop-ctas__ctas .review-icon {
	margin-right: 10px;
}
.pop-ctas__ctas .review-location p {
	margin: 0;
	text-align: left;
}
.pop-ctas__ctas .review-content {
	display:flex;
	flex-direction: column;
}
.pop-ctas__ctas .review-rating {
	display:flex;
	flex-direction: row;
	align-items: center;
}
.pop-ctas__ctas .review-rating .rating-number {
	margin-right: 5px;
}
.pop-ctas__ctas li a {
	text-decoration: none;
	color: inherit;
}

/**
* Cycle slider gets initiated under 620px.
* This just vertically centres the slides.
*/
@media(max-width: 620px) {
	.pop-ctas__ctas li {
		top: 50% !important;
		transform: translateY(-50%);
	}
}

.page-template-template-homepage .pop__tree-style-list {
	padding: 3rem;
}

.page-template-template-homepage .pop-banner {
	margin-bottom: 30px;
}

.page-template-template-homepage .ws-review-banner-wrapper {
	background-color: #102564;
}

.page-template-template-homepage--old .ws-review-banner-wrapper {
	background-color: #102564;
}

.page-template-template-homepage .ws-review-banner,
.page-template-template-homepage--old .ws-review-banner {
	background-color: #102564;
	color: #ffffff;
	text-align: center;
	padding-top: 0.5rem;
	border-radius: 5px;
}

.page-template-template-homepage .ws-review-banner-divs,
.page-template-template-homepage--old .ws-review-banner-divs {
	align-self: center;
	letter-spacing: 1px;
}

.page-template-template-homepage .ws-review-banner-divs a,
.page-template-template-homepage--old .ws-review-banner-divs a {
	text-decoration: none;
	color: #ffffff;
}

.page-template-template-homepage .ws-review-banner-divs .ws-review-banner-p,
.page-template-template-homepage--old .ws-review-banner-divs .ws-review-banner-p {
	text-align: left;
	line-height: 30px;
}

.page-template-template-homepage .ws-review-banner i,
.page-template-template-homepage--old .ws-review-banner i  {
	color: #E8AA01;
	font-size: 24px;
	margin: 0 5px;
}

.page-template-template-homepage .ws-review-banner p strong,
.page-template-template-homepage--old .ws-review-banner p strong {
	font-size: 24px;
}

.page-template-template-homepage .ws-review-banner h2,
.page-template-template-homepage--old .ws-review-banner h2 {
	margin-bottom: -12px;
}

.page-template-template-homepage .ws-5-reasons {
	color: #102564;
}

.page-template-template-homepage .ws-5-reasons h2 {
	font-size: 31px;
	line-height: normal;
	padding-right: 20px;
}

.page-template-template-homepage .ws-5-reasons a {
	color: #102464;
	text-decoration: none;
}

.page-template-template-homepage .ws-5-reasons a:after {
	content: '\f105';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	margin-left: 20px;
	position: absolute;
	line-height: 1.3;
	transition: margin-left 0.2s ease;
}

.page-template-template-homepage .ws-5-reasons a:hover:after {
	margin-left: 8px;
}

.page-template-template-homepage .ws-5-reasons #unmatched-expertise a:after {
	content: none;
}

.page-template-template-homepage .ws-5-reasons .ws-reasons-mt {
	margin-top: 0;
}

.page-template-template-homepage .ws-5-reasons p {
	font-size: 20px;
	color: #353232;
}

.page-template-template-homepage .ws-5-reasons .ws-reason {
	max-width: 400px;
}

.page-template-template-homepage .ws-5-reasons #unmatched-expertise {
	grid-row: 1/3;
	align-self: flex-start;
	max-width: 90%;
	justify-self: center;
}

.page-template-template-homepage .ws-5-reasons #unmatched-expertise h1 {
	font-size: 45px;
	line-height: normal;
}

.page-template-template-homepage .ws-5-reasons #unmatched-expertise p {
	color: #6b87c8;
	font-size: 24px;
}

.ws-we-can-help {
	display: flex;
}

.page-template-template-homepage .ws-we-can-help-content {
	background-color: #102564;
	color: #ffffff;
	max-width: 50%;
	padding: 3rem;
	font-size: 20px;
	padding-left: 24px;
}

.page-template-template-homepage .ws-we-can-help-content h1 {
	line-height: normal;
	color: #6b87c8;
	font-size: 45px;
}

.page-template-template-homepage .ws-we-can-help-content p {
	color: #ffffff;
	font-size: 24px;
}

.page-template-template-homepage .ws-we-can-help-img {
	position: relative;
	font-size: 24px;
}

.page-template-template-homepage .ws-we-can-help-img-parallax {
	background-image: url('https://www.wshearing.co.uk/wp-content/uploads/2021/01/Tom-Consultation-2020-1.jpg');
	height: auto;
	width: 50%;
	/* background-attachment: fixed;
	background-position-x: 700px; */
	background-repeat: no-repeat;
	background-size: 118%;
}

.page-template-template-homepage .ws-we-can-help-img img {
	height: 100%;
	object-fit: cover;
	object-position: top right;
}

.page-template-template-homepage .ws-we-can-help-img-small {
	position: relative;
	display: none;
	margin-bottom: -7px;
}

.page-template-template-homepage .ws-we-can-help-img-small img {
	height: auto;
	width: 100%;
}

.page-template-template-homepage .ws-guarantee {
	background-color: #166410;
	color: #ffffff;
	padding: 0.5rem 1rem;
	height: fit-content;
	position: absolute;
	bottom: 5rem;
	right: 0;
	letter-spacing: 1px;
	font-size: 32px;
}

.page-template-template-homepage .ws-tailored-services-wrapper {
	background-color: #f6f6f6;
	padding-bottom: 16px;
	padding-top: 1px;
} 

.page-template-template-homepage .ws-tailored-services {
	color: #102564;
	line-height: 2;
}

.page-template-template-homepage .ws-tailored-services h1 {
	font-size: 45px;
	text-align: center;
	line-height: normal;
}

.ws-tailored-services h2 {
	font-size: 24px;
	margin-bottom: 0;
	line-height: normal;
	color: #6b87c8;
	max-width: 95%;
	font-family: 'Nunito', sans-serif !important;
}

.ws-tailored-services p {
	font-size: 20px;
	color: #353232;
}

.page-template-template-homepage .ws-service-box {
	border: #102564 2px solid;
	border-radius: 5px;
	padding: 0 2rem 0.5rem;
	height: 100%;
	position: relative;
	background-image: linear-gradient(45deg, #ffffff 50%, #102564 50%);
	background-size: 300% 100%;
	background-position: left top;
	transition: background-position .5s ease;
	min-height: 230px;
}

.page-template-template-homepage .ws-service-box-corner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	background-color: #102564;
	border-radius: 0 0 0 50px;
}

.page-template-template-homepage .ws-service-box-arrow {
	margin-top: -4px;
	margin-right: -10px;
	color: #ffffff !important;
	font-size: 20px;
}

.page-template-template-homepage .ws-service-box:hover {
	background-position: bottom right;
}

.page-template-template-homepage .ws-service-box:hover a {
	color: #ffffff !important;
}

.page-template-template-homepage .ws-service-box:hover p {
	color: #ffffff !important;
}

.page-template-template-homepage .ws-service-box a {
	color: #102564;
	text-decoration: none;
}

.page-template-template-homepage .ws-service-box a:visited {
	color: #102564;
}

.page-template-template-homepage .ws-review-videos {
	color: #102564;
	height: 600px;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 12rem;
}

.page-template-template-homepage .ws-review-videos h1 {
	font-size: 45px;
	line-height: normal;
	padding: 20px;
	text-align: center;
}

.ws-review-videos .grid-row-3cols {
	gap: 32px;
}

.ws-review-videos img {
	max-height: 100%;
	object-fit: contain;
	width: 100%;
	display: block;
	margin-top: -5px;
}

.ws-review-video-lg {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
	position: relative;
}

.ws-review-video-sm-top {
	grid-column: 3;
	grid-row: 1;
	position: relative;
}

.ws-review-video-sm-btm {
	grid-column: 3;
	grid-row: 2;
	position: relative;
}

.videos-parent:hover>div {
	filter: blur(3px);
}

.videos-parent:hover>div:hover {
	filter: blur(0);
}

.ws-review-video-lg:hover .c-video__svg {
	transform: translate(-50%, -50%) scale(1.4, 1.4);
	transition: .6s ease;
}

.ws-review-video-sm-top:hover .c-video__svg {
	transform: translate(-50%, -50%) scale(1.4, 1.4);
	transition: .6s ease;
}

.ws-review-video-sm-btm:hover .c-video__svg {
	transform: translate(-50%, -50%) scale(1.4, 1.4);
	transition: .6s ease;
}

.page-template-template-homepage .ws-bespoke-solutions {
	display: flex;
	align-items: center;
}

.page-template-template-homepage .ws-bespoke-solutions h1 {
	font-size: 45px;
	line-height: normal;
}

.page-template-template-homepage .ws-bespoke-solutions p {
	font-size: 20px;
	line-height: 2;
	color: #353232;
}

.page-template-template-homepage .ws-bespoke-solutions-content {
	color: #102564;
	padding: 2rem;
	background-color: #f6f6f6;
	border-radius: 8px;
}

.page-template-template-homepage .ws-bespoke-solutions-img img {
	padding-top: 3rem;
}

.page-template-template-homepage .ws-review-quotes,
.page-template-template-homepage--old .ws-review-quotes{
	color: #102564;
}

.page-template-template-homepage .ws-review-quotes-box,
.page-template-template-homepage--old .ws-review-quotes-box{
	border: #102564 2px solid;
	border-radius: 8px;
	padding: 32px;
	position: relative;
}

.page-template-template-homepage .ws-review-quotes-box h2,
.page-template-template-homepage--old .ws-review-quotes-box h2 {
	font-size: 24px;
	color: #6b87c8;
	font-family: 'Nunito', sans-serif
}

.page-template-template-homepage .ws-review-quotes-box img,
.page-template-template-homepage--old .ws-review-quotes-box img {
	position: absolute;
	top: 30px;
	right: 20px;
}

.page-template-template-homepage .ws-review-quotes p,
.page-template-template-homepage--old .ws-review-quotes p {
	font-size: 20px;
	color: #353232;
}

.page-template-template-homepage .pop__tree-style-list .row .col .text {
	max-width: 100%;
}

.page-template-template-homepage .pop__tree-style-list h2 {
	font-size: 45px;
	color: #6b87c8;
	max-width: 100%;
}

.page-template-template-homepage .pop__tree-style-list p {
	font-size: 20px;
	max-width: 64%;
}

.page-template-template-homepage .ws-hearing-test-banner {
	display: flex;
	height: 700px;
	align-items: flex-end;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
}

.page-template-template-homepage .ws-hearing-test-banner {
	background-image: url('https://www.wshearing.co.uk/wp-content/uploads/2022/07/Bitmap-5-min.jpg');
}

.page-template-template-homepage .ws-hearing-test-banner h2 {
	font-size: 36px;
}

.page-template-template-homepage .ws-hearing-test-banner p {
	font-size: 24px;
	letter-spacing: 1px;
	color: #353232;
}

.page-template-template-homepage .ws-hearing-test-banner-body {
	width: 45%;
	height: fit-content;
	background-color: #ffffff;
	padding: 1rem 2rem;
	font-size: 20px;
	margin-left: 22px;
	margin-bottom: 7rem;
	color: #102564;
	opacity: 0.8;

}

.page-template-template-homepage .ws-hearing-test-banner-img-small {
	display: none;
}

.page-template-template-homepage .ws-expect-from-us {
	text-align: center;
	color: #102564;
}

.page-template-template-homepage .ws-expect-from-us-body p {
	font-size: 24px;
	margin: 0 auto;
	color: #353232;
}

.page-template-template-homepage .ws-expect-from-us-body h1 {
	font-size: 45px;
}

.page-template-template-homepage .ws-expect-from-us-points {
	display: flex;
	font-size: 24px;
	text-align: left;
	padding: 48px 0 48px 24px;
	line-height: 2;
	border: #102564 2px solid;
	border-radius: 8px;
}

.page-template-template-homepage .ws-expect-from-us-points h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
}

.page-template-template-homepage .ws-expect-from-us i {
	font-size: 42px;
	padding: 0.5rem 2rem;
}

.faq_banner {
	text-align: center;
	color: #ffffff;
	background-image: url(https://www.wshearing.co.uk/wp-content/uploads/2021/12/WS_FAQ_banner_tall-min.jpg);
	padding: 3rem 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 24px;
}

.faq_banner h2 {
	font-size: 32px;
	margin-top: 1rem;
}

.faq_banner .pop-banner__body__buttons__button.pop-banner__body__buttons__button--gold {
	background-color: #6b87c8;
	color: #ffffff !important;
	padding: 9px 50px;

}

@media (max-width: 520px) {
	.faq_banner .pop-banner__body__buttons {
		margin-top: -50px;
	}

	.faq_banner h2 {
		margin-top: 0;
	}
}

.page-template-template-homepage .ws-expect-from-us-quote {
	font-size: 24px;
	background-color: #6b87c8;
	border-radius: 8px;
	color: #ffffff;
	padding: 48px;
	position: relative;
}

.page-template-template-homepage .ws-expect-from-us-quote p {
	max-width: 90%;
	margin: 0px auto;
	letter-spacing: 0.5px;
}

.page-template-template-homepage .ws-expect-from-us-quote span {
	font-weight: lighter;
}

.page-template-template-homepage .ws-expect-from-us-quote .fa-quote-left {
	position: absolute;
	left: 10px;
	top: 40%;
	transform: translateY(-86px);
	color: #102564;
}

.page-template-template-homepage .ws-expect-from-us-quote .fa-quote-right {
	position: absolute;
	right: 10px;
	top: 40%;
	transform: translateY(-86px);
	color: #102564;
}

.ws-appointment-banner-wrapper {
	background-color: #102564;
}

.ws-appointment-banner {
	background-color: #102564;
	color: #ffffff;
	text-align: center;
	padding: 0.5rem;
}

.ws-appointment-banner h2 {
	font-size: 32px;
	margin-bottom: 0;
}

.ws-appointment-banner p {
	font-size: 24px;
	color: #6b87c8;
	margin: 8px auto 16px;
	max-width: 1000px;
}

.ws-appointment-banner .pop-banner__body__buttons a {
	font-size: 24px;
	margin-bottom: 32px;
}

.page-template-template-homepage .ws-latest-news {
	color: #102564;
}

.page-template-template-homepage .ws-latest-news h2 {
	font-size: 45px;
	text-align: center;

}

.page-template-template-homepage .ws-latest-news-bg {
	background-color: #fafafa;
	padding: 0 1rem;
}

.page-template-template-homepage .ws-latest-news-caption {
	background-color: #ffffff;
	font-size: 32px;
	height: 200px;
	padding: 0.5rem 1rem;
}

.page-template-template-homepage .ws-latest-news-caption .fa-arrow-right {
	transform: translateX(100px);
	opacity: 0;
}

.page-template-template-homepage .ws-latest-news-col:hover .fa-arrow-right {
	transform: translateX(10px);
	transition: transform 0.3s ease;
	opacity: 1;
}

.page-template-template-homepage .ws-latest-news-col:hover img {
	transform: scale(1.05);
	transition: transform 0.3s ease;
}

.page-template-template-homepage .ws-latest-news-caption h3 {
	max-width: 90%;
	font-size: 32px;
}

.page-template-template-homepage .ws-latest-news-col {
	height: 500px;
}

.page-template-template-homepage .ws-latest-news-col div {
	overflow: hidden;
}

.page-template-template-homepage .ws-latest-news img {
	margin-top: 1rem;
	height: 250px;
	width: 100%;
	object-fit: contain;
}

.page-template-template-homepage .ws-latest-news a {
	text-decoration: none;
	color: #102564;
}

.page-template-template-homepage .grid-row-3cols,
.page-template-template-homepage--old .grid-row-3cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.page-template-template-homepage .grid-row-2cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	place-items: center;
	max-width: 1700px;
	margin: 0 auto;
}

.page-template-template-homepage .mb-3 {
	margin-bottom: 3rem;
}

.page-template-template-homepage .my-3 {
	margin: 3rem 0;
}

.page-template-template-homepage .mx-2 {
	margin-left: 8px;
	margin-right: 8px;
}

.page-template-template-homepage .mlr-5 {
	margin-left: 5rem;
	margin-right: 5rem;
}


.page-template-template-homepage .px-1 {
	padding-left: 24px;
	padding-right: 24px;
}

.page-template-template-homepage .hover-expand {
	transition: transform .5s;
}

.page-template-template-homepage .hover-expand:hover {
	transform: scale(1.05);
}

#top-header .inner-section .banner-image {
    margin-right: 20px !important;
}

.container {
	max-width: 1500px;
	margin: 0 auto;
}

/* @media (max-width: 1540px) {
	.page-id-13212 .container,
	.page-id-16104 .container,
	.page-id-13212 .inner-section,
	.page-id-16104 .inner-section {
		margin: 0 15px;
	}
} */

@media (max-width: 1600px) {
	.xxl-only {
		display: none;
	}

	.page-template-template-homepage .grid-row-2cols {
		max-width: 100%;
	}

	.page-template-template-homepage .ws-review-videos {
		height: 600px;
	}

	.page-template-template-homepage .ws-latest-news-bg {
		padding: 1rem;
	}

	.page-template-template-homepage .ws-latest-news-caption h3 {
		font-size: 24px;
	}

	.page-template-template-homepage .ws-latest-news-caption {
		height: 150px;
	}

	.page-template-template-homepage .ws-latest-news-col {
		height: 410px;
	}

}

@media (max-width: 1450px) {
	.page-template-template-homepage .ws-we-can-help-img-parallax {
		background-size: 160%;
		background-position: center;
	}
}

@media (max-width: 1350px) {
	.page-template-template-homepage .ws-review-videos {
		height: 536px;
	}

	.page-template-template-homepage .ws-5-reasons {
		padding-right: 8px;
	}

} 

@media (max-width: 1200px) {
	.ws-appointment-banner h2 {
		font-size: 24px;
	}

	.ws-appointment-banner p {
		font-size: 16px;
	}

	.ws-appointment-banner .pop-banner__body__buttons a {
		font-size: 16px;
		text-align: center;
	}

	.page-template-template-homepage .ws-review-videos {
		height: 470px;
	}

	.page-template-template-homepage .ws-review-quotes-box img,
	.page-template-template-homepage--old .ws-review-quotes-box img {
		right: 0;
	}

	.page-template-template-homepage .ws-latest-news-col {
		height: 350px;
	}
	.page-template-template-homepage .ws-we-can-help-img-parallax {
		background-size: 200%;
	}
}

@media (max-width: 1100px) {
	.page-template-template-homepage .mlr-5 {
		margin-left: 10px;
		margin-right: 10px;
	}

	.page-template-template-homepage .ws-review-videos {
		height: 420px;
	}

	
}

@media (max-width: 1035px) {

	.page-template-template-homepage .ws-review-quotes-box img,
	.page-template-template-homepage--old .ws-review-quotes-box img  {
		position: unset;
	}

	.page-template-template-homepage .ws-expect-from-us-points {
		display: block;
		text-align: center;
		padding: 16px;
	}
}

@media (max-width: 992px) {
	.page-template-template-homepage .ws-we-can-help {
		margin-bottom: 0;
	}

	.page-template-template-homepage .ws-we-can-help-img {
		display: none;
	}

	.page-template-template-homepage .ws-we-can-help-img-small {
		display: block;
	}

	.page-template-template-homepage .ws-guarantee {
		bottom: 32px;
	}

	.page-template-template-homepage .pop__tree-style-list p {
		max-width: unset;
	}

	.page-template-template-homepage .ws-we-can-help-content {
		max-width: 100%;
	}

	.page-template-template-homepage .ws-hearing-test-banner {
		background-image: none;
		display: block;
	}

	.page-template-template-homepage .ws-hearing-test-banner-img-small {
		display: block;
	}

	.page-template-template-homepage .ws-hearing-test-banner-body {
		width: unset;
		background-color: unset;
		margin-bottom: 0;
	}

	.page-template-template-homepage .ws-hearing-test-banner-body p {
		margin-bottom: 0;
	}

	.page-template-template-homepage .ws-hearing-test-banner {
		background-attachment: unset;
		background-size: contain;
		text-align: center;
		margin-bottom: 0;
		height: unset;
	}

	.page-template-template-homepage .ws-tailored-services .grid-row-3cols, {
		grid-template-columns: 1fr 1fr;
	}

	.page-template-template-homepage .grid-row-2cols {
		grid-template-columns: 1fr;
	}

	.page-template-template-homepage .ws-bespoke-solutions {
		margin-bottom: 0;
	}

	.page-template-template-homepage .ws-bespoke-solutions-img img {
		max-height: 300px;
		object-fit: contain;
		padding-top: 0;
	}

	.page-template-template-homepage .ws-review-videos {
		height: 384px;
	}

	.page-template-template-homepage .ws-expect-from-us-quote .fa-quote-left {
		font-size: 32px;
		left: 0;
		top: 30%;
	}

	.page-template-template-homepage .ws-expect-from-us-quote .fa-quote-right {
		font-size: 32px;
		right: 0;
		top: 30%;
	}

}

@media (max-width: 800px) {
	.page-template-template-homepage .ws-bespoke-solutions {
		margin-top: 75px;
	}

	.page-template-template-homepage .ws-bespoke-solutions-content {
		max-width: 100%;
		padding: 1rem;
	}

	.page-template-template-homepage .ws-latest-news-caption {
		height: auto;
	}

	.page-template-template-homepage .ws-review-banner-wrapper,
	.page-template-template-homepage--old .ws-review-banner-wrapper {
		margin-bottom: 2rem;
	}

	.page-template-template-homepage .ws-5-reasons h2 {
		font-size: 28px;
	}

	.page-template-template-homepage .ws-5-reasons p {
		font-size: 20px;
		margin-top: 1rem;
		margin-bottom: 0;
	}

	.page-template-template-homepage .ws-5-reasons #unmatched-expertise h1 {
		font-size: 32px;
	}

	.page-template-template-homepage .ws-expect-from-us-points {
		display: block;
		text-align: center;
		margin-bottom: 2rem;
	}

	.page-template-template-homepage .ws-expect-from-us-points i {
		display: block;
	}

	.page-template-template-homepage .ws-review-videos {
		height: 315px;
	}

	.page-template-template-homepage .ws-latest-news-col {
		height: 380px;
	}

}

@media (max-width: 650px) {
	.page-template-template-homepage .ws-review-banner-divs .ws-review-banner-p,
	.page-template-template-homepage--old .ws-review-banner-divs .ws-review-banner-p {
		text-align: center;
		padding: 0 16px;
	}

	.page-template-template-homepage .ws-review-banner .grid-row-3cols,
	.page-template-template-homepage--old .ws-review-banner .grid-row-3cols,
	.page-template-template-homepage .ws-5-reasons .grid-row-3cols {
		grid-template-columns: 1fr;
		gap: 0;
		display: block;
	}

	.page-template-template-homepage .ws-review-videos .grid-row-3cols {
		gap: 8px;
	}

	.page-template-template-homepage .ws-review-quotes {
		grid-template-columns: 1fr;
		gap: 8px;
		display: grid;
	}

	.page-template-template-homepage .ws-review-quotes-box img,
	.page-template-template-homepage--old .ws-review-quotes-box img {
		position: absolute;
	}

	.page-template-template-homepage .ws-5-reasons .ws-reasons-mt {
		margin-top: 0;
	}

	.page-template-template-homepage .ws-review-banner,
	.page-template-template-homepage--old .ws-review-banner {
		padding-bottom: 10px;
	}

	.page-template-template-homepage .ws-5-reasons .ws-reason {
		max-width: 80%;
		margin: 0 auto;
	}

	.page-template-template-homepage .ws-service-box {
		background-image: linear-gradient(45deg, #ffffff 100%, #102564 0);
	}
}

@media (max-width: 579px) {
	.page-template-template-homepage .ws-we-can-help-content h1,
	.page-template-template-homepage .ws-tailored-services h1,
	.page-template-template-homepage .ws-bespoke-solutions h1,
	.page-template-template-homepage .pop__tree-style-list h2,
	.page-template-template-homepage .ws-expect-from-us-body h1,
	.page-template-template-homepage .ws-latest-news h2 {
		font-size: 40px;
	}

	.page-template-template-homepage .ws-guarantee {
		font-size: 24px;
	}

	.page-template-template-homepage .grid-row-3cols,
	.page-template-template-homepage--old .grid-row-3cols {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.page-template-template-homepage .ws-review-banner p,
	.page-template-template-homepage--old .ws-review-banner p {
		padding: 0 1rem;
	}

	.page-template-template-homepage .ws-review-banner .grid-row-3cols,
	.page-template-template-homepage--old .ws-review-banner .grid-row-3cols {
		gap: 0;
	}

	.page-template-template-homepage .ws-5-reasons #unmatched-expertise {
		max-width: 80%;
	}

	.page-template-template-homepage .ws-tailored-services .grid-row-3cols {
		grid-template-columns: 1fr;
	}

	.page-template-template-homepage .ws-service-box {
		min-height: unset;
	}

	.page-template-template-homepage .ws-we-can-help-content {
		padding: 1rem;
		font-size: 20px;
	}

	.page-template-template-homepage .ws-review-videos {
		color: #102564;
		height: 600px;
		margin-bottom: 270px;
	}

	.page-template-template-homepage .ws-review-videos .grid-row-3cols {
		justify-items: center;
	}

	.page-template-template-homepage .ws-review-videos img {
		height: 200px;
	}

	.page-template-template-homepage .ws-review-video-lg {
		grid-column: 1;
		grid-row: 1;
	}

	.page-template-template-homepage .ws-bespoke-solutions-content h2 {
		line-height: 1.2;
	}

	.page-template-template-homepage .ws-review-video-sm-top {
		grid-column: 1;
		grid-row: 2;
	}

	.page-template-template-homepage .ws-review-video-sm-btm {
		grid-column: 1;
		grid-row: 3;
	}

	.page-template-template-homepage .ws-expect-from-us .grid-row-3cols {
		text-align: left;
		justify-items: center;
	}

	.ws-appointment-banner .pop-banner__body__buttons {
		position: relative;
		margin-top: 0;
	}

	.ws-appointment-banner h2 {
		max-width: 300px;
		margin: 24px auto;
	}

	.ws-appointment-banner p {
		max-width: 350px;
		margin: auto;
	}

	.page-template-template-homepage .ws-expect-from-us-points {
		display: flex;
		text-align: left;
		margin-bottom: 0;
	}

	.pop-banner__body__buttons {
		padding-left: 25px;
		padding-right: 25px;
	}

	[data-aos-delay] {
		transition-delay: 0s !important;
	}

}

@media (max-width: 500px) {
	.ws-appointment-banner .pop-banner__body__buttons {
		margin-top: 0;
	}

	.page-template-template-homepage .ws-guarantee {
		font-size: 20px;
	}

	.page-template-template-homepage .ws-hearing-test-banner-body {
		margin-top: 0;
	}

	.page-template-template-homepage .ws-hearing-test-banner-img-small img {
		min-height: 250px;
		object-fit: cover;
	}

	.page-template-template-homepage .ws-expect-from-us-quote .fa-quote-left {
		font-size: 32px;
		left: -10px;
		top: 20%;
	}

	.page-template-template-homepage .ws-expect-from-us-quote .fa-quote-right {
		font-size: 32px;
		right: -10px;
		top: 20%;
	}
}

@media (max-width: 420px) {
	.page-template-template-homepage .ws-hearing-test-banner h2 {
		font-size: 32px;
		line-height: 40px;
	}
	
	.page-template-template-homepage .ws-review-videos {
		height: 632px;
	}
}

@media (max-width: 360px) {
	.page-template-template-homepage .ws-review-quotes-box img,
	.page-template-template-homepage--old .ws-review-quotes-box img {
		position: unset;
	}

	.page-template-template-homepage .ws-expect-from-us-points {
		display: block;
		text-align: center;
	}
}

@media (max-width: 347px) {
	.page-template-template-homepage .ws-hearing-test-banner p {
		font-size: 22px;
	}

}

.page-id-7641 .c-contact {
	display: none;
}

.comp__phone-badge {
	padding: 15px 0;
	font-size: 26px;
}

.comp__phone-badge {
	display: inline-flex;
	color: #102564;
	align-items: center;
}

.comp__phone-badge a {
	color: #102564;
}

.comp__phone-badge .fa {
	color: #222;
	margin-right: 15px;
}

.comp__phone-badge .name {
	display: block;
	font-size: 16px;
}

.comp__phone-badge .number {
	font-weight: bold;
}

@media(min-width: 992px) {
	.page-id-8893 #top-header .inner-section {
		padding: 150px 0;
	}
}

/* pricing page (2021) */

@media (min-width: 1600px) {
	.page-id-9118 #top-header,
	.page-id-20125 #top-header,
	.page-id-19919 #top-header {
		background-position: 25% 10%;
	}
}

.page-id-9118 #section2,
.page-id-20125 #section2,
.page-id-19919 #section2 {
	background-color: #ffffff;
}

.page-id-9118 .ws-review-banner-wrapper,
.page-id-20125 .ws-review-banner-wrapper,
.page-id-19919 .ws-review-banner-wrapper {
	display: none;
}

.page-id-9118 #section2 .icon i,
.page-id-20125 #section2 .icon i,
.page-id-19919 #section2 .icon i{
	font-size: 16px;
    background: #e1e4ec;
    border-radius: 50%;
    padding: 12px;
}

.page-id-9118 #section2 .inner-section,
.page-id-20125 #section2 .inner-section,
.page-id-19919 #section2 .inner-section {
	padding: 0;
	margin: -30px auto;
}

.page-id-9118 #section2 .hearing-box-content,
.page-id-20125 #section2 .hearing-box-content,
.page-id-19919 #section2 .hearing-box-content {
	height: auto;
    justify-content: center;
}

.page-id-9118 #section2 ul li .hearing-box,
.page-id-20125 #section2 ul li .hearing-box,
.page-id-19919 #section2 ul li .hearing-box {
	border: 2px solid #112463;
	min-height: unset;
}

.page-id-9118 .hearing-test-card i,
.page-id-20125 .hearing-test-card i,
.page-id-19919 .hearing-test-card i{
	display: block;
  }

.page-id-9118 #hearing_test_stages .inner-section,
.page-id-20125 #hearing_test_stages .inner-section,
.page-id-19919 #hearing_test_stages .inner-section {
	padding-top: 1px;
	padding-bottom: 16px;
}

.page-id-9118 #review_videos .inner-section,
.page-id-20125 #review_videos .inner-section,
.page-id-19919 #review_videos .inner-section {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.page-id-9118 #section2 ul li p,
	.page-id-20125 #section2 ul li p,
	.page-id-19919 #section2 ul li p {
		margin-bottom: -15px;
	}
}

@media(min-width: 767px) {
	.page-id-9118 #hearing_test_stages .section_3-img img,
	.page-id-20125 #hearing_test_stages .section_3-img img,
	.page-id-19919 #hearing_test_stages .section_3-img img {
		height: 66%;
		object-fit: cover;
	}

}

.wpcf7-not-valid-tip {
	font-size: 1rem !important;
	background: #dc3232 !important;
    color: #FFF !important;
    padding: 0.25rem 0.5rem !important;
}

.g-footer-newsletter form {
	flex-wrap: wrap;
	justify-content: center;
}

.g-footer-newsletter form .wpcf7-not-valid-tip {
	margin: 5px 10px -35px 10px;
}

.g-footer-newsletter form .wpcf7-response-output {
	display: none !important;
}

@keyframes fadeUpAndOut {
	0% {
		opacity: 0;
	}

	10%, 40% {
		opacity: 1;
		transform: translateY(-50%);
	}

	50%, 80% {
		opacity: 0;
		transform: translateY(-100%);
	}

	90%, 100% {
		opacity: 0;
		transform: translateY(100%);
	}
}

@keyframes fadeUpAndOut2 {
	0%, 40% {
		opacity: 0;
		transform: translateY(100%);
	}

	50%, 80% {
		opacity: 1;
		transform: translateY(-50%);
	}

	90%, 100% {
		opacity: 0;
		transform: translateY(-100%);
	}
}

@keyframes fadeInMob {
	0%, 90% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.pop-ctas__ctas {
	overflow-y: hidden;
}

@media(max-width: 579px) {
	.pop-ctas__ctas {
		animation: fadeInMob 1.5s ease;
	}
}

.pop-ctas__ctas {
	height: 85px;
}

.pop-ctas__ctas .google-review,
.pop-ctas__ctas .spikefly-reviews {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(100%);
	opacity: 0;
}

.pop-ctas__ctas .google-review {
	animation: fadeUpAndOut 10s ease-in-out infinite;
}

.pop-ctas__ctas .spikefly-reviews {
	animation: fadeUpAndOut2 10s ease-in-out infinite;
	animation-delay: 1s;
}

@media(max-width: 1200px) {
	.pop-ctas__ctas .google-review {
		animation: fadeUpAndOut 15s ease-in-out infinite;
	}
	
	.pop-ctas__ctas .spikefly-reviews {
		animation: fadeUpAndOut2 15s ease-in-out infinite;
	}
}

.pop-ctas__ctas .review-list-item {
	position: relative;
}

.pop-ctas__ctas .revbadge-minimal-badge.revbadge-level.revbadge-is-left-aligned {
	display: block !important;
}

.pop-ctas__ctas .revbadge-level-item.revbadge-is-rating-number,
.pop-ctas__ctas .revbadge-level-item.revbadge-is-stars {
	display: inline-block !important;
}

.pop-ctas__ctas .revbadge-container .revbadge-minimal-title,
.pop-ctas__ctas .revbadge-container .revbadge-read-more a {
	color: #102564 !important;
	font-family: 'Karla-Bold' !important;
}

.pop-ctas__ctas .revbadge-container .revbadge-level-item:not(:last-child) {
	margin-right: 2px !important;
}

.pop-ctas__ctas .revbadge-container .revbadge-minimal-title {
	font-size: 20px !important;
}

.pop-ctas__ctas .revbadge-container .revbadge-is-rating-icon.revbadge-is-small:before {
	background: url('./assets/images/star.svg') no-repeat !important;
	margin: 0 !important;
    width: 18px !important;
    height: 18px !important;
    margin-bottom: -3px !important;
}

.pop-ctas__ctas .revbadge-container .revbadge-icon-star-half.revbadge-is-rating-icon.revbadge-is-small:before {
	background: url('./assets/images/star-half.svg') no-repeat !important;
	margin: 0 0 -3px -3px !important;
}

.g-footer-newsletter button {
    color: #FFF;
    background: #2897F0;
    padding: 15px 35px;
    border-radius: 4px;
   	margin: 0; 
    font-size: 14px;
    font-family: 'karla-bold';
}

.comp__newsletter-signup-form {
	font-family: 'Libre';
	color: #262137;
	font-size: 18px;
}

.comp__newsletter-signup-form input[name="newsletterEmailAddress"] {
    width: 300px;
    margin: 0 15px 0 30px;
}

.comp__newsletter-signup-form label[for="your-email"] {
	display: block;
	margin-bottom: 15px;
}

.newsletter-errors {
	flex: 0 0 100%;
    text-align: center;
}

.newsletter-errors ul {
	display: inline-block;
    background: #ff6868;
    margin: 0 0 15px 0;
    padding: 15px 15px 15px 40px;
    text-align: left;
    border: 1px solid #cf3f3f;
}

@media(min-width: 1200px) {
	.comp__newsletter-signup-form {
		margin-right: 80px;
	}

	.comp__newsletter-signup-form .newsletter-list-choice {
		text-align: right;
	}

	.comp__newsletter-signup-form .newsletter-list-choice p {
		display: inline-block;
	}

	.comp__newsletter-signup-form label[for="stratford-list"] {
		margin-right: 15px;
	}

	.comp__newsletter-signup-form label[for="your-email"] {
		font-size: 22px;
	}
}

@media(max-width: 767px) {
	.comp__newsletter-signup-form {
		text-align: center;
		display: block !important;
	}

	.comp__newsletter-signup-form input[name="newsletterEmailAddress"] {
		margin: 0 15px;
	}

	.comp__newsletter-signup-form .newsletter-list-choice {
		margin-bottom: 30px;
	}
}

.oversized-number-counters {
	list-style: none;
	color: #333333;
	padding-left: 0;
}

.oversized-number-counters li {
	position: relative;
	max-width: 700px;
}

.oversized-number-counters li:before {
	content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -20px;
    left: -50px;
    font-size: 50px;
    font-weight: 900;
    color: #102464;
}

.oversized-number-counters h4 {
	font-size: 24px;
	margin-bottom: -10px;
}

.text-h2 {
	color: #333333;
    font-size: 42px;
    line-height: 1.2;
}

@media (max-width: 992px) {
	.text-h2 {
		font-size: 30px;
	}
}

/* why choose us page  */

.page-id-13212 .inner-section,
.page-id-16104 .inner-section {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

@media (max-width: 1200px) {
	.page-id-13212 .pop-ctas.container,
	.page-id-16104 .pop-ctas.container {
		margin-top: 150px;
	}
}

@media (min-width: 992px) {
	.page-id-13212 #top-header .inner-section,
	.page-id-16104 #top-header .inner-section {
		padding: 5rem 0;
	}
	.page-id-13212 #top-header .inner-section p,
	.page-id-16104 #top-header .inner-section p {
		margin-top: 2.5rem;
	}

	.page-id-13212 .pop-banner__body__buttons__button,
	.page-id-16104 .pop-banner__body__buttons__button {
		padding: 15px 40px;
	}
}

.page-id-13212 .ws-review-banner-wrapper.add-on,
.page-id-16104 .ws-review-banner-wrapper.add-on {
	display: none;
}

.page-id-13212 #section1,
.page-id-16104 #section1 {
	margin: 1rem 0;
}

.page-id-13212 #section1 .desktop-image,
.page-id-16104 #section1 .desktop-image {
	float: right;
}

.page-id-13212 #section2 .icon i,
.page-id-16104 #section2 .icon i {
	font-size: 16px;
    background: #e1e4ec;
    border-radius: 50%;
    padding: 12px;
}

.page-id-13212 #section2,
.page-id-16104 #section2 {
	background-color: #ffffff;
	margin: -50px auto;
}

.page-id-13212 #section2 .hearing-box-content,
.page-id-16104 #section2 .hearing-box-content {
	height: auto;
    justify-content: center;
}

.page-id-13212 #section2 ul li .hearing-box,
.page-id-16104 #section2 ul li .hearing-box {
	border: 2px solid #112463;
	min-height: unset;
}

.page-id-13212 .hearing-test-card .hearing-content,
.page-id-16104 .hearing-test-card .hearing-content,
.page-id-13212 .hearing-test-card .div-heading,
.page-id-16104 .hearing-test-card .div-heading {
	display: none !important;
}

.page-id-13212 .hearing-test-card > div,
.page-id-16104 .hearing-test-card > div {
	position: relative;
	margin: 50px 30px;
	color: #333333;
}

.page-id-13212 .hearing-test-card .fas,
.page-id-16104 .hearing-test-card .fas {
	position: absolute;
}

.page-id-13212 .hearing-test-card .fa-quote-left,
.page-id-16104 .hearing-test-card .fa-quote-left {
	top: -40px;
	left: -20px;
}

.page-id-13212 .hearing-test-card .fa-quote-right,
.page-id-16104 .hearing-test-card .fa-quote-right {
	bottom: -40px;
}

.double-button-wrap {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.double-button-wrap a {
	min-width: 275px;
}

.btn-light-blue {
	background-color: #6A85CA;
	transition: background-color 0.2s ease;
	color: #ffffff !important;
	text-align: center;
}

.btn-light-blue:hover {
	background-color: #39569f;
}


@media (max-width: 520px) {
	.double-button-wrap a {
		width: 93%;
		margin: 5px auto;
	}

	.page-id-13212 #top-header a,
	.page-id-13212 #section1 a,
	.page-id-16104 #top-header a,
	.page-id-16104 #section1 a {
		margin-top: 0;
	}
}

.row-of-images {
	display: flex;
}

.row-of-images .img-wrapper {
	flex: 1;
}

.row-of-images .img-wrapper img {
	width: 100%;
	margin-bottom: -8px;
}

@media (max-width: 767px) {
	.row-of-images {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}