/*
Theme Name: customscreens
Theme URI: http://underscores.me/
Author: Web Wizards
Author URI: https://www.webwizards.com.au/
Description: Responsive WordPress Theme Custom Screens
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: customscreens
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.

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

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

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.suburblist li a {
    line-height: 35px!important;
    font-size: 15px!important;
}
.page-template-page-suburb-regions-php ul li{font-size:16px!important;}
.centre{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex{
	display: flex;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #383d43;
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px;
	line-height: 29px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Raleway', sans-serif !important;
	font-weight:700 !important;
	color:#14285e !important;
	margin-top:10px !important;
}

h1 {font-size:36px !important; line-height: 38px !important;}
h2 {font-size:28px !important; line-height: 30px !important;}
h3 {font-size:24px !important; line-height: 26px !important;}
h4 {font-size:20px !important; line-height: 24px !important;}
h5 {font-size:15px !important; line-height: 18px !important;}
h6 {font-size:11px !important; line-height: 14px !important;}

h1.large {
     font-size:72px !important;
     line-height:80px !important;
}

@media all and (max-width:990px) {
    h1.large {
        font-size:56px !important;
        line-height:64px !important;
    }    
}
@media screen and (max-width:767px) {
    h1 {font-size:32px !important; line-height: 36px !important;}
    h2 {font-size:28px !important; line-height: 30px !important;}
    h3 {font-size:22px !important; line-height: 26px !important;}
    h4 {font-size:18px !important; line-height: 24px !important;}
    h5 {font-size:14px !important; line-height: 18px !important;}
    h6 {font-size:11px !important; line-height: 14px !important; }
}


@media screen and (max-width:480px) {
    h1 {font-size:32px !important; line-height: 36px !important;}
    h2 {font-size:28px !important; line-height: 30px !important;}
    h3 {font-size:22px !important; line-height: 26px !important;}
    h4 {font-size:18px !important; line-height: 24px !important;}
    h5 {font-size:14px !important; line-height: 18px !important;}
    h6 {font-size:11px !important; line-height: 14px !important;}
}

p {
	margin-bottom: 25px !important;
	font-family: 'Raleway', sans-serif !important;
	font-weight:400;
	line-height:29px;
}
.uppercase {
     text-transform: uppercase;   
}
.underline {
     text-decoration:underline !important;   
}
.text-bold {
     font-weight:700 !important;   
}
.text-light {
     font-weight:300 !important;   
}
.super-lead {
     font-size:26px !important;   
}
.lead {
     font-size:20px !important;  
}   
.font-36 {
     font-size:36px !important;   
}
.font-32 {
     font-size:32px !important;   
}
.font-28 {
     font-size:28px !important;   
}
.font-24 {
     font-size:24px !important;   
}
.font-20 {
     font-size:20px !important;   
}
.font-14 {
     font-size:14px !important;   
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.topbarmenu .sub-menu {
    display: none;
    position: absolute;
    width: 194px;
    right: 0;
    background: #e5e5e5;
    padding: 5px 12px;
    z-index: 9999;
}
.suburbs-we-service a {
    margin: 14px 18px 0px 18px !important;
    color: #fff !important;
    display: inline-block;
}
.suburbs-we-service-main a {
    display: inline-block;
    border-radius: 10px;
    background-color: #14285e;
    padding: 13px 50px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700 !important;
    text-align: center;
    width: 49%;
    margin-bottom: 5px;
    border-radius: 0;
}
li#menu-item-561:hover .sub-menu {
    display: inline-block;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #14285e;
	transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
}

a:visited {
	color: #337ab7;
}

a:hover,
a:focus,
a:active {
	color: #ebbc00 !important;
	transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    text-decoration:none !important;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

.main-navigation ul ul li {

}

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

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

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

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

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

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

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

@media (max-width: 1200px)  { /* Small devices */

  li.menu-item-has-children > a {  
    pointer-events: none;
    cursor: default;     
  }
  .testimoniallink {
    top: -48px;
    position: relative;
    }

}

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

.screens-content {
    background: #e4e4e4;
    padding: 25px 35px;
    float: right;
    width: 520px;
    height: 339px;
    overflow: hidden;
    transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
}
.screens-content.current {
   height: initial;
}
.screens-content .text {
    height: 192px;
    display: inline-block;
    overflow: hidden;
    transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
}
.screens-content.current .text {
    height: initial;
}
.screens-content button {
        float: right;
    font-weight: bold;
    border: 0;
    outline: none;
}

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
div#popup_content {
    padding-right: 35px;
    padding-top: 26px;
    padding-left: 15px;
}
/*--------------------------------------------------------------
# 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;
}

.cat-item-20, .cat-item-19, .cat-item-18, .cat-item-17 {
    display: none;
}

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


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/


/**** Spacing  ****/

/* Margin Top */
.mt-0 {margin-top: 0 !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}
.mt-120 {margin-top: 120px !important;}

/* Margin Right */
.mr-0 {margin-right: 0 !important;}
.mr-5 {margin-right:5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-100 {margin-right: 100px !important;}
.mr-120 {margin-right: 120px !important;}

/* Margin Bottom */
.mb-0 {margin-bottom: 0 !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mb-120 {margin-bottom: 120px !important;}

/* Margin Left */
.ml-0 {margin-left: 0 !important;}
.ml-5 {margin-left:5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-100 {margin-left: 100px !important;}
.ml-120 {margin-left: 120px !important;}

/* Padding Top  */
.pt-0 {padding-top:0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top:10px !important;}
.pt-15 {padding-top:15px !important;}
.pt-20 {padding-top:20px !important;}
.pt-30 {padding-top:30px !important;}
.pt-40 {padding-top:40px !important;}
.pt-50 {padding-top:50px !important;}
.pt-60 {padding-top:60px !important;}
.pt-70 {padding-top:70px !important;}
.pt-80 {padding-top:80px !important;}
.pt-90 {padding-top:90px !important;}
.pt-100 {padding-top:100px !important;}
.pt-110 {padding-top:110px !important;}
.pt-120 {padding-top:120px !important;}
.pt-160 {padding-top:160px !important;}

/* Padding Right  */
.pr-0 {padding-right:0 !important;}
.pr-5 {padding-right:5px !important;}
.pr-10 {padding-right:10px !important;}
.pr-20 {padding-right:20px !important;}
.pr-30 {padding-right:30px !important;}
.pr-40 {padding-right:40px !important;}
.pr-50 {padding-right:50px !important;}
.pr-60 {padding-right:60px !important;}
.pr-70 {padding-right:70px !important;}
.pr-80 {padding-right:80px !important;}
.pr-90 {padding-right:90px !important;}
.pr-100 {padding-right:100px !important;}
.pr-110 {padding-right:110px !important;}
.pr-120 {padding-right:120px !important;}

/* Padding Bottom  */
.pb-0 {padding-bottom:0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-15 {padding-bottom:15px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-30 {padding-bottom:30px !important;}
.pb-40 {padding-bottom:40px !important;}
.pb-50 {padding-bottom:50px !important;}
.pb-60 {padding-bottom:60px !important;}
.pb-70 {padding-bottom:70px !important;}
.pb-80 {padding-bottom:80px !important;}
.pb-90 {padding-bottom:90px !important;}
.pb-100 {padding-bottom:100px !important;}
.pb-110 {padding-bottom:110px !important;}
.pb-120 {padding-bottom:120px !important;}

/* Padding Left  */
.pl-0 {padding-left:0 !important;}
.pl-5 {padding-left:5px !important;}
.pl-10 {padding-left:10px !important;}
.pl-20 {padding-left:20px !important;}
.pl-30 {padding-left:30px !important;}
.pl-40 {padding-left:40px !important;}
.pl-50 {padding-left:50px !important;}
.pl-60 {padding-left:60px !important;}
.pl-70 {padding-left:70px !important;}
.pl-80 {padding-left:80px !important;}
.pl-90 {padding-left:90px !important;}
.pl-100 {padding-left:100px !important;}
.pl-110 {padding-left:110px !important;}
.pl-120 {padding-left:120px !important;}

@media screen and (max-width:991px) {
    .pl-md-0 {
        padding-left:0 !important;
        }
    .pr-md-0 {
         padding-right:0 !important;   
    }
    .mb-sm-10{
         margin-bottom:10px !important;   
    }
    .mb-sm-30 {
         margin-bottom:30px !important;   
    }
    .text-md-center {
         text-align:center !important;   
    }
}    
@media screen and (max-width:768px) {
     .text-sm-center {
          text-align:center !important;   
     }
   
}
@media screen and (max-width:767px){
      .mr-sm-20 {
          margin-right:20px !important;   
     }
     .ml-sm-20 {
          margin-left:20px !important;   
     }   
}
@media screen and (max-width:480px){
    .text-xs-center {
          text-align:center !important;   
    }
    .text-xs-left {
          text-align:left !important;   
    }
    .mr-xs-0 {margin-right:0 !important;}
    .pt-xs-0 {padding-top:0 !important;}
    .pr-xs-0 {padding-right:0 !important;}
    .pb-xs-0 {padding-bottom:0 !important;}
    .pl-xs-0 {padding-left:0 !important;}
}

.site-content {
    /* padding-top:40px;
     padding-bottom:40px;*/
}
.site-content p{
     margin-bottom:20px;   
}
.site-content a,
.site-content a:visited {
     color:#14285e;
     text-decoration:none;
}
.site-content a:hover,
.site-content a:focus {
     color:#ebbc00;
     text-decoration:none;
}
.site-content ul{
      padding:0;
     margin:15px 0px;
     line-height:24px;
     color:#222;
     list-style-type:none;
}
.site-content ul li {
     padding:6px 40px;   
     font-weight:500;
}
.site-content ol{
      padding:0;
     margin:15px 0px;
     line-height:24px;
     color:#222;
     list-style-type:none;
}

.site-content ol li {
     padding:6px 40px;   
     font-weight:500;
}
section {
     z-index:2;   
     position:relative;
     padding:80px 0;
}
section ul{
     padding:0;
     margin:15px 20px 30px 20px;
     font-size:14px;
     line-height:22px;
     color:#333;
     font-weight:400;
}
section ul li {
     padding:3px 10px;   
}



.img-80 {
     width:80% !important;   
}
.img-100 {
     width:100%;   
}


#primary {
     padding:0px;   
}
#secondary {
     padding:10px 0px;   
}
.clearit {
    clear: both;
    height: 0;
    overflow: hidden;
}
/*** Colour  ****/
.primary-bgcolour {
    background-color:#14285e;
}
.secondary-bgcolour {
     background-color:#e4e4e4;
	}
.featured-products-bgcolour {
     background-color:#ffd942;
}
.alternate-colour {
     background-color:#e9e7e7;   
}
.alternate-light-colour {
     background-color:#e0e0e0;   
}
.bg-white {
     background-color:#fff;   
}
.bg-yellow {
     background-color:#fcc612;   
}
.bg-red {
     background-color:#a30101;   
}
.text-white {
     color:#fff !important;   
}
.text-yellow {
     color:#fcc612 !important;   
}
.primary-colour {
     color:#14285e !important;   
}
.secondary-colour {
    color:#373c42 !important;   
}
.red {
    color:#ca1820;
}    
.light-grey {
     color:#848484 !important;;   
}
.top-border-bar {
      border-top:1px solid #c2e805;   
}
.bottom-border-bar {
    border-bottom:1px solid #c2e805;   
}
.main-button {
     display:block;
     background-color:#878688;
     padding:12px 0;
     text-align:center;
     color:#fff !important;
     font-weight:700;
     border:1px solid #c2e805;
}
.main-button:hover,
.main-button:focus {
     color: #c2e805 !important;  
}
.btn-inline {
     display:inline-block;
     padding:12px 30px;
}
.btn-top-nav {
     display:block;
	 border-radius:10px;
     background-color:#ebbc00;
     padding:8px 10px;
     color:#14285e !important;
     text-decoration: none;
     font-size:11px;
     font-weight:700 !important;
     text-align:center;
     cursor: pointer;
}
.btn-yellow {
     display:inline-block;
     border-radius:10px;
     background-color:#ebbc00;
     padding:13px 50px;
     color:#14285e !important;
     text-decoration: none;
     font-size:14px;
     font-weight:700 !important;
     text-align:center;
     cursor: pointer;
}
.btn-yellow:hover, .btn-yellow:focus {
    text-decoration:none;
    background-color:#14285e !important;
    color:#fff !important;    
}
.btn-yellow-cta {
     display:inline-block;
     border-radius:10px;
     background-color:#ebbc00;
     padding:13px 50px;
     color:#fff !important;
     text-decoration: none;
     font-size:14px;
     font-weight:700 !important;
     text-align:center;
}
.btn-grey {
     display:inline-block;
     border-radius:10px;
     background-color:#e4e4e4;
     padding:13px 50px;
     color:#14285e !important;
     text-decoration: none;
     font-size:14px;
     font-weight:700 !important;
     text-align:center;
}
.btn-grey:hover, .btn-grey:focus {
    text-decoration:none;
    background-color:#14285e !important;
    color:#fff !important;    
}
.btn-blue {
     display:inline-block;
     border-radius:10px;
     background-color:#14285e;
     padding:13px 50px;
     color:#fff !important;
     text-decoration: none;
     font-size:14px;
     font-weight:700 !important;
     text-align:center;
}
.btn-blue:hover, .btn-blue:focus {
    text-decoration:none;
    background-color:#ebbc00 !important;
    color:#14285e !important;    
}
.btn-outline {
     display:inline-block;
     border:1px solid #fff;
     background-color:transparent;
     color:#fff !important;
     padding:10px 30px;
     text-decoration: none;
     border-radius:5px;
     font-weight:400;
}
.btn-outline:hover, .btn-outline:focus {
     background-color:#ebbc00;
     border:1px solid #ebbc00;
     text-decoration:none;
     color:#fff !important;
}
.btn-100{
     width:100%;   
     text-align:center;
}
.btn-r-0 {
     border-radius:0 !important;   
}
.float-right {
      float:right;  
}
.secondary-bgcolor p{
     color:#fff !important   
}
.border-r-20{
     border-radius:20px;   
}
.border-r-30{
     border-radius:30px;   
}
.width-30 {
    width:30% !important;   
}
.width150px {
     width:150px !important;   
}
@media screen and (max-width:1200px) {
    .btn-yellow, .btn-grey, .btn-blue  {
         padding:13px 25px;   
    }
}
@media screen and (max-width:480px) { 
   
}

.page-id-1872 #menu-item-1927, .page-id-1902 #menu-item-1928 {
    display: none !important;
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
    height:50px;
    width:50px;
    border-radius:0px;
    position:fixed;
    right:0px;
    bottom:56px;
    z-index:150;
    background-color:#14285e;
    display:none;
    color:#fff;
    cursor: pointer;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
.topbutton i{
     font-size:20px;   
     color:#fff !important;
     padding:13px 16px 13px 15px;
}
.topbutton:hover,
.topbutton:focus {
     background-color:#ebbc00;  
}
@media screen and (max-width:480px) {
     .topbutton {
            display:none
     }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.logo img{
     max-width:300px;   
     padding-top:5px;
}
.testimoniallink {
    width: 200px;
    display: inline-block;
    height: 200px;
    background: #ebbc00;
    border-radius: 100px;
    border: 5px solid #ffffff;
    text-align: center;
    padding: 58px 21px 0px 21px;
    line-height: 20px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
 
    z-index: 10;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.testimoniallinkwrap {
    position: absolute;
    width: 100%;
    z-index: 10;
}
.testimoniallink a {
    color: #14285e !important;
    font-size: 23px;
}
.testimoniallink:hover a {
    color: #fff !important;
}
.tc-box-grey {
    border-radius: 12px;
    padding: 10px 8px 5px;
    background-color: #e4e4e4;
    height: 55px;
    display: block;
    margin-bottom: 10px;
}
.tc-box-grey p {
    line-height: 19px !important;
    color: #14285e;
    font-size: 18px;
    font-weight: 900 !important;
    font-family: 'Lato',sans-serif !important;
}
.tc-box-grey p .font-small {
    font-size:13px;   
    font-weight:400 !important;
    font-family: 'Raleway', sans-serif !important;
}
.tc-box-grey:hover, .tc-box-grey:focus {
    text-decoration:none; 
    background-color:#ebbc00;
}
.tc-box-grey:hover > p {
     color:#fff;  
}     
.tc-box-yellow {
    background-color: #ebbc00;
    border-radius: 12px;
    padding: 15px 10px 5px 10px;
    height: 55px;
    display: block;
    font-size: 18px;
    font-weight: 900 !important;
    color: #14285e !important;
    font-family: 'Lato', sans-serif !important;
}
.tc-box-yellow:hover, .tc-box-yellow:focus {
    text-decoration:none; 
    color:#fff !important;
    background-color:#14285e;
}

.tc-box-grey-mobile {
     border-radius:6px;   
     padding:14px 20px 5px 20px;
     background-color:#e4e4e4; 
     height:50px;
     display: none;
     float:right;
     margin-right:40px;
     margin-top:10px;
}
.tc-box-grey-mobile p {
     line-height:20px !important;   
     color:#14285e;
     font-size:18px !important;
     font-weight:900 !important;
     font-family: 'Lato', sans-serif !important;
}
.tc-box-grey-mobile p .font-small {
    font-size:13px;   
    font-weight:400 !important;
    font-family: 'Raleway', sans-serif !important;
}
.tc-box-grey-mobile:hover, .tc-box-grey-mobile:focus {
    text-decoration:none; 
    background-color:#ebbc00;
}
.tc-box-grey-mobiley:hover > p {
     color:#fff;  
} 
.rplg-badge2-border {
    border-radius: 2px 2px 0 0!important
}
.rplg-badge2-score>div:first-child {
    display: inline-block;
    font-size: 14px!important;
    line-height: 20px!important;
    margin: 0 0 0 8px!important;
    vertical-align: middle!important;
}
.rplg .rplg-badge2 {
    margin: 0 !important;
    display: inline-block;
    position: relative!important;
    text-align: left!important;
    border-radius: 2px!important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
    box-shadow: none !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 12px !important;
}
.rplg-badge2 .rplg-badge2-btn {
    position: relative!important;
    padding: 7px!important;
}
.panel-collapse {
    color: #fff;
    padding: 20px;
    padding-top: 0 !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none !important;
}
.panel-default {
    border: none !important;
    box-shadow: none !important;
    background: #14285e !important;
}
section.faqswrap ul li {
    color: #fff;
}
section.faqswrap h3 {
    text-transform: uppercase;
    font-size: 20px !important;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0 !important;
}
h2.panel-title.title {
    margin-top: 0 !important;
    padding: 20px;
}
h2.panel-title.title a:after {
    content: "-";
    background: #ebbc00;
    width: 70px;
    display: inline-block;
    height: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px !important;
    text-align: center;
    line-height: 60px;
    color: #14285e !important;
}
h2.panel-title.title a {
    padding-left: 15px !important;
}
.panel-default>.panel-heading {
    padding: 0px !important;
}
h2.panel-title.title a.collapsed:after {
    content: "+";
    line-height: 74px;
}
h2.panel-title.title {
    position: relative;
}
.panel-group {
    margin-bottom: 10px !important;
    text-align: left !important;
}
.panel-collapse {
    color: #fff;
}
.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #14285e !important;
    border: none !important;
    border-radius: 0 !important;
}
.panel-default>.panel-heading h2 {
    color: #fff !important;
}

@media screen and (max-width:1199px) {
     .tc-box-grey {
          padding:24px 0;   
     }
     .tc-box-grey p{
           font-size:20px !important;  
     }
     .tc-box-grey p .font-small {
          display:none;   
     }
     .tc-box-yellow {
        font-size:20px !important;  
     } 
     .logo img { 
          width:300px;   
     }
}
@media screen and (max-width:991px) {
    .tc-box-grey {
         display:none;   
    }
    .tc-box-yellow {
         display:none;   
    }
     .logo img { 
          width:280px;   
     }
     .tc-box-grey-mobile {
          display:inline-block;   
     }
}
@media screen and (max-width:480px) {
       .tc-box-grey-mobile {
            margin-right:15px !important;   
       }
    .panel-default>.panel-heading h2 {
        font-size: 16px !important;
    }
        
}
@media screen and (max-width:320px) {
       .tc-box-grey-mobile  p .font-small {
            display:none;   
       }
       .tc-box-grey-mobile {
            border-radius:4px;
            height:40px;
            margin:8px 10px 8px 10px !important;
            padding:10px 15px;
       }
       .tc-box-grey-mobile p {
            font-size:15px !important;   
            margin-bottom:0 !important;
            line-height:18px !important;
       }
}
/*--------------------------------------------------------------
# Top Bar Menu  
--------------------------------------------------------------*/
#top-bar-nav {
     background-color:#e4e4e4;   
}
.topbarmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
}    
.topbarmenu ul li {
     display:inline-block;   
     position: relative;
}
.topbarmenu ul li a {
     color:#14285e;   
     display:block;
     padding:8px 10px;
     font-size:11px;
     text-transform:uppercase;
     font-weight:700;
}
@media screen and (max-width:768px) {
     #top-bar-nav {
          display:none;   
     }
}
/*--------------------------------------------------------------
# Navigation 
--------------------------------------------------------------*/
#nav-background {
     background-color:#14285e !important;   
}
.cs-menu-home img{
    width:28px;
}
.cs-menu-home a{
     padding:11px 10px !important;   
}
.navbar-default {
     background-color:transparent !important;
     border-radius:0 !important;
     border:0 !important;
     margin-bottom: 0 !important;
}
.navbar-default .navbar-nav>li>a {
     color:#fff !important;
     text-transform: uppercase;
     font-weight:700;
     font-size:13px;
     padding:15px 20px;
}
.navbar-default .navbar-nav>.active>a {
     background-color:transparent !important;
}
.navbar-default .navbar-nav>.open>a {
     background-color:rgba(13,27,66,0.5) !important;   
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
     color:#ebbc00 !important;   
}
.navbar-default .navbar-nav {
     display:inline-block;
     float:none;
}
.navbar-default .navbar-collapse.collapse {
     height:40px !important;   
}
.dropdown-menu {
     border-radius:0 !important;
     border:0 !important;
     background-color:#14285e !important;
}
.dropdown-menu>li>a {
     color:#fff !important;
     padding:10px 20px !important;
     font-weight:700 !important;
     text-transform:uppercase !important;
     font-size:13px !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
     background-color:transparent !important;
     color:#ebbc00 !important;  
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
     background-color:transparent !important;
     color:#ebbc00 !important;    
}
.dropdown:hover .dropdown-menu {
    /*display: block;*/
}
@media screen and (max-width:1705px) {
     .navbar-default .navbar-nav>li>a {
          padding:15px 10px;   
     }
}
@media screen and (max-width:1300px) {
     .navbar-default .navbar-nav>li>a {
          padding:15px 10px;  
          font-size:12px;
     }
}
@media (max-width: 1200px) {
    .navbar-nav {
         margin:0 -15px !important;   
    }
    .navbar-default .navbar-header {
        float: none;
    }
    .navbar-default .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-default .navbar-collapse.collapse {
         height:auto !important;   
    }
    .navbar-default .navbar-toggle {
        display: block;
        float:left !important;
        margin:10px 30px !important;
        border:0 !important;
        height:50px;
        border-radius:6px !important;
        background-color:#14285e;
        padding:5px 15px;
    }
    .dropdown-menu {
        width:100%;
        margin-bottom:30px !important;
        position:relative !important;
        box-shadow:none !important;
    }
    .dropdown:hover .dropdown-menu {
         display:block;   
    }
    .navbar-default .navbar-collapse {
         float:none;   
         border:0 !important;  
         box-shadow:none;
    }
    .navbar-default .navbar-fixed-top {
        top: 0;
    }
    .navbar-default .navbar-collapse.collapse {
        display: none!important;
        float: left !important;
        width:100%;
    }
    .navbar-default .navbar-nav {
        float: none!important; 
        margin-top: 0;
        text-align:center;
        padding-bottom:30px;
    }
    .navbar-default .navbar-nav>li {
        float: none; 
        width:auto !important;
    }
    .navbar-default .navbar-nav>li>a {
         border-bottom:3px solid transparent;   
    }
    .dropdown-menu li {
        width:100% !important;   
        text-align:center;
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-default .collapse.in{
        display:block !important;
        width:100% !important;
        float:left !important;
        overflow-x:hidden;
        background-color:transparent;
    }
   .navbar-default .navbar-nav>li:last-child {
        margin:0 !important;   
   }
    #container-menu {
        background-color:#fcc612;
        margin-top:20px;
        padding:0;
    }
    .navbar {
         margin-bottom:0 !important;   
    }
    .navbar-default .navbar-toggle .icon-bar {
         background-color:#fff !important;
         height:3px;
         width:26px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
         background-color:#14285e !important;   
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover {
         border-bottom:3px solid transparent;   
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        border-bottom:3px solid transparent; 
    }
    .navbar-nav .open .dropdown-menu {
         position:static;   
         float:none;
         width:auto;
         margin-top:0;
         background-color:transparent;
         box-shadow:none;
    }
    .navbar-default .navbar-nav>li {
         border-left:0;  
         padding-left:15px;
         padding-right:15px;
    }
    .navbar-default .navbar-nav>li:last-child {
         border-right:0;   
    }
    .dropdown-menu>li>a {
        font-size:12px !important;
    }  
    .dropdown-menu, .navbar-default .navbar-nav>.open>a {
         background-color:transparent !important;   
    }
    .btn-yellow {
        margin-bottom: 10px;
        max-width: 330px !important;
        width: 100% !important;
    }
    .parallax-window {
        min-height: 484px;
        background: transparent;
        background-position: top center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        padding-bottom: 0 !important;
        padding-top: 220px !important;
    }
    .rplg-badge-cnt.rplg-badge-hide {
        text-align: center;
        margin-top: 18px;  
}
	
	
}
@media screen and (max-width:480px) {
         .navbar-default .navbar-toggle {
              margin-left:15px !important;   
              margin-right:0 !important;
         }
}
@media screen and (max-width:320px) {
      .navbar-default .navbar-toggle {
        margin:8px 10px !important;
        height:40px;
        border-radius:4px !important;
        background-color:#14285e;
        padding:10px 10px;
        
    }  
}
/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/
#footer h3 {
    font-size:18px !important;
    font-weight:700;
    margin-bottom:0px;
    line-height:22px !important;
     margin-bottom: 15px;
}
#footer ul {
     list-style-type:none;
     margin:0;
     padding:15px 0;
}
#footer ul li {
     padding:2px 0px;  
}
#footer ul li a, 
#footer ul li a:visited {
     display:block;
     color:#282828;
     text-decoration:none;
     font-weight:400;
     font-size:16px;
     word-break: break-all;
}
#footer ul {
    font-size: 16px;   
}
.fr {
    float: right !important;
}
#footer aside {
    margin-bottom: 15px;
}
#footer ul li a:hover,
#footer ul li a:focus {
    color:#14285e !important;
}   
.footer-bold a {
     color:#14285e !important;   
     text-transform: uppercase;
     font-weight:700 !important;
}
.footer-phone a{
        font-size:28px !important;
        font-weight:700 !important;
        color:#14285e !important;
}
.footer-email a {
     font-size:22px !important;
     font-weight:700 !important;
     color:#2a2a2a !important;
}
#wpgmza_map {
     margin-bottom:20px;   
}
.footer-social {
     margin-top:20px;   
}
.footer-social li{
     display:inline-block;    
}
.footer-social li a i{
     font-size:32px !important;
     color:#14285e !important;
     transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
}
.footer-social li a i:hover,
.footer-social li a i:focus {
     color:#ebbc00 !important;  
     transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
}
#sub-footer p{
     color:#fff;
     font-size:12px;
     margin-bottom:0;
}
.footer-logo img{
     max-width:25px; 
     float:left;
     margin-right:10px;
     margin-top:0px;
}
#wwizards {
     text-align:right;   
}
#wwizards a {
     color:#fff; 
     font-weight:700;
}
#wwizards a:hover,
#wwizards a:focus {
     text-decoration:none;   
     color:#ebbc00;
}
#wwizards img {
     float:right;   
     width:45px;
     margin-left:10px;
}
@media screen and (max-width:991px) {
     #sub-footer {
          text-align:center;   
     }
     .footer-logo img{
          float:none;   
          margin-right:0;
     }
     #wwizards img{
          float:none;   
          margin-left:0;
     }
     #wwizards {
         text-align:center;   
     }
}

/*--------------------------------------------------------------
# Suburb Pages 
--------------------------------------------------------------*/

section.suburb-bg {
    background: #14285e;
}

.suburbs li {
    display: inline-block;
}

.suburbs a {
    color: #fff !important;
    font-size: 12px;
}
.suburbs h4 {
    color: #fff !important;
}
.suburblist div {
    display: none;
}
.suburblist .eastern-suburbs,
.suburblist .northern-suburbs,
.suburblist .southern-suburbs,
.suburblist .western-suburbs {
    display: block;
}
.suburblist li a {
    font-size: 12px;
}
.suburblist li {
    list-style: none;
    display: inline-block;
    width: 100%;
    line-height: 12px;
}
.suburblist ul {
    margin-left: 10px;
    margin-right: 10px;
    column-count: 4;
}
.single .suburblist ul {
    margin-left: 10px;
    margin-right: 10px;
    column-count: 1 !important;
}
.single .suburblist li {
    width: inherit;
}
@media screen and (max-width:991px) {
    .suburblist ul {
        margin-left: 10px;
        margin-right: 10px;
        column-count: 2;
    }
}
/*--------------------------------------------------------------
# Home Page Banner 
--------------------------------------------------------------*/
.home-banner-container {
    padding:50px 0;
    background-color:rgba(10,28,94,0.9);
}
.home-banner-container h1 {
     font-size:35px !important;   
     line-height:36px !important;
}
@media screen and (max-width:991px) {
    .home-banner-container h1 { 
         font-size:28px !important;
         line-height:30px !important;
    }
}
/*--------------------------------------------------------------
# Home Page Feature Images 
--------------------------------------------------------------*/
.feature-img-container {
     padding-top:200px;   
     background-size:cover !important;
     background-repeat:no-repeat !important;
     height:100%;
     background-position: center !important;
}
.feature-img-content {
     padding:20px 20px 40px 20px;   
     background-color:#14285e;
     height:100%;
}
.feature-img-content h2 {
     font-size:20px !important;
     line-height:24px !important;
	 font-weight: bold;
}
.feature-img-content p {
     font-size:13px !important;
     line-height:16px !important;
	 color:#fff;
}
     
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/*--------------------------------------------------------------
# Testimonials 
--------------------------------------------------------------*/

.parallax-window {
    height: auto;
    background: transparent;
}

.testimonials-container {
     padding:50px 0;
     background-color:rgba(10,28,94,0.9);
}
.testimonial-content p {
     color:#fff;
     font-weight:900;
     font-size:18px;
}
.testimonial-author p {
     color:#fff;
     font-weight:300;
     margin-top:20px;
}
.testimonial-wrapper {
     padding:25px 40px 10px 40px;   
     border-radius:10px;
     background-color:#efefef;
     position:relative;
     margin-bottom:20px;
}
.testimonial-wrapper:after {
    content:'';
    position:absolute;
    height:25px;
    width:25px;
    background-color:#efefef;
    transform:rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin:-7px 0 0 -12.5px;
}
.flexslider-testimonials {
     position:absolute !important;   
     border-radius:0 !important;
}

.flexslider-testimonials .slides > li {
    background-size: cover; 
    background-position: center center;
    height: 100%;
    width: 100%;
    display: none; 
    -webkit-backface-visibility:  hidden !important;
}
.flexslider-container, .flexslider-testimonials .slides, .flex-viewport {
    height: 150px;
    position:relative;
   
}
.flexslider-testimonials {margin: 0; padding: 0; width: 100%; height: 100%; border: 0px solid; overflow: hidden;  border:0 !important;}
.flexslider-testimonials .slides img {width: auto; height: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.flex-direction-nav a {
     width:50px !important;
     height:50px !important;
}

#flexslider-testimonials-container .custom-navigation .flex-prev {
   display:none;
}
#flexslider-testimonials-container .custom-navigation .flex-next {
   display:none;
}
#flexslider-testimonials-container .custom-navigation .flex-prev i,
#flexslider-testimonials-container .custom-navigation .flex-next i {
     font-size:24px;
     color:#fff;
}
.flex-control-nav {
    bottom:-20px !important;
}    

.flex-control-paging li a.flex-active {
     background:#ebbc00 !important;  
}
.flex-control-paging li a {
     background-color:#fff !important;   
}
@media screen and (max-width:991px) {
     .flexslider-container, .flexslider-testimonials .slides, .flex-viewport {
         height:170px;
     }
     .testimonial-content p {
          font-size:16px !important;   
     }
}
@media screen and (max-width:480px) {
     .testimonial-content p {
          font-size:14px !important;   
     }  
      .flexslider-container, .flexslider-testimonials .slides, .flex-viewport {
         height:200px;
     }
}
@media screen and (max-width:320px) {
    .flexslider-container, .flexslider-testimonials .slides, .flex-viewport {
         height:230px;
     }
}
/*--------------------------------------------------------------
# Side Bar
--------------------------------------------------------------*/
.sidebar {
     background-color:#e4e4e4;   
     padding:15px 15px;
     position:relative;
     text-align:center;
     margin-bottom:30px;
}
.sidebar .current-page-ancestor {
    display: none;
}
.sidebar section {
     margin-bottom:0px;   
     padding:20px 0;
}
.sidebar .current_page_item a {
    font-weight: bold;
    color: #ebbc00 !important;
}
.sidebar #menu-side-menu .current_page_item {
    display: none;
}
.sidebar #menu-side-menu a {
    color: #14285e !important;
    text-transform: uppercase;
    font-weight: bold;
}
.sidebar #menu-side-menu a:hover {
    color: #ebbc00 !Important;
}
.sidebar:after {
    content:'';
    position:absolute;
    left:50%;
    top:0;
    width:25px;
    height:25px;
    background-color:#e4e4e4;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align:middle;
    margin:-10px auto 0 -12.5px;
}
.sidebar ul{
     margin:10px 0;
     padding:0;
     list-style-type: none;
}
.sidebar ul li{
     padding:0;
     margin:0;
}
.sidebar ul li a, .sidebar ul li a:visited {
     text-decoration: none;
     color:#333;
     display:block;
     margin-bottom:5px;
     line-height:20px;
     padding:3px 0;
}
.sidebar ul li a:hover, 
.sidebar ul li a:focus {
     color:#14285e;   
}
.sidebar ul li.sidebar-heading {
     font-size:15px;
     font-weight:700;
     color:#14285e !important; 
     text-transform:uppercase;
     margin-bottom:8px;
}
.sidebar h3 a {
    color:#14285e;
}
.sidebar h3 {
     font-size:15px !important;
     line-height:18px !important;
     font-weight:700;
     text-transform:uppercase;
     margin-bottom:8px;   
}
/*--------------------------------------------------------------
# Internal Page 
--------------------------------------------------------------*/

.parallax-window-internal {
    min-height: 200px;
     background: transparent;
}
.parallax-window-404 {
     min-height: 500px;
     background: transparent;
}
.internal-banner-container {
    padding:10px 0;
    background-color:rgba(10,28,94,0.9); 
    position:absolute;
    width:100%;
    bottom:0;
    
}
.internal-banner-container h1 {
font-size: 35px !important;
    line-height: 36px !important;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 4px !important;
}
@media screen and (max-width:991px) {
    .internal-banner-containerh1 { 
         font-size:28px !important;
         line-height:30px !important;
    }
}
.phone-contact a {
     font-size:32px;
     font-weight:700 !important;
     color:#14285e;
     display:inline-block;   
     text-decoration:none !important;
}
.phone-contact a:hover, .phone-contact a:focus {
     color:#ebbc00;
}
@media screen and (max-width:991px) {
     .phone-contact a {
          font-size:24px;   
     }
}
/*--------------------------------------------------------------
# Google Map 
--------------------------------------------------------------*/
.map-holder {
  overflow: hidden;
  position: relative;
}

/*--------------------------------------------------------------
# Lightbox 
--------------------------------------------------------------*/
.lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
  position: relative;
  overflow: hidden;
  
}
.lightbox-grid li {
  /*width: 18%;*/
  float: left;
  border: 3px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.lightbox-grid li:hover .background-image-holder {
    opacity: 0.15;
}
.square-thumbs ul {
     margin:0 !important;
     padding:0 !important;
}
.square-thumbs li {
  height: 220px; 
  padding:0 !important;
}
@media screen and (max-width:1200px) {
    .square-thumbs li {
      height: 180px; 
    }
}
@media screen and (max-width:991px) {
    .square-thumbs li {
      height: 160px; 
    }
   
}
.feature-img {
	overflow: hidden !important;
	background-color: #14285e;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.feature-img .fi-button {
	position: absolute;
	padding: 15px 0px;
	bottom: -25%;
	left: 50%;
	padding: 0;
	z-index: auto;
	display: inline-block;
	height: 20px;
	width: auto;
	text-align: center;
	margin:0 0 0 -10px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.feature-img .fi-button i{
     color:#fff;
     font-size:22px;
     opacity:1;
	 font-weight:bold;
}
.feature-img:hover .fi-button, .lightbox-grid li:hover > .fi-button{
	-webkit-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	transform: translateY(-120px);
}
.background-image-holder .fadeIn{
     opacity:1;   
}

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.background-image-holder img {
  display: none;
}
.lb-outerContainer {
     background:transparent !important;   
}
.lb-container {
     background-color:#fff;   
     padding:0 !important;
}
.lightbox .lb-image {
     border-radius:0 !important;   
}
.lb-dataContainer {
     background-color:#fff;
     border-radius:0 !important;
}
.lb-data .lb-details {
     width:100% !important;
     text-align:center !important;
     padding:10px 0 20px 0 !important;
}
.lb-data .lb-caption {
     color:#004446 !important;   
}
.lb-data .lb-closeContainer {
     display:none !important;   
}
/*--------------------------------------------------------------
# Blog 
--------------------------------------------------------------*/
.entry-meta {
     margin-top:0px;   
}
.entry-meta p {
     font-size:12px !important;   
     margin-bottom:10px !important;
}
@media screen and (max-width:480px) {
    .entry-meta p {
         margin-bottom:0 !important;   
    }
    .entry-meta {
        margin-top:10px;
         margin-bottom:15px;   
    }
}
.latest-news-title {
     font-size:18px;
     font-weight:700;
}
.widget_search input[type=search] {
     padding:10px 20px;
     background-color:#fff;
     border:0;
}
.widget_search input[type=submit] {
     display:none;   
}


.side-contact-button {
     position: relative !important;   
}
.home .side-contact-button {
    display: none;
}

.q-quote-modal-content {
     border-radius:0 !important; 
}
.q-quote-modal-content .modal-header {
     border-bottom:0 !important;   
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-hero {
    display: flex;
    padding
}
.split-hero-row {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height:100%;
}

.section-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 40, 94, 0.8);
    transition: background-color ease-in-out 0.3s
}

.section-hero .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.split-hero-row a.button:hover + .overlay {
  background-color: rgba(20, 40, 94, 0.5); /* Change the transparency to 0 (fully transparent) on hover */
}

.split-hero-row:has(.button:hover) .overlay {
      background-color: rgba(20, 40, 94, 0.5); /* Change the transparency to 0 (fully transparent) on hover */  
}

.section-hero h2 {
    color: white !important;
    font-size: 29px !important;
}

.section-hero .content p {
    font-size: 18px;

}

.section-hero .buttons {
    display: flex;
    justify-content: center;
}

.section-hero .btn-yellow {
    padding: 13px 70px !important;
}

/* Add additional CSS styles as needed for responsiveness and other adjustments */
/* Default styles for .section-hero (flex-direction: column) */
.section-hero {
  display: flex;
  flex-direction: column;
  /* Add other styles for your hero section */
}

/* Media query for screens with a width of 800px or larger */
@media (min-width: 800px) {
  .section-hero {
    flex-direction: row;
    /* Add any other styles specific to the row layout */
  }
}
.feature-img-content.yellow .btn-outline:hover {
  /* Your hover styles here */
  text-decoration: none;
  background-color: #ffffff; /* Replace with your desired hover background color */
  color: #000000;  /* Replace with your desired hover text color */
  border-color: #000000;  /* Replace with your desired hover border color */
}

.flex-grow-0 {
    flex-grow: 0 !important;
}
.width-full {
    max-width: initial !important;
}
   