/*
Theme Name: BIL
Theme URI: http://underscores.me/
Author: Cylis Vaidya
Author URI: http://www.dots2dashes.com
Description: Brisbane Injury Lawyers Theme 2016
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bil
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.

BIL 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.com/normalize.css/
*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Poppins', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

td,
th {
	padding: 0;
}

.dnone {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* =16px */
	font-weight: 400;
	line-height: 1.5;
} 

body,
button,
input,
select,
textarea {
	color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px 0;
	clear: both;
}

h1 {
	font-size: 64px;
	font-size: 6.4rem; /* =64px */
	line-height: 1;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

h5 {
	font-size: 20px;
	font-size: 2.0rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}


p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 15px;
	margin-bottom: 25px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

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

ul,
ol {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button, 
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
	background-color: #ffcc33;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	width: 100%;
	max-width: 250px;
	height: auto;
	line-height: 1.6;
	padding: 9px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	border: solid 2px #ffcc33;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

button:hover,
.button:hover, 
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #fff;
	border: solid 2px #0b80c3;
	color: #0b80c3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

button.alt,
.button.alt, 
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt {
	color: #fff;
	background-color: #444;
	border: solid 2px #444;
}

button.alt:hover,
.button.alt:hover, 
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover {
	color: #fff;
	background-color: #333;
	border: solid 2px #333;
}

button:focus, 
.button:focus, 
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active, 
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 {
	color: #0b80c3;
	border: none;
	border-radius: 0;
	padding: 7px 15px;
	height: 40px;
	width: 100%;
}

select {
	border: none;
}

textarea {
	min-height: 120px;
	display: block;
}

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: #0b80c3;
}


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

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #0b80c3;
}

a:focus {
	outline: thin dotted;
}

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

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

.screen-reader-text: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: 1.4rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

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

.hentry {
	margin: 0;
}

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

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

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/*------------------------------------------------
****** Brisbane Injury Lawyers CSS Starts ******
------------------------------------------------*/


/*------------------------
1. Column Structure
-------------------------*/

.container-fluid, 
.container {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	max-width: 94%;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 70px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
  clear: both;
}

.container-fluid:after,
.row:after {
  clear: both;
}

.col {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-bottom: 20px;
}

.col-12 {
	width: 100%
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}

.col-offset-12 {
	margin-left: 100%;
}

.col-offset-11 {
	margin-left: 91.66666667%;
}

.col-offset-10 {
	margin-left: 83.33333333%;
}

.col-offset-9 {
	margin-left: 75%;
}

.col-offset-8 {
	margin-left: 66.66666667%;
}

.col-offset-7 {
	margin-left: 58.33333333%;
}

.col-offset-6 {
	margin-left: 50%;
}

.col-offset-5 {
	margin-left: 41.66666667%;
}

.col-offset-4 {
	margin-left: 33.33333333%;
}

.col-offset-3 {
	margin-left: 25%;
}

.col-offset-2 {
	margin-left: 16.66666667%;
}

.col-offset-1 {
	margin-left: 8.33333333%;
}

.col-offset-0 {
	margin-left: 0%;
}



/*------------------------
2. Header
-------------------------*/

.site-header {
	position: fixed;
	z-index: 9999;
	background: #0b80c3;
	width: 100%;
	/*height: 147px;*/
	height: 130px;
	padding: 25px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-header .row {
	margin-bottom: 0;
}

.site-header a {
	color: #fff;
}

.site-branding {
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: left;
}

.site-branding a.logo {
	/*background: url('images/Brisbane-Injury-Lawyers-logo-text-white.png') 0 0 no-repeat;
	background: url('images/Brisbane-Injury-Lawyers-logo-text-white.svg') 0 0 no-repeat;
	background-size: 274px 97px;
	text-indent: -9999px;*/
	display: block;
	overflow: hidden;
}

.site-branding a.logo img {
	/*height: 97px;*/
	height: 80px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#site-navigation {}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

ul.menu li {
	display: inline-block;
}

.main-navigation {
	display: block;
	/*padding-top: 35px;*/
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main-navigation ul {
	display: none;
	margin: 0;
	text-align: center;
}

.main-navigation li {
	position: relative;
	padding: 0 25px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: solid 1px transparent;
}

.main-navigation ul ul {
	background-color: #0b80c3;
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	position: absolute;
	top: 28px;
	left: -999em;
	z-index: 99999;
	text-align: left;
	padding-top: 10px;
}

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

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

.main-navigation ul ul li {
	margin-bottom: 10px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	border-bottom: solid 1px #fff;
}

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

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

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

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

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

/* Small menu. */

.menu-toggle {
	text-decoration: none;
	font-size: 20px;
	float: left;
	padding-left: 33px;
	padding-right: 0;
	background: url(images/sandwich-icon.svg) 0 50% no-repeat;
	border: none;
	box-shadow: none;
	width: auto;
	min-width: 20px;
}

.menu-toggle:hover {
	background: url(images/sandwich-icon.svg) 0 50% no-repeat;
	border: none;
	box-shadow: none;
	color: #fff;
}

.menu-toggle {
	display: block;
	float: right;
}

div.menu-main-menu-container {
	position: relative;
}

.main-navigation.toggled {
	padding-top: 0;
}

.main-navigation.toggled ul.menu {
	display: block;
	float: none;
	position: absolute;
	top: 50px;
	right: 0;
	background-color: #0b80c3;
	border: solid 1px #fff;
	z-index: 9999;
}

.main-navigation.toggled ul li {
	display: block;
	text-align: left;
}

@media screen and (min-width: 670px) {
	.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%;
}

#map-phone-nav {
	/*padding-top: 15px;*/
	padding-top: 10px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#map-phone-nav ul {
	float: right;
}

#map-phone-nav ul li {
	float: left;
	height: 60px;
	text-align: center;
}

#map-phone-nav ul li a {
	display: block;
	overflow: hidden;
	height: 60px;
	border: solid 1px #fff;
	border-left: none;
	padding: 10px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 40px;
}

#map-phone-nav ul li:nth-child(1) a {
	border-left: solid 1px #fff;
}

#map-phone-nav ul li.map-icon, 
#map-phone-nav ul li.map-icon a, 
#map-phone-nav ul li.phone-icon, 
#map-phone-nav ul li.phone-icon a {
	width: 60px;
	height: 60px;
	text-indent: 9999px;
}

#map-phone-nav ul li.map-icon a {
	background: url(images/map-icon.png) 0 0 no-repeat #0b80c3;
}

#map-phone-nav ul li.phone-icon a {
	background: url(images/phone-icon.png) 0 0 no-repeat #0b80c3;
}

/** Smaller Header **/


.site-header.smaller {
	height: 95px;
	padding: 15px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.site-header.smaller .site-branding  {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-header.smaller .site-branding a.logo {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-header.smaller .site-branding a.logo img {
	height: 65px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-header.smaller .main-navigation {
	padding-top: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-header.smaller #map-phone-nav {
	padding-top: 7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-header.smaller #map-phone-nav ul li, 
.site-header.smaller #map-phone-nav ul li a {
	height: 40px;
	line-height: 20px;
}

.site-header.smaller #map-phone-nav ul li.map-icon, 
.site-header.smaller #map-phone-nav ul li.map-icon a, 
.site-header.smaller #map-phone-nav ul li.phone-icon, 
.site-header.smaller #map-phone-nav ul li.phone-icon a {
	width: 40px;
	height: 40px;
}

.site-header.smaller #map-phone-nav ul li.map-icon a, 
.site-header.smaller #map-phone-nav ul li.phone-icon a {
	background-size: 40px !important;
}

/*------------------------
3. Footer
-------------------------*/

.site-footer  {
	background: #fff;
}

.footer-book-form {
	background-color: #ffcc33;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 999;
}

.footer-book-form p {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	margin: 5px 0 0;
	text-align: center;
}

.footer-book-form input {
	height: 50px;
}

.site-footer .row {
	margin-bottom: 0;
}

#gmap {
	border-bottom: solid 1px #0b80c3;
}

.footer-widget-area {
	padding: 45px 0 35px;
}

.footer-widget-area .col {
	margin-bottom: 0;
}

.footer-widget-area .widget * {
	color: #0b80c3;
	font-size: 12px;
	font-size: 1.2rem;
}

.footer-widget-area section:nth-child(1) {
	width: 19.66666667%;
	text-align: center;
}

.footer-widget-area section:nth-child(2) {
	width: 8.33333333%;
	margin-left: 5.33333333%;
}

.footer-widget-area section:nth-child(3) {
	width: 16.66666667%;
}

.footer-widget-area section:nth-child(4) {
	width: 31%;
	margin-left: 0;
	margin-top: -10px;
}

.footer-widget-area section:nth-child(5) {
	width: 18.66666667%;
}

.footer-widget-area img {
	margin-bottom: 30px;
}

.footer-widget-area section:nth-child(5) img {
	max-width: 350px;
	width: 100%;
}

.footer-widget-area p {
	margin-bottom: 10px;
}

.footer-widget-area a {
	text-decoration: none;
	font-weight: 600;
}

.footer-widget-area ul.menu li {
	display: block;
	margin-bottom: 10px;
}

.footer-widget-area ul.menu li[class*="icon"] {
	max-height: 80px;
	margin-bottom: 5px;
}

.footer-widget-area ul.menu li[class*="icon"] a {
	font-weight: 400;
	background-image: url(images/footer-contact-icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 10px 0 10px 50px;
	display: block;
}

.footer-widget-area ul.menu li.email-icon a {
	font-weight: 600;
	background-position: 0 -80px;
}

.footer-widget-area ul.menu li.tel-icon a {
	background-position: 0 -160px;
}

.footer-widget-area ul.menu li.fax-icon a {
	background-position: 0 -240px;
}

.footer-widget-area ul.menu li.mail-icon a {
	background-position: 0 -320px;
}




/*------------------------
4. General Page Elements
-------------------------*/

#page {
	background: #0b80c3;
}

#content {
	/*padding-top: 147px;*/
	padding-top: 130px;
}

#primary {
	background: #fff;
}

.page-header {
	padding: 70px 0 50px;
	border-bottom: solid 1px #d6eaf5;
}

.page-header .col-4, 
.page-header .row {
	margin-bottom: 0;
}

.page-title {
	font-size: 40px;
	font-size: 12rem;
	line-height: 1;
	color: #0b80c3;
	padding-bottom: 10px;
	border-bottom: 6px solid #0b80c3;
	display: inline-block;
}

.alt-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.3;
	font-weight: 300;
	color: #0b80c3;
}

.page-header ul {
	padding-left: 15px;
}

.page-header ul li {
	font-weight: 600;
	padding-left: 20px;
	margin-bottom: 5px;
	list-style: none;
	background: url(images/bullet-point.png) 0 6px no-repeat;
	background-size: 8px 8px;
	font-size: 10px;
	font-size: 1.4rem;
}

.page-content {}

.page-content h6 {
	color: #444;
}

.page-content ul {
	padding-left: 20px;
}

.post-wrapper {}

.post-header {
	margin-bottom: 0;
}

.post-title {
	margin-bottom: 15px;
	color: #0b80c3;
}

.entry-meta {
	color: #0b80c3;
	margin-bottom: 20px;
}

.post-content {
	padding-bottom: 25px;
	border-bottom: solid 1px #0b80c3;
}

ul.post-share-wrapper {
	list-style: none;
	overflow: visible;
	text-align: center;
	margin-top: -12px;
}

li.post-share {
	position: relative;
	padding: 0 25px;
	overflow: visible;
	list-style: none;
	color: #0b80c3;
	background-color: #fff;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}

ul.post-share-sub {
	display: none;
	background-color: #0b80c3;
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 25px 0 0 -110px;
	padding: 10px 0 5px;
	text-align: center;
	list-style: none;
	width: 220px;
	z-index: 99999;
}

li.post-share:hover ul.post-share-sub {
	display: block;
}

li.post-share ul.post-share-sub li {
	display: inline-block;
}

ul.post-share-sub .social-sharing {
	padding: 0;
	margin: 0;
	width: 220px !important;
}

ul.post-share-sub .social-sharing:before {
	content: '';
	display: none;
}

ul.post-share-sub .social-sharing a.ss-button-facebook, 
ul.post-share-sub .social-sharing a.ss-button-googleplus, 
ul.post-share-sub .social-sharing a.ss-button-twitter, 
ul.post-share-sub .social-sharing a.ss-button-linkedin, 
ul.post-share-sub .social-sharing a.ss-button-pinterest, 
ul.post-share-sub .social-sharing a.ss-button-xing {
	margin: 0 10px !important;
}

.post-content div {
	text-align: center;
}

.post-content div:focus {
	outline: none;
}

.addthis_button {
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	background-color: #fff;
	padding: 0 30px;
}

.addthis_button:before {
	content: 'Share +';
}

.addthis_button:after {
	content: '';	
	display: block;
	overflow: hidden;
	width: 100%;
	height: 1px;
	border-top: 1px solid #0b80c3;
	margin-top: -15px;
	margin-bottom: 15px;
}

.addthis_button img {
	display: none;
}


/*------------------------
5. Home Page
-------------------------*/

.home-hero {
	/*padding: 60px 0 0 0;
	height: 82vh;*/
	padding: 10px 0 90px 0;
	background-color: #0b80c3;
	background-image: url(images/plus-bg-large.png);
	background-size: contain;
	/*background-image: url(images/scales-bg.png);*/
	/*background-size: cover;*/
	background-position: 50% 100%;
	background-repeat: no-repeat;
	margin-bottom: 0;
	position: relative;
}

/*.home-hero:after {
	content: url(images/scales.png);
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50%;
	height: auto;
}*/

.scales {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 40%;
	height: 100%;
	z-index: 8;
}

.scales img {
	height: 100%;
}

.home-hero-text {
	position: relative;
	z-index: 9;
}

.home-hero-text * {
	color: #fff;
}

.home-hero-text h4 {
	font-size: 120px;
	font-size: 12.0rem;
	line-height: 1;
}

.home-hero-text h1 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
}

.home-hero-contact-form {
	background-color: #ffcc33;
	padding: 25px 30px 0;
	position: relative;
	z-index: 9;
}

.home-hero-contact-form h5 {
	/*font-size: 32px;
	font-size: 3.2rem;*/
	font-size: 28px;
	font-size: 2.8rem;
	color: #444;
}

.home-hero-contact-form .row {
	margin-bottom: 0;
}

.home-hero-contact-form textarea {
	min-height: 80px;
}

.home-hero-contact-form .wpcf7 .col.submit-div {
	margin-bottom: -25px;
}

.home-hero-contact-form span.wpcf7-not-valid-tip {
	margin-bottom: -5px;
}

.home-hero-contact-form div.wpcf7-response-output {
	display: none !important;
}

.services-grid-table {
	position: relative;
	z-index: 9;
}

body.home .services-grid {
	margin-top: -115px;
}

.services-grid {}

.service-item {
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: center;
	padding: 0 15px 100px 15px;
	margin-bottom: 100px;
	min-height: 550px;
}

/*.service-item:nth-child(4), 
.service-item:nth-child(6) {
	margin-left: 16.66666667%;
}*/

.service-item:nth-child(4), 
.service-item:nth-child(5), 
.service-item:nth-child(6), 
.service-item:nth-child(7) {
	width: 25%;
	min-height: 590px;
}

.service-item:nth-child(5), 
.service-item:nth-child(6), 
.service-item:nth-child(7) {
	margin-left: -5px;
}

.service-item h2 {
	color: #0b80c3;
}

.service-image {
	display: block;
	overflow: hidden;
	width: 235px;
	height: 235px;
	background-image: url(images/plus-icon-diamond-x2.png);
	background-position: 0 0; 
	background-repeat: no-repeat;
	background-size: 235px;
	text-decoration: none;
	margin: 0 auto 20px;
}

.service-item:hover .service-image {
	background-position: 0 100%;
}

/*.service-item * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}

.service-item:hover * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}*/

.service-item a {
	color: #666;
	text-decoration: none;
}

.service-item p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.service-button-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.service-item a.button {
	color: #fff;
	margin: 0 auto;
}

.service-item:hover a.button {
	background-color: #fff;
	border: solid 2px #0b80c3;
	color: #0b80c3
}

.blue-line-divider {
	height: 2px;
	background-color: #0b80c3;
	margin-bottom: 115px;
}

.claim-amount-wrapper {
	display: none;
}

.claim-amount {
	background-color: #0b80c3;
	background-image: url(images/plus-bg-small.png);
	background-position: 50% 100%; 
	background-repeat: no-repeat;
	padding: 115px 0;
	text-align: center;
	margin-bottom: 90px;
}

.claim-amount .col {
	margin-bottom: 0;
}

.claim-amount p {
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
}

.claim-amount p span {
	display: block;
	font-size: 64px;
	font-weight: 700
}

.home-content {}

.home-content .home-main-image {
	text-align: right;
}

.home-content .home-main-image img {
	width: 100%;
	max-width: 310px;
}

.home-content .home-main-text {
	padding-left: 65px;
	padding-right: 65px;
}

.home-content .home-main-text .alt-title {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
}

.home-content .home-main-text p {
	font-size: 14px;
	font-size: 1.4rem;
}

.home-content .home-main-text div {
	display: none;
}


.home-cta {
	background-color: #ffcc33;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 999;
}

.home-cta .home-cta-text {
	text-align: center;
}

.home-cta .home-cta-text p {
	margin: 5px 0 0;
	font-size: 32px;
	font-size: 3.2rem;	font-weight: 700;
	color: #fff;
}

.home-cta .home-cta-button {
	text-align: center;
}

.home-cta .home-cta-button .button {
	max-width: 450px;
}

body.home .footer-book-form {
	display: none;
}

/*------------------------
6. Services page
-------------------------*/

.service-list {}

.service-list-item {}

.service-list-item a {
	text-decoration: none;
	color: #666;
}




/*------------------------
7. Service Child page
-------------------------*/


body.page-template-page-services-child .page-header {
	margin-bottom: 0;
}

.service-child-bar {
	background-color: #444;
	display: block;
	margin-top: 45px;
}
.service-child-bar .container {
	position: relative;
}

.service-child-bar .container .col {
	margin-bottom: 0;
}

.service-child-bar .service-image {
	position: absolute;
	top: -115px;
	left: 0;
}

.service-title {
	font-size: 40px;
	font-size: 3.6rem;
	display: inline-block;
	color: #fff;
	padding: 27px 0 27px 250px;
	margin: 0;
}

.service-share {}

.social-sharing {
	padding: 30px 0 0 85px;
	position: relative;
	color: #fff;
}

.social-sharing:before {
	content: 'Share:';
	position: absolute;
	top: 26px;
	left: 0;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
}

a.ss-button-facebook, 
a.ss-button-googleplus, 
a.ss-button-twitter, 
a.ss-button-linkedin, 
a.ss-button-pinterest, 
a.ss-button-xing {
	display: inline-block !important;
	text-indent: 9999px !important;
	overflow: hidden !important;
	width: 31px !important;
	height: 31px !important;
	background: url(images/social-icons.png) 0 0 no-repeat !important;
	margin: 0 0 0 10px !important;
	opacity: 0.5;
}


a.ss-button-facebook { 
	background-position: 0px 0px !important;
}

a.ss-button-twitter {
	background-position: -31px 0px !important;
}

a.ss-button-googleplus {
	background-position: -62px 0px !important;
}

a.ss-button-linkedin {
	background-position: -93px 0px !important;
}


body.page-template-page-services-child .page-content {
	margin-bottom: 40px;
}


/*------------------------
8. Our People page
-------------------------*/

.people-grid {
	padding-top: 100px;
}

.person-item {
	text-align: center;
	margin-bottom: 100px;
}

.person-item h3 {
	color: #0b80c3;
	font-size: 30px;
	font-size: 4rem;
}

.yellow-bar {
	width: 80px;
	height: 10px;
	background-color: #ffcc33;
	margin: 0 auto;
}

.person-item p {
	margin: 30px 0 0;
}

.person-item a {
	color: #666;
	font-weight: 700;
	text-decoration: none;
}




/*------------------------
7. FAQ Page
-------------------------*/

.accordion-item {}

.accordion-trigger, 
.accordion-trigger:hover {
	display: block;
	overflow: hidden;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	text-decoration: none;
	padding: 25px 70px 25px 0;
	border-top: solid 1px #5cabd8;
	border-bottom: solid 1px #d6eaf5;
	line-height: 1.1;
	background-image: url(images/expand-collapse-x2.png);
	background-position: 100% 13px;
	background-repeat: no-repeat;
	background-size: 51px;
}

.accordion-trigger.collapsed {
	border-bottom: solid 1px #fff;
	background-position: 100% -139px;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}

.accordion-content {
	margin: 40px 0 -1px;
	border-bottom: solid 40px #fff;
	position: relative;
	z-index: 9;
}

.accordion-content ul, 
.accordion-content ol {
	padding-left: 20px;
}


/*------------------------
8. Contact Page
-------------------------*/

.contact-page-form {
}

.contact-page-form p {
	margin: 0;
}

.contact-page-form input, 
.contact-page-form textarea {
	border: solid 1px #666;
}

.contact-page-form input:focus, 
.contact-page-form textarea:focus {
	border: solid 1px #0b80c3;
}

.contact-page-form input[type="submit"] {
	border: solid 2px #ffcc33;
}

.contact-page-form input[type="submit"]:hover {
	border: solid 2px #0b80c3;
}

.contact-page-content {}

.contact-details {
	margin-left: 50px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: solid 1px #0b80c3;
	display: block;
	overflow: hidden;
}

.contact-details-row {
	display: block;
	overflow: hidden;
}

.contact-details p {
	margin: 0 0 20px;
}

.contact-label {
	color: #0b80c3;
	width: 25%;
	float: left;
}

.contact-value {
	width: 70%;
	float: right;
}

.contact-parking {
	margin-left: 50px;
}

body.page-template-page-contact .page-content {
	margin-bottom: 30px;
}

body.page-template-page-contact .page-content .row {
	margin-bottom: 0;
}

body.page-template-page-contact .footer-book-form {
	display: none;
}

body.page-template-page-contact #gmap {
	border-top: solid 1px #0b80c3;
}





/*------------------------
6. Contact Forms
-------------------------*/
.wpcf7-form-control-wrap {
	display: block;
	overflow: hidden;
}

.wpcf7 .col {
	margin-bottom: 20px;
}

.wpcf7 .col.submit-div {
}

.wpcf7 .col.submit-div .ajax-loader {
	position: absolute;
	top: 4px;
	right: -10px;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	font-size: 1.3rem;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

div.wpcf7-mail-sent-ok {
	border: none;
	color: #0b80c3;
}

div.wpcf7-mail-sent-ng {
	border: none;
	color: #ff0000;
}

div.wpcf7-spam-blocked {
	border: none;
	color: #ff0000;
}

div.wpcf7-validation-errors {
	border: none;
	color: #ff0000;
}



@media only screen and (min-width: 0px) and (max-width: 1414px) {

	.home-hero-contact-form h5 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.home-cta .home-cta-text {
		width: 58.33333333%;
		padding-left: 0;
		padding-right: 0;
	}

	.home-cta .home-cta-text p {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.home-cta .home-cta-button {
		width: 41.66666667%;
	}

}


@media only screen and (min-width: 0px) and (max-width: 1379px) {

	.main-navigation a {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.footer-book-form p {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1359px) {

	.main-navigation li {
		padding: 0 20px;
	}

}



@media only screen and (min-width: 0px) and (max-width: 1319px) {

	#map-phone-nav ul li a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.home-content .home-main-text .alt-title {
		font-size: 45px;
		font-size: 4.5rem;
	}

	.footer-widget-area section:nth-child(2) {
		width: 12.333333%;
		margin-left: 1.333333%;
	}

}


@media only screen and (min-width: 0px) and (max-width: 1279px) {

	.site-branding a.logo {
		/*width: 250px;
		height: 89px;
		background-size: 250px 89px;*/
	}

	.main-navigation li {
		padding: 0 15px;
	}

	.home-hero-contact-form h5 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.home-cta .home-cta-text p {
		font-size: 24px;
		font-size: 2.4rem;
	}


}

@media only screen and (min-width: 0px) and (max-width: 1249px) {

	#map-phone-nav ul li a {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.home-hero-contact-form .submit-div {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.home-hero-contact-form .submit-div input[type="submit"].alt {
		display: inline-block;
	}

	.home-content .home-main-text .alt-title {
		font-size: 40px;
		font-size: 4rem;	
	}

	.col-3.person-item {
		width: 33.3333333%;
	}

	.service-title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.3;
	}

	.social-sharing {
		padding: 25px 0 0 85px;
	}

	.social-sharing:before {
		font-size: 24px;
		font-size: 2.4rem;
		top: 24px;
	}


}


@media only screen and (min-width: 0px) and (max-width: 1199px) {

	.site-branding a.logo {
		/*width: 230px;
		height: 82px;
		background-size: 230px 82px;*/
	}

	.main-navigation li {
		padding: 0 10px;
	}

	#map-phone-nav {
		padding-top: 23px
	}

	#map-phone-nav ul li, 
	#map-phone-nav ul li a {
		height: 50px;
		line-height: 30px;
	}

	#map-phone-nav ul li.map-icon, 
	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon, 
	#map-phone-nav ul li.phone-icon a {
		width: 50px;
		height: 50px;
	}

	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon a {
		background-size: 50px !important;
	}

	.home-hero {
		/*height: 90vh;*/
	}

	.home-hero-contact-form .col-6 {
		width: 100%;
	}

	.home-cta .home-cta-text p, 
	.footer-book-form p {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.page-title {
		font-size: 100px;
		font-size: 10rem;
	}

}


@media only screen and (min-width: 0px) and (max-width: 1139px) {

	.home-hero-contact-form h5 {
		font-size: 20px;
		font-size: 2rem;
	}

	.home-content .home-main-text {
		padding-left: 45px;
		padding-right: 45px;
	}

	.home-cta .home-cta-text, 
	.home-cta .home-cta-button {
		width: 50%;
	}

	.home-cta .home-cta-text p, 
	.footer-book-form p {
		font-size: 18px;
		font-size: 1.8rem;
	}

}


@media only screen and (min-width: 0px) and (max-width: 1109px) {

	.site-header {
		height: 132px;
	}

	#content {
		padding-top: 132px;
	}

	.site-branding a.logo {
		/*width: 210px;
		height: 75px;
		background-size: 210px 75px;*/
	}

	.site-branding a.logo img {
		height: 82px;
	}

	.main-navigation {
		padding-top: 25px;
	}

	#map-phone-nav {
		padding-top: 15px;
	}

	#map-phone-nav ul li, 
	#map-phone-nav ul li a {
		height: 40px;
		line-height: 20px;
	}

	#map-phone-nav ul li.map-icon, 
	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon, 
	#map-phone-nav ul li.phone-icon a {
		width: 40px;
		height: 40px;
	}

	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon a {
		background-size: 40px !important;
	}

	.scales {
		width: 500px;
		height: 492px;
	}

	.col-6.home-hero-text {
		width: 58.33333333%;
	}

	.home-hero .col-offset-2 {
		margin-left: 8.33333333%;
	}

	.home-hero .col-offset-2.submit-div {
		margin-left: 0;
	}

	.home-hero-text h1 br {
		display: none;
	}

	.home-hero-contact-form {
		padding: 25px 25px 0;
	}

	.home-content .home-main-text {
		padding-left: 30px;
		padding-right: 30px;
	}

	.home-content .home-main-text .alt-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.home-cta .home-cta-text, 
	.home-cta .home-cta-button {
		width: 100%;
		text-align: center;
	}

	.home-cta .home-cta-text p, 
	.footer-book-form p {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.home-cta .home-cta-button .button {
		display: inline-block;
	}

	.footer-book-form .col-4 {
		width: 100%;
	}

	.footer-book-form .col-2 {
		width: 25%;
	}






}


@media only screen and (min-width: 0px) and (max-width: 1059px) {

	.site-header {
		height: 127px;
	}

	#content {
		padding-top: 127px;
	}

	.site-branding a.logo img {
		height: 77px;
	}

	.main-navigation a {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.main-navigation ul ul {
		top: 25px;
	}

	.home-hero-text h4 {
		font-size: 100px;
		font-size: 10rem;
	}

}


@media only screen and (min-width: 0px) and (max-width: 1023px) {


	.site-header {
		height: 124px;
	}

	#content {
		padding-top: 124px;
	}

	.site-branding a.logo img {
		height: 74px;
	}
	#map-phone-nav ul li a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.service-item {
		width: 32.9%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.service-button-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.contact-details, 
	.contact-parking {
		margin-left: 0;
	}

}


@media only screen and (min-width: 0px) and (max-width: 999px) {

	.site-branding a.logo {
		/*width: 190px;
		height: 68px;
		background-size: 190px 68px;*/
	}

	#map-phone-nav ul li a {
		font-size: 13px;
		font-size: 1.3rem; 
	}

	.page-title {
		font-size: 90px;
		font-size: 9rem;
	}

	.alt-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.service-title {
		font-style: 28px;
		font-size: 2.8rem;
	}

}


@media only screen and (min-width: 0px) and (max-width: 959px) {

	.site-header {
		height: 121px;
	}

	#content {
		padding-top: 121px;
	}

	.site-branding a.logo img {
		height: 71px;
	}

	.container {
		max-width: 96%;
	}

	.main-navigation a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-navigation ul ul {
		top: 22px;
	}

	.service-image {
		width: 200px;
		height: 200px;
		background-size: 200px;
	}

	.service-child-bar .service-image {
		top: -98px;
	}

	.service-title {
		padding-left: 210px;
	}

	.person-item a {
		font-size: 14px;
		font-size: 1.4rem;
	}

}


@media only screen and (min-width: 0px) and (max-width: 919px) {

	.site-header {
		height: 105px;
	}

	#content {
		padding-top: 105px;
	}

	.site-branding a.logo img, 
	.site-header.smaller .site-branding a.logo img {
		height: 65px;
	}

	.main-navigation, 
	.site-header.smaller .main-navigation {
		padding-top: 25px;
	}

	.site-branding a.logo img {
	}

	#map-phone-nav, 
	.site-header.smaller #map-phone-nav {
		padding-left: 0;
		padding-top: 20px;
	}

	#map-phone-nav ul li, 
	#map-phone-nav ul li a, 
	.site-header.smaller #map-phone-nav ul li, 
	.site-header.smaller #map-phone-nav ul li a {
		height: 35px;
		line-height: 15px;
	}

	#map-phone-nav ul li a {
		padding: 10px;
	}

	#map-phone-nav ul li.map-icon, 
	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon, 
	#map-phone-nav ul li.phone-icon a, 
	.site-header.smaller #map-phone-nav ul li.map-icon, 
	.site-header.smaller #map-phone-nav ul li.map-icon a, 
	.site-header.smaller #map-phone-nav ul li.phone-icon, 
	.site-header.smaller #map-phone-nav ul li.phone-icon a {
		width: 35px;
		height: 35px;
	}

	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon a, 
	.site-header.smaller #map-phone-nav ul li.map-icon a, 
	.site-header.smaller #map-phone-nav ul li.phone-icon a {
		background-size: 35px !important;
	}

	.home-hero-contact-form h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.service-item:nth-child(4), 
	.service-item:nth-child(5), 
	.service-item:nth-child(6), 
	.service-item:nth-child(7) {
		width: 33.33333333%;
		min-height: 550px;
	}

	.service-item:nth-child(5), 
	.service-item:nth-child(6) {
		margin-left: -5px;
	}

	.service-item:nth-child(7)  {
		margin-left: 33.33333333%;
	}

	.page-header .col-8 {
		width: 58.33333333%;
	}

	.page-title {
		font-size: 72px;
		font-size: 7.2rem;
	}

	.page-header .col-4 {
		width: 41.66666667%;
	}

	.social-sharing {
		padding: 23px 0 0 65px;
	}

	.social-sharing:before {
		font-size: 20px;
		font-size: 2rem;
		top: 25px;
	}

}


@media only screen and (min-width: 0px) and (max-width: 879px) {

	.main-navigation a {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.main-navigation ul ul {
		top: 20px;
	}

	.home-hero-text h4 {
		font-size: 90px;
		font-size: 9rem;
	}

	.home-hero-text h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.col-6.home-hero-text {
		width: 50%;
	}

	.home-hero .col-offset-2 {
		width: 41.66666667%;
		margin-left: 8.33333333%;
	}

	.home-hero .col-offset-2.submit-div {
		width: 100%;
		margin-left: 0;
	}

	.home-cta .home-cta-text p, .footer-book-form p {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.service-title {
		font-size: 24px;
		font-size: 2.4rem;
		padding-left: 190px;
	}

	.service-item a.button {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.social-sharing {
		padding: 23px 0 0 55px;
	}

	.social-sharing:before {
		font-size: 18px;
		font-size: 1.8rem;
		top: 26px;
	}

	.contact-label, 
	.contact-value {
		float: none;
		width: 100%;
	}

	.contact-label p {
		margin-bottom: 0;
	}

	.footer-widget-area section {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 50px 0 !important;
	}

	.footer-widget-area section:nth-child(1), 
	.footer-widget-area section:nth-child(4), 
	.footer-widget-area section:nth-child(5) {
		width: 50% !important;
	}

	.footer-widget-area section:nth-child(2), 
	.footer-widget-area section:nth-child(3) {
		width: 25% !important;
	}

	.footer-widget-area section:nth-child(5) {
		text-align: center;
	}

}

@media only screen and (min-width: 0px) and (max-width: 819px) {

	.site-branding a.logo {
		/*width: 184px;
		height: 66px;
		background-size: 184px 66px;*/
	}

	.main-navigation li {
		padding: 0 6px;
	}

	#map-phone-nav ul li a {
		padding: 10px 5px;
	}

	.home-hero-text h4 {
		font-size: 80px;
		font-size: 8rem;
	}

	.scales {
		width: 400px;
		height: 362px;
	}

	.service-image {
		width: 180px;
		height: 180px;
		background-size: 180px;
	}

	.service-child-bar .service-image {
		top: -88px;
	}

	.service-title {
		font-size: 20px;
		font-size: 2rem;
		padding-left: 180px;
	}

	.social-sharing {
		padding: 19px 0 0 35px;
	}

	.social-sharing:before {
		font-size: 16px;
		font-size: 1.6rem;
		top: 24px;
	}
}



@media only screen and (min-width: 0px) and (max-width: 767px) {

	.col-12, 
	.col-11, 
	.col-10, 
	.col-9, 
	.col-8, 
	.col-7, 
	.col-6, 
	.col-5, 
	.col-4, 
	.col-3, 
	.col-2, 
	.col-1 {
		width: 100% !important;
		float: none;
	}

	.col-offset-12, 
	.col-offset-11, 
	.col-offset-10, 
	.col-offset-9, 
	.col-offset-8, 
	.col-offset-7, 
	.col-offset-6, 
	.col-offset-5, 
	.col-offset-4, 
	.col-offset-3, 
	.col-offset-2, 
	.col-offset-1 {
		margin-left: 0 !important;
	}

	.site-header, 
	.site-header.smaller  {
		text-align: center;
		position: static;
		height: auto;
	}

	.site-branding {
		width: 50% !important;
	}

	.site-branding a.logo {
		/*width: 306px;
		height: 106px;
		background-size: 306px 106px;*/
	}

	.site-branding a.logo img, 
	.site-header.smaller .site-branding a.logo img {
		height: auto;
	}

	.main-navigation {
		padding-left: 15px;
		padding-right: 15px;
	}

	.main-navigation li {
		padding: 0 25px;
	}

	.main-navigation a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-header .container {
		position: relative;
	}

	.main-navigation ul ul {
		top: 28px;
	}

	#map-phone-nav, 
	.site-header.smaller #map-phone-nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 50% !important;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	#map-phone-nav ul li, 
	#map-phone-nav ul li a, 
	.site-header.smaller #map-phone-nav ul li, 
	.site-header.smaller #map-phone-nav ul li a {
		height: 40px;
		line-height: 20px;
		font-size: 20px;
		font-size: 2rem;
		background-color: #0b80c3;
	}

	#map-phone-nav ul li.map-icon, 
	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon, 
	#map-phone-nav ul li.phone-icon a, 
	.site-header.smaller #map-phone-nav ul li.map-icon, 
	.site-header.smaller #map-phone-nav ul li.map-icon a, 
	.site-header.smaller #map-phone-nav ul li.phone-icon, 
	.site-header.smaller #map-phone-nav ul li.phone-icon a {
		width: 40px;
		height: 40px;
	}

	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon a, 
	.site-header.smaller #map-phone-nav ul li.map-icon a, 
	.site-header.smaller #map-phone-nav ul li.phone-icon a {
		background-size: 40px !important;
	}

	#content {
		padding-top: 0;
	}

	.home-hero {
		height: auto;
	}
	
	.scales {
		left: 50%;
		width: 600px;
		height: 543px;
		margin-left: -300px;
	}

	.home-hero-text {
		margin-bottom: 40px;
	}

	.home-hero-contact-form {
		margin-bottom: 100px;
	}

	.home-hero-contact-form h5 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	body.home .services-grid {
		margin-top: -90px;
	}

	.home-content .home-main-image {
		text-align: left;
	}

	.service-item, 
	.service-item:nth-child(4), 
	.service-item:nth-child(5), 
	.service-item:nth-child(6), 
	.service-item:nth-child(7) {
		min-height: 20px;
		height: auto !important;
		margin: 0 0 60px 0;
		padding-bottom: 0;

	}

	.service-button-area {
		position: static;
		margin-top: 25px;
	}

	.service-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.service-share {
		text-align: right;
	}

	.social-sharing {
		float: right;
		width: 180px !important;
		padding-left: 0;
		margin: 10px 0 20px;
	}

	ul.post-share-sub .social-sharing {
		margin: 0;
	}

	.social-sharing:before {
		font-size: 20px;
		font-size: 2rem;
		left: 0px;
		width: 100%;
		top: -15px;
		text-align: center;
		padding-left: 27px;
	}

	.people-grid {
		padding-top: 0;
	}

	.footer-book-form .submit-div input[type="submit"].alt {
		margin-left: auto;
		margin-right: auto;
	}


}


@media only screen and (min-width: 0px) and (max-width: 669px) {

	.site-branding a.logo {
		/*width: 100%;
		height: 106px;
		background-size: 100% 100%;*/
	}

	#site-navigation {
		position: absolute;
		top: 60px;
		right: 0;
		width: 180px !important;
		text-align: right;
		padding-top: 0;
	}

	.main-navigation li {
		padding: 15px 25px;
	}

	#map-phone-nav, 
	.site-header.smaller #map-phone-nav {
		padding-top: 0;
	}

	body.home .services-grid {
		margin-top: -75px;
	}

	.service-image {
		width: 150px;
		height: 150px;
		background-size: 150px;
	}

	.service-child-bar .service-image {
		top: -73px;
	}

	.service-title {
		font-size: 28px;
		font-size: 2.8rem;
		padding-left: 150px;
	}

}



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

	.site-header {
		padding-top: 20px;
	}

	#site-navigation {
		top: 50px;
	}

	#map-phone-nav ul li, 
	#map-phone-nav ul li a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.scales {
		left: 55%;
		width: 400px;
		height: 362px;
		margin-left: -200px;
	}

	.page-title {
		font-size: 60px;
		font-size: 6rem;
	}

	.service-child-bar .service-image {
		position: static;
		margin-top: -73px;
	}

	.service-title {
		padding: 0 0 30px 0;
		text-align: center;
		display: block;
		margin-bottom: 0;
	}

	.service-share {
		text-align: center;
	}

	.social-sharing {
		width: 100% !important;
	}

	.social-sharing:before {
		padding-left: 0;
	}

	a.ss-button-facebook, 
	a.ss-button-googleplus, 
	a.ss-button-twitter, 
	a.ss-button-linkedin, 
	a.ss-button-pinterest, 
	a.ss-button-xing {
		margin: 0 10px !important;
	}

	.accordion-trigger, 
	.accordion-trigger:hover {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.3;
	}

	.footer-widget-area section:nth-child(1), 
	.footer-widget-area section:nth-child(2), 
	.footer-widget-area section:nth-child(3), 
	.footer-widget-area section:nth-child(4), 
	.footer-widget-area section:nth-child(5) {
		width: 100% !important;
		text-align: left;
	}

	.footer-widget-area .widget img {
		max-width: 250px;
		margin-bottom: 15px;
	}

}


@media only screen and (min-width: 0px) and (max-width: 499px) {


	.site-branding {
		width: 70% !important;
	}

	.site-branding a.logo {
		/*width: 250px;
		height: 89px;
		background-size: 250px 89px;*/
	}

	#map-phone-nav, 
	.site-header.smaller #map-phone-nav  {
		position: static;
		width: 100% !important;
		margin-top: 20px;
		padding: 0 0 0 5px;
	}

	#map-phone-nav ul, 
	.site-header.smaller #map-phone-nav ul  {
		float: none;
		text-align: center;	
	}

	#map-phone-nav ul li, 
	.site-header.smaller #map-phone-nav ul li {
		float: none;
		display: inline-block;
		margin-left: -5px;
	}

	#map-phone-nav ul li, 
	#map-phone-nav ul li a, 
	.site-header.smaller #map-phone-nav ul li, 
	.site-header.smaller #map-phone-nav ul li a {
		height: 50px;
		line-height: 30px;
		font-size: 20px;
		font-size: 2rem;
	}

	#map-phone-nav ul li a, 
	.site-header.smaller #map-phone-nav ul li a {
		padding: 10px 15px;
	}

	#map-phone-nav ul li.map-icon, 
	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon, 
	#map-phone-nav ul li.phone-icon a, 
	.site-header.smaller #map-phone-nav ul li.map-icon, 
	.site-header.smaller #map-phone-nav ul li.map-icon a, 
	.site-header.smaller #map-phone-nav ul li.phone-icon, 
	.site-header.smaller #map-phone-nav ul li.phone-icon a {
		width: 50px;
		height: 50px;
	}

	#map-phone-nav ul li.map-icon a, 
	#map-phone-nav ul li.phone-icon a, 
	.site-header.smaller #map-phone-nav ul li.map-icon a, 
	.site-header.smaller #map-phone-nav ul li.phone-icon a {
		background-size: 50px !important;
		padding: 10px 5px;
	}

	#site-navigation {
		width: 30% !important;
		top: -7px;
	}

	.main-navigation.toggled ul.menu {
		width: 155px;
	}
	
}


@media only screen and (min-width: 0px) and (max-width: 419px) {

	.site-branding {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.site-branding a.logo {
		/*margin: 0 auto;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;*/
	}

	#site-navigation {
		width: 100% !important;
		position: static;
	}

	.menu-toggle, 
	.menu-toggle:hover {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		border: solid 1px #fff;
		background-position: 20px 50%;
		padding: 8px 0;
	}

	.main-navigation.toggled ul.menu {
		top: -1px;
		width: 100%;
	}

	.main-navigation.toggled ul.menu li {
		text-align: center;
	}

	.scales {
		left: 52%;
		width: 300px;
		height: 271px;
		margin-left: -150px;
	}

	.site-title {
		margin-bottom: 25%;
	}

	.home-hero-text h4 {
		font-size: 70px;
		font-size: 7rem;
	}

	.home-hero-contact-form h5 {
		font-size: 20px;
		font-size: 2rem;
	}

	.home-cta .home-cta-text p, 
	.footer-book-form p {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.service-item {
		min-height: 480px;
	}


}

.post-content ul {
    margin: 0 0 0 2em;
    overflow: inherit;
}

.post-header a {
    text-decoration: none;
}
.post-header a:hover h2{opacity: 0.6;}