/*
Theme Name: PWD Default Bootstrap
Theme URI: http://www.digitalmonopoly.com.au/
Author: Digital Monopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Sterling Debt
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline:0;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;
}

h1{ font-size: 28px; }
h2{ font-size: 24px; }
h3{ font-size: 22px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

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

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 40px 40px 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	background: #e6e6e6;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 10px 15px;
	height:auto;
	line-height:1em; 
	transition:transform 0.3s ease-out, background 0.3s ease-out;-o-transition:transform 0.3s ease-out, background 0.3s ease-out;-ms-transition:transform 0.3s ease-out, background 0.3s ease-out;-moz-transition:transform 0.3s ease-out, background 0.3s ease-out;-webkit-transition:transform 0.3s ease-out, background 0.3s ease-out;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#cccccc;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color:#aaaaaa;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #cccccc;
	width:100%;
	max-width: 100%;
}
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	border:1px solid #898989;
}
input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
	height: auto;
	line-height: 1em;
	padding: 10px 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:100px;
}

/* Links */
a,
a:visited {
	color: #076092;
	text-decoration:none;transition:color 0.3s ease-in-out;-o-transition:color 0.3s ease-in-out;-ms-transition:color 0.3s ease-in-out;-moz-transition:color 0.3s ease-in-out;-webkit-transition:color 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color:#f3b519;
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Main Layout
----------------------------------------------- */
#page{ overflow:hidden; width: 100%; float: left;}

#page .container{ margin-left: auto;margin-right: auto;padding-left: 0;padding-right: 0;float:none;width: 1210px;left:0 !important;}
#page .container.vc_row.wpb_row {width: 1210px !important;padding-left: 0 !important;padding-right: 0 !important;}


.site-header{}
.site-header .navbar-brand {display: block;float: left;font-size: 18px;line-height: 40px;padding: 10px 20px 10px 10px;height: auto;
}
.site-header .navbar-brand img{ height: auto; display: block; padding-left: 20px;}

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}

.site-main{  }

.site-footer{
	
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	background: #F6F6F6;
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: #000000;
	clear: both;
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 15px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{text-align: center; margin: 0 auto; color: #999999;}

.home .front-content .entry-header{ margin:0; height:auto;}
.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}
/*Gravity Forms - amended */
.home #main .gfield_required {
    color: #ffffff!important;
}
#main .gform_wrapper .gfield .gfield_label {
    display: block;
    color: white;
    padding-bottom: 10px;
}
/* Gravity Forms Section */
#main .gform_wrapper {margin-top:0;margin-bottom: 0;}
#main .gform_wrapper ul { margin: 0px; }
#main .gform_wrapper ul li { margin: 10px 0px; padding: 0px; list-style-image: none; list-style: none; }
#main .gform_wrapper .gfield .gfield_label {display: block;}
#main .gform_wrapper .gfield.gf_left_half {padding-right: 25px;}
#main .gform_wrapper .gfield .ginput_container {margin-top: 0;}
#main .gform_wrapper .gfield .ginput_container input {width: 100%;background: #fafafd;color:#3e404e;letter-spacing: 1px;border:1px solid #e5e5e5;font-size: 12px;line-height: 1.2em;padding:18px 15px 18px 15px;
	border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;outline: none;
	transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
#main .gform_wrapper .gfield .ginput_container textarea {width: 100%;background: #fafafd;color:#3e404e;letter-spacing: 1px;border:1px solid #e5e5e5;font-size: 12px;line-height: 1.2em;padding:18px 15px 18px 15px;
	border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;outline: none;
	transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
#main .gform_wrapper .gfield .ginput_container input:focus, #main .gform_wrapper .gfield .ginput_container textarea:focus {background:#ffffff;}
#main .gform_wrapper .gfield .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100%;margin-bottom: 0;}
#main .gform_wrapper .gfield .bootstrap-select > .btn {padding-top: 18px;padding-bottom: 18px;padding-left: 15px;background: #fafafd;color:#3e404e;letter-spacing: 1px;border:1px solid #e5e5e5;font-size: 12px;line-height: 1.2em;
	border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
#main .gform_wrapper .gfield .bootstrap-select.btn-group .btn .caret {border-top:8px solid #ec582d;border-left: 8px solid transparent;border-right: 8px solid transparent;}
#main .gfield_required { color: #ffffff; }
#main .gform_wrapper .gform_footer {}
#main .gform_wrapper .gform_footer .gform_button {background-color:#ec582d;color:#ffffff;padding:18px 50px;font-family: 'Saira Condensed',sans-serif;font-size: 15px;text-transform: uppercase;letter-spacing: 2px;
	border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
#main .gform_wrapper .gform_footer .gform_button:hover {background-color: #121222;}
.gform_wrapper textarea.medium  {height:100px !important;}

/*-- Gravity Error Section ----------------*/
#main .gform_wrapper div.validation_error {background:#ec582d;border-color:#f15a29;text-align: left;padding:10px 15px;font-weight: 400;color:#ffffff;}
#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border:none;background:none;}
#main .gform_wrapper .validation_message {padding-top: 0px;font-weight: 400;color:#f15a29;}
#main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, #main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {max-width: 50% !important;}
#main .gform_confirmation_wrapper {border:1px solid #eeeeee;background:#eeeeee;padding:20px;border-top:4px solid #ec582d;margin-bottom: 20px;}
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {margin-top: 0;}

#page .bootstrap-select .dropdown-menu {padding-top: 0;padding-bottom: 0;margin-top: 0;}
#page .bootstrap-select .dropdown-menu li {margin-top: 0;margin-bottom: 0;}
#page .bootstrap-select .dropdown-menu li a {padding-top: 8px;padding-bottom: 8px;}
#page .bootstrap-select .dropdown-menu li a:hover, #page .bootstrap-select .dropdown-menu li a:focus {background:#ec582d;color:#ffffff;}


/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 200px;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 50px;}
.not-found hr {
    margin: 20px auto;
   	max-width: 365px;
}

#page #contact-map{
	height: 300px;
	position: relative;
	width: 100%;
}

/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {}
#sidebar { margin: 0px 0 0px; }
#sidebar .widget{  }


/* =Menu
----------------------------------------------- */

.navbar{ margin: 0; }
.navbar-default{ border:none; }

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-brand {
	color: #777777;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
.navbar-nav > li > a {
	 line-height: 40px; padding: 20px 10px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.navbar-toggle {
	border-color: #dddddd;
	margin-top: 16px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-toggle .icon-bar {
	background-color: #888888;
	transition: all 0.2s;
}
.navbar-toggle .icon-bar.top-bar{transform: rotate(0);}
.navbar-toggle .icon-bar.middle-bar{opacity:1;}
.navbar-toggle .icon-bar.bottom-bar{transform: rotate(0);}
.navbar-toggle.active .top-bar {
transform: rotate(45deg);
transform-origin: 10% 10%;
}
.navbar-toggle.active .middle-bar {
opacity: 0;
}
.navbar-toggle.active .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}
.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}


.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}



.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}



#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	background: none repeat scroll 0 0 #000000;
	border-radius: 15px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 29px;

}

.socials li a:hover{ opacity:1; }
.socials li.facebook a{;}
.socials li.twitter a{ }


/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0;
	padding: 0 ;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

/* Amended as all pages showing extra headers above top hero section */
.page-header{ /* margin-bottom:20px; */
   padding-bottom: 0px!important;
    margin: 0px!important;
    border-bottom: none;
    height: 0;
    visibility: hidden;}

/* Remove extra header about top her section */
.inner-featured-title {
    visibility: hidden;
    height: 0;
}

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }

.clear{ clear:both;display:block; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

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


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin: -75px 0px 0px 0px; height: 0;}
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

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

/* Search widget */
#searchform .field{ width:195px; outline: none; }
#searchsubmit {
	height: 42px;
	background: #5dbebd;
	color: #ffffff;
	letter-spacing: 1px;
}


/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	padding-left: 25px;
	position: relative;
}

.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa,
.pwd-address .address .fa{
	position: absolute;
	left: 0;
}




#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}



/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}



/* =Custom Post type
----------------------------------------------- */

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:468px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:468px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:468px; background-size: cover; }


/* Custom Post type CTA */
#cta-container{ margin-bottom:20px; }
#custom-cta{}
#custom-cta .cta{ background: none repeat scroll 0 0 #F4F4F4; }
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
}
#custom-cta .cta-summary{ padding: 10px; }
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;  }



#testimonials {
    padding: 50px 0;
    background: #f4f4f4;
    float: left;
    overflow: visible;
}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 250px;  background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}

#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{ 
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}

#slider-testimonials > .testimonial .info{ font-size: 20px;  }


#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #1982d1;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #1982d1;
	border-color: #1982d1;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* Gravity Forms Section */
#main .gform_wrapper ul { margin: 0px; }
#main .gform_wrapper ul li { margin: 10px 0px; padding: 0px; list-style-image: none; list-style: none; }
#main .gfield_required { color: #ffffff; }

/*-- Gravity Error Section ----------------*/
#main .gform_wrapper div.validation_error {border-color:#D1AA2D;text-align: left;padding:10px 0;font-weight: 400;color:#ff3300;}
#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border:none;background:none;}
#main .gform_wrapper .validation_message {padding-top: 5px;font-weight: 400;color:#ff3300;}
#main .gform_confirmation_wrapper {border:1px solid #eeeeee;background:#eeeeee;padding:20px;border-top:4px solid #D1AA2D;margin-bottom: 20px;}


/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }


/* Custom bootstrap
-------------------------------------------------- */



.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}


.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}


/* ************** Start of Styling the STICKY NAVIGATION BAR - Primary Menu + Logo / HERO SECTION front page ************* */

.site-header {
    position: absolute;
    z-index: 999998;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}

.navbar-default {
    background-color: transparent!important;
}

.navbar .navbar-header, .navbar ul#menu-primary {
    height: 100px;
    background-color: #ebebeb;
}

.navbar li.menuoption a {
    color: #076093!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size: 14px !important;

}

.navbar-default .navbar-nav>.active>a {border-bottom: 8px double #5cbebd;
    color: #555;
    border-bottom: 8px double #5cbebd;
    padding-bottom: 0px;
    background-color: #ebebeb!important;

}

ul#menu-primary li a:hover, 
ul#menu-primary li a:focus {
	color: #5cbebd!important;
	/*font-size: 1.1em; */
	border: 0px !important;
}

.site-header.fixed-header ul#menu-primary li a:hover {border: 0px !important;}


.navbar-nav>li {
    margin-left: 20px;
}

/* Call today phone section */
.navbar li.site-phone a {
    color: #076093!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    padding-bottom: 3px;
}

.navbar li.site-phone a:hover {color: #5cbebd !important;}

.navbar li.site-phone a::before {
    content: "Call Today";
    display: block;
    color: black;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.navbar li.site-phone {
    margin-top: -120px;
    padding-bottom: 0px;
    background-color: #d7d7d7;
    left: 10px;
}

ul#menu-primary {
    padding-left: 50px;
    padding-right: 32px;
    padding-top: 5px;
}

/* Creating the raised section for call today */
ul.nav-user.nav.navbar-nav.navbar-right::before {
    background-color: #b7b7b7;
    position: absolute;
    width: 58px;
    height: 124px;
    -webkit-clip-path: polygon(68% 20%, 100% 0, 100% 71%, 68% 97%);
    clip-path: polygon(59% 18%, 100% 0, 100% 82%, 60% 98%);
    margin-top: -121px;
    margin-left: -25px;
}
.site-header.fixed-header ul.nav-user.nav.navbar-nav.navbar-right::before {
	display: none;
}
.single-post h1.banner-title {
	display: none !important;
}

/* *********** Sticky header styling - view when scroll **********/
.site-header.fixed-header {
    position: fixed;
    margin-top: 0px;
    z-index:9999999;
	background: #ebebeb;
 }   

.site-header.fixed-header .navbar .navbar-header a#logo img {
   width: 55%;
   height: 55%;
}

.site-header.fixed-header .navbar .navbar-header, 
.site-header.fixed-header .navbar ul#menu-primary {
    height: 58px;
    background-color: #ebebeb;
}

.site-header.fixed-header ul#menu-primary li a {
    padding: 3px 20px;
}

.site-header.fixed-header .navbar ul#menu-primary {margin-left: -7%;}

.site-header.fixed-header ul#menu-primary li a:hover, .site-header.fixed-header ul#menu-primary li a:focus {border-bottom: 8px double #5cbebd;}
.site-header.fixed-header .navbar-nav>.active>a {border-bottom: 8px double #5cbebd;}

/* Call today phone section */
/*.site-header.fixed-header .navbar li.site-phone a {*/
    /*font-weight: 500;*/
    /*font-size: 1.1em;*/
    /*padding-bottom: 2px;*/
/*}*/

.site-header.fixed-header .navbar li.site-phone {
	margin-top: -110px;
	padding-bottom: 0px;
	background-color: transparent;
	left: 10px;
 }


/*.site-header.fixed-header .navbar li.site-phone {*/
    /*margin-top: -39px;*/
    /*margin-left: 25px;*/
    /*left: 16px;*/
/*}*/

.site-header.fixed-header .navbar li.site-phone a::before {
  padding: 0px;
}


/* Creating the raised section for call today */
/*.site-header.fixed-header ul.nav-user.nav.navbar-nav.navbar-right::before {*/
    /*-webkit-clip-path: polygon(68% 20%, 100% 0, 100% 71%, 68% 97%);*/
    /*clip-path: polygon(59% 18%, 100% 0, 100% 82%, 60% 98%);*/
    /*margin-bottom: -21px;*/
    /*margin-left: -17px;*/
    /*margin-top: -61px;*/
      /*-moz-transform: scaleY(-1);*/
        /*-o-transform: scaleY(-1);*/
        /*-webkit-transform: scaleY(-1);*/
        /*transform: scaleY(-1);*/
        /*filter: FlipV;*/
        /*-ms-filter: "FlipV";*/
/*}*/

/* ************** Start of Styling the GRAVITY FORM - Get in touch with us / HERO SECTION front page ************* */

.gform_wrapper h3.gform_title {
    letter-spacing: normal!important;
    margin: 10px 0 6px;
    font-size: 2em;
    letter-spacing: normal!important;
    margin: 10px 0px 60px;
    font-family: 'Montserrat', sans-serif;
border-bottom: 2px solid;
    padding-bottom: 30px;
    z-index: 99999;
    overflow: visible;
}

.home .gform_wrapper h3.gform_title {
	color: #ffffff;
    letter-spacing: 1px !important;
    font-size: 32px !important;
    font-weight: 600;
    border-bottom: 4px solid rgba(122,191,190,.9);
    padding-bottom: 30px;
}

.gform_wrapper .gform_body {
     margin-top: 0px;
}
#gform_wrapper_1 {
    width: 42%;
    float: right;
    background: #5cbebd;
    padding: 30px;
    border-radius: 25px 25px 0px 0px; 
}

#main .gform_wrapper .gform_footer .gform_button {
    background-color: #076093;
    color: white;
    padding: 18px 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: 3px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-weight: 700;
    border: #076093;
    text-transform: none;
}


input#gform_submit_button_1 {
    padding-right: 0;
    margin-right: 0;
}

li#field_1_7 {
    width: 60%;
    float: left;
}
.gform_wrapper .gfield_checkbox li label {margin-top: -10px;}
.home .gform_footer.top_label {
    width: 65%;
    float: right;
    text-align: right;
    margin-top: -80px;
}


.ginput_container.ginput_container_checkbox {
    color: #ffffff;
}

input#choice_1_7_1 {
    margin-top: 0px;
}


/*************** Styling the CHECKBOX button on GET IN TOUCH form - hero setion ***************/

/* Hide the existing Gravity Forms check button */
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
visibility: hidden;
margin: 0;
width: 0!important;
}

.gform_wrapper input[type=checkbox] + label { font-size: 36px; }
input[type=checkbox] + label:hover { cursor: pointer; }
input[type=checkbox] + label:before, input[type=radio] + label:before {
font-size: 36px;
position: relative;
top: 0.3em;
margin-right: 0.2em;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
display: inline;
}

/* Replace with new check button that you can style */
input[type=checkbox] + label:before { content: '◻'; }
input[type=checkbox]:checked + label:before {content:"✓";}
input[type=checkbox]:checked + label:hover:before { filter: alpha(opacity=100); opacity: 1; }

.home .gform_wrapper h3.gform_title {
    color: #ffffff;
    letter-spacing: 1px !important;
    font-size: 32px !important;
    font-weight: 600;
    border-bottom: 4px solid rgba(122,191,190,.9);
    padding-bottom: 30px;
}

#main .gform_wrapper {
    margin-bottom: 0;
    z-index: 999999;
}

#contactform .form {
    position: relative;
    z-index: 9;
    right: 0;
    top: 0px;
}

#contactform .form.container {
	max-height: 650px;
	overflow: hidden;
	margin-top: -750px;
	z-index: 999999;
	padding: 0px;
	padding-bottom: 0;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	margin-bottom: 110px;
}
#contactform .form.container.active{
    height: 750px;
    max-height: 650px;
    overflow: scroll;
    margin-top: 58px;
    z-index: 9;
    overflow: hidden;
    margin-top: -650px;
    transition: all 1s ease; 
    -o-transition: all 1s ease; 
    -ms-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -webkit-transition: all 1s ease; 
}
#contactform {
	position: relative;
	z-index: 9;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    width: auto;
    font-size: 1.1em!important;
    max-width: 100%;
    font-family: Montserrat;
}


i.fa.fa-arrow-down {
    background: url(images/arrowup.png)50% 50% no-repeat;
    padding: 10px;
    font-size: 0;
    background-size: cover;
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    margin-top: 0;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-left: -50px;
    right: 35px;
    top: 35px;
    z-index: 99999;
    overflow: visible;
    opacity: 0.8;
	display: none;
}

i.fa.fa-arrow-down.active {
    background: url(images/arrowdown.png)50% 50% no-repeat;
    /*padding: 10px;*/
    font-size: 0;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-top: 0;
	opacity: 0.8;
}

i.fa.fa-arrow-down:hover, i.fa.fa-arrow-down:focus,
i.fa.fa-arrow-down.active:hover,  i.fa.fa-arrow-down.active:focus {
 	opacity: 1;
 	border: 4px solid #5cbebd;
 	cursor: pointer;
}

#content .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
}


/* ********** End of Styling the GRAVITY FORM - Get in touch with us / HERO SECTION / Front page ********** */

div.wpb_text_column.wpb_content_element p {
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
}


/* CSS Added to meet Jess's request of blue text aligning with box below -changed section to stretch only without content */
#postsrow .vc_column-inner {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

#home-welcome {
    overflow: visible;
    float: left;
    background-position: 50% 0% !important;
    margin-top: -111px;
}

#home-welcome .vc_col-sm-4 .vc_custom_1515985574647 {
    margin-right: 20% !important;
    padding-left: 17px;
    padding-bottom: 200px;
}

#home-welcome div#line-white hr {
    margin-top: 110px;
    background-color: #ffffff;
    height: 4px;
    width: 77px;
    margin-left: 0px;
}


#home-welcome .vc_col-sm-4 {
    width: 38%;
}

#home-welcome .vc_col-sm-8 {
    width: 62%;
}

#home-welcome .vc_col-sm-8 .wpb_text_column.wpb_content_element {
    padding: 50px 50px 0px 150px;
}

#home-welcome hr.shortline {
    background-color: #5cbebd !important;
    height: 4px;
    width: 77px;
    margin: 0;
    padding: 0px;
}


h4#getstarted,
h4#getstarted a, 
h4#getstarted a:visited 
 {
    color: #5cbebd;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Montserrat;
    padding-top: 12px;
    padding-bottom: 8px;
}


h4#getstarted a:hover, h4#getstarted a:focus {
    font-size: 21px;
}

h3.headerwelcome {
    color: #5cbebd;
    font-weight: 600;
    padding: 12px 12px 50px 0px;
    letter-spacing: 2px;
    margin-left: -15px;
    padding-right: 78px;
    font-size: 2.2em;
    line-height: 1.3;
}

h4.headerstyling {
    white-space: unset;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: rgb(7, 96, 147);
    letter-spacing: 2px;
    font-family: Montserrat;
    text-transform: uppercase;
    padding-bottom: 40px;
}


p.maintext, span#wecomein {color: #ffffff; text-align: left; margin-left: -15px;}

p.maintext {
    font-size: 1.1em;
    line-height: 1.4em;
}

span#wecomein {font-weight: 600; padding-top: 20px;}


/* ************ Front Page - 3rd section - testimonial slider styling ********** */


/* Left module - slider 2/3 screen */
div#imagetestimonial {
    z-index: 999;
    overflow: visible;
    float: left;
    margin-bottom: 0px;
    position: relative;
}

div#imagetestimonial img {
    y-index: -1;
}


/* Right image 1/3 screen */
div#imggrouptestimonial {
    width: 30%;
    position: absolute;
    float: right;
    right: 0;
    bottom: 137px;
    /*background: url(images/bizmeetingback.png)0% 0% no-repeat;*/
    background-size: cover;
    margin-top: 191px;
    min-height: 400px;
}

/* Right image 1/3 screen - continued */
#imggrouptestimonial .wpb_single_image img {
    right: 0px;
    float: right;
    margin: 0px !important;
    padding: 0px !important;
}

/* Container of slider text */
#testimonials .vc_col-sm-12 {
	width: 55%;
    background-color: #ffffff;
    padding: 25px 8px 0px 15px;
    float: left;
    position: relative;
    z-index: 9999;
    min-height: 220px;
    margin-bottom: 0px;
}

#testimonials .vc_col-sm-12 .wpb_content_element p {
    font-size: 1.2em;
    line-height: 1.4em;
}

#testimonials .vc_col-sm-12 .wpb_content_element p:nth-child(1) {
    padding: 1em 0;
}

#testimonials #carousel-anything-1 {
    float: left;
    margin-top: -180px !important;
    z-index: 999999;
    left: 20%;
    margin-bottom: 50px;
}

div#testimonials .wpb_column.vc_column_container.vc_col-sm-10 {
    margin-top: -200px;
    z-index: 9999;
}

/* Styling the clickable controls */
#testimonials .owl-ca-controls.clickable {
    position: relative;
    margin-top: -150px;
    margin-left: 44%;
}


/* Styling clickable controls - adding hollow white circles */
div#testimonials  #carousel-anything-1.owl-ca-theme .owl-ca-controls .owl-ca-page span {
	background-color: transparent;!important;
    border: 3px solid #FFFFFF;
    width: 15px;
    height: 15px;
    border-radius: 20px;
 }

div#testimonials #carousel-anything-1.owl-ca-theme .owl-ca-controls .owl-ca-page.active span {
    opacity: 1;
    background: #FFFFFF!important;
}

#locations-section #carousel-anything-1.owl-ca-theme .owl-ca-controls .owl-ca-page span {
	background: transparent !important;
}

/* Quotation marks before and after text -added 2 image moduldes */
/* Adjust paragraph area margins and float */
#testimonials .wpb_text_column.wpb_content_element {
    float: left;
    padding-left: 30px;
    padding-right: 15px;
    margin-top: -48px;
}

.icon-left img.vc_single_image-img.attachment-full {
    margin-left: -2px;
}

.icon-right img.vc_single_image-img.attachment-full {
    margin-top: -60px;
}

/* Testimonial name and title */
span.testnametitle {
    color: #076093;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

/* **************4th section/front page / Financial challenge *********** */


section#financial {padding-top: 0px;}

/* Left 2/3 section of text and steps + images */
#financial #stepsonetofour {
    width: 65%;
    float: left;
    overflow: visible;
    z-index: 0;
}

/* Header teal- circumstances */
h3.headerfinancial {
    color: #5cbebd;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    margin-top: 120px;
    font-size: 2.5em;
}


/* Image settings - Right image 1/3 screen - computer image  */
div#imgcompmob {
    position: absolute;
    float: right;
    right: 0;
    background: url(images/compmob.png) 50% 50% no-repeat;
    background-size: cover;
    background-position: left;
    height: 580px;
    width: 42%;
    overflow: visible;
    z-index: 9999;
}


#stepsonetofour table, #stepsonetofour table tr, #stepsonetofour table td {
    padding: 3px;
    text-align: justify;
    vertical-align: middle;
    width: 10px;
}

/* table settings for 4 steps */
#stepsonetofour table tr {
    height: 80px;
    width: 100%;
}


#financial span#watchvid {
    color: white;
}


/* ************* Video Row ***************** */

/* Removes all margins. Left container now far left. Middle background image now allows 
overlapping of the row  with the visility */ 
div#home-video {
    float: left;
    width: 100%;
    overflow: visible;
    background-position: 0% 100% !important;
}

#financial span#watchvid {
    color: white;
}

section#financial,
#financial .vc_column_container>.vc_column-inner
 {padding: 0px;}


section#financial #home-video.vc_custom_1513126307435 {
    padding: 200px 0px!important;
}

div#manwritingpen {
    margin-top: 126px;
}

/* ********************** News / Posts Row ************************** */
div#postsrow {
    margin-left: -60px;
}


#postsrow .vc_custom_1513131274936 {
    margin-bottom: 17px !important;
}


div#postsrow h4.headernews {
    margin-top: 70px;
}

h4.headernews {
    white-space: nowrap;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(7, 96, 147);
    letter-spacing: 2px;
    font-family: Montserrat;
    text-transform: uppercase;
}

h3.headerlatest {
    color: #5cbebd;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 2.5em;
    padding-bottom: 0.7em;
}


/* Post buttons - Read more */
#postsrow a.post-readmore, #blog-row a.post-readmore {
    color: #5CBEBF !important;
    letter-spacing: 1px;
    font-family: Montserrat;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 1.9em;
    font-weight: 500;
    font-size: 1.1em;
}

/* Insert line after the text */
#postsrow  a.post-readmore::after, #blog-row a.post-readmore::after {
    color: #5cbebd;
    content: ' ';
    display: block;
    border-bottom: 4px solid #5cbebd;
    width: 18%;
    padding-top: 8px;
}

/* Hide existing READ MORE buttons */
#postsrow  .vc_btn1.vc_btn1-color-juicy-pink, .vc_btn1.vc_btn1-color-juicy-pink.vc_btn1-style-flat, 
#postsrow  .vc_btn3.vc_btn2-color-juicy-pink, .vc_btn2.vc_btn2-color-juicy-pink.vc_btn2-style-flat, 
#postsrow  .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    visibility: hidden;
    margin: 0; 
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  padding: 0 !important;
  border: none !important;
}

/* Change post headings */
#postsrow  .vc_grid h4, #blog-row .vc_grid h4 {
    color: #076093;
    font-family: Montserrat;
    padding-top: 6px;
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: .6px;
}


#postsrow .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_author,
#postsrow .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date,
#blog-row .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_author,
#blog-row .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date
 {
    color: #076093;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: .6px;
}

/*Reduce height of image area from 220px to 0px in each blog on front page */
#postsrow .vc_gitem-animated-block, #blog-row .vc_gitem-animated-block {height: 0px!important;}

/* Due to margins between post containers - remove to align right */
#postsrow  .vc_grid-container, #blog-row .vc_grid-container{
    margin-right: -35px;
}

#postsrow .vc_custom_1515999094724 {padding-top: 10px !important;}

#blog-row .vc_custom_1419240516480 .vc_gitem_row:nth-child(2) .vc_col-sm-6 {
    height: 20px;
    padding-top: 0px;
}

.vc_custom_1515999365446 {
    margin-top: -20px !important;
}

.vc_custom_1515997317242
 {padding-bottom: 0px !important;}

#postsrow .wpb_content_element {margin-bottom: 0px!important;}

#postsrow .vc_col-sm-6 {
    padding: 0px!important;
    margin: 10px -10px 0px 10px!important;
    height: 20px;
}

/* Amend settings for all showing posts - indiviudal settings */
#postsrow  .vc_grid-item-mini {
    border: 1.5px solid #efefef;
    background-color: #ffffff !important;
    padding: 1.3em;
    min-height: 550px;
    max-height: 550px;
}

/* Amend settings for all text divs inside each posts - indiviudal settings */
#postsrow .vc_gitem-zone, #blog-row .vc_gitem-zone  {
    background-color: #ffffff!important;
}

/* Set container height of images inside each post */
#postsrow .vc_gitem-animated-block, #blog-row .vc_gitem-animated-block {
    height: 220px;
}


#postsrow .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_author,
#blog-row .vc_gitem-post-data-source-post_author 
{
    min-height: 15px !important;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #076093;
    margin-right: 10px;
}

#postsrow .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date,
#blog-row .vc_gitem-post-data-source-post_date
 {
    min-height: 25px !important;
    float: left;
}

/* Set images positioning inside each container in each post */
#postsrow .vc_gitem-zone, #blog-row .vc_gitem-zone {
    background-position: initial;
    background-size: 100% 69%!important;
}

/* Hover effect over boxes */

/* **********Our Blog Page - extra styling - Sidebar Bar ********/ 
div#blog-row div#blogpage-sidebarcontent aside ul li a {
    color: #076093 !important;
    font-family: Montserrat;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: .6px;
}

div#blog-row div#blogpage-sidebarcontent aside h3 {
    color: #5CBEBF !important;
    letter-spacing: 1px;
    font-family: Montserrat;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 1.9em;
    font-weight: 500;
    font-size: 1.5em;
}

div#blog-row .vc_grid-item-mini {
    border: 1px solid #efefef;
    background-color: #ffffff !important;
    padding: 1.3em;
    min-height: 600px;
    height: auto;
}

div#blog-row div#blogpage-sidebarcontent aside h3::after {
    color: #5cbebd;
    content: ' ';
    display: block;
    border-bottom: 4px solid #5cbebd;
    width: 18%;
    padding-top: 0px;
}

div#blog-row div#blogpage-sidebarcontent aside ul {
    margin-top: 14px;
}

div#blog-row div#blogpage-sidebarcontent aside#recent-posts-2 li {
    margin-top: 10px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

div#blog-row .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
    text-align: left;
	line-height: 20px;
}

/*div#blog-row div#blogpage-sidebarcontent aside#recent-posts-2 li::before {*/
    /*content: '---';*/
/*}*/

div#blogpage-sidebarcontent {
    margin-top: -5px;
}


div#blog-row .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    min-height: 65px;
    height: auto;

}

div#blog-row {
    padding-bottom: 0px!important;
    margin-bottom: -25px!important;
}

div#blog-row .vc_column_container.vc_col-sm-8 .vc_column-inner {padding-top: 0px;}

div#blog-row .vc_grid.vc_row.vc_grid-gutter-35px {    margin-bottom: -60px;  }

/* ************* Individual Posts - template page styled per post ******** */
div#content h1.banner-title {
    color: white;
    letter-spacing: 1px;
    font-family: Montserrat;
    margin: 0;
    background-color: #076093;
    opacity: .7;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.7em;
    padding: 20px 0px;
}

div#content div.entry-content h1.entry-title {
    color: #076093;
    font-size: 1.6em;
    letter-spacing: -0.6px;
    font-family: Montserrat;
    margin: 2em 0em;
}

div#content div.entry-content h1.entry-title::after {
    content: ' ';
    display: block;
    border-bottom: 4px solid #5cbebd;
    width: 28%;
    padding-top: 1em;
}

div#content div.entry-content {
    margin-bottom: 3em;
}

div#content div.entry-content p {
    font-family: Montserrat;
    text-align: justify;
    line-height: 1.8em;

}

/* ***************** Styling the footer - bottom bar ************************* */

/* Override container colours and text */
.site-footer .footer-content {
    background: #0c293a!important;
    color: #ffffff!important;
}

.site-footer .logo-footer {
    margin-left: -10px;
	width: 250px;
}

/* 1st quarter - text of footer */
div#text-2 {
    height: 100%;
    width: 24%;
    padding-top: 1.2em;
    position: relative;
    float: left;
}

span#footer-readmore {
    color: #5CBEBF !important;
    letter-spacing: 1px;
    font-family: Montserrat;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 1.3em;
    font-weight: 500;
    font-size: 1em;
}


/* 2nd quarter - navigation */
div#nav_menu-2 {
    float: left;
    width: 24%;
    padding-left: 4%;
    line-height: 2em;
    margin-top: -19px;
}

div#nav_menu-2::before {
	content: "Navigation";
    color: #5CBEBF !important;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
}


div#nav_menu-2 .menu-primary-container,
.footer-content div#recent-posts-3 ul {margin-top: 20px;}

.site-footer #text-3 .textwidget {margin-top: 24px!important;}

div#text-2 {padding-top: 35px;}

span#footer-readmore {margin-top: 35px;}


li.menuoption a {
    color: #ffffff!important;
	border-bottom: 2px solid transparent;
}

footer .site-footer ul#menu-primary-1 a {
    color: #ffffff!important;
    font-weight: 400;
}

footer .site-footer ul#menu-primary-1 a:visited {
    color: #507987!important;
    font-weight: 600;
 }


footer .site-footer ul#menu-primary-1 a:hover{
    color: white;
    font-weight: 400;
    background-color: rgba(12,41,58,.2);
    border: 1px inset #ffffff;
}

/* Sell All */
.footer-content #text-4 a#sell-all, .footer-content #text-4 a#sell-all:visited {
    color: #5bbdbb;
    font-family: Montserrat;
    font-size: 1em;
    font-weight: 600;
}

.footer-content div#text-4 {
    float: left;
    margin-top: 50px;
    position: absolute;
    left: 50.8%;
    top: 252px;
}


/* 3rd quarter - blog area ******* */
/* Remove default - Recent posts */
.footer-content h3.widget-title {
    color: #636363;
    font-size: 0px;
    line-height: 0em;
    margin-bottom: 0px;
    visibility: hidden;
}


.footer-content div#recent-posts-3 {
    float: left;
    width: 28%;
    padding-left: 3%;
    line-height: 1.5em;
    margin-top: -16px;
}

.footer-content div#recent-posts-3::before {
    color: #5CBEBF !important;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    content: "news";
 }

#footer-sidebar #recent-posts-3 ul li a {
    color: white!important;
	padding-bottom: 10px!important;
	border-bottom: 2px solid transparent;
}

#footer-sidebar #recent-posts-3 ul li {
    line-height: 2em;
}



/* ************ 4th quarter - contact details */
.footer-content div#text-3 {
    float: left;
    width: 24%;
    line-height: 1em;
    margin-top: -16px;
    padding-left: 9%;
}

.footer-content div#text-3::before {
    color: #5CBEBF !important;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    content: "contact";
 }

a.post-readmore:hover, a.post-readmore:focus  {
    color: #076093!important;
}

#postsrow .vc_col-sm-12 .vc_custom_heading {
    min-height: 60px;
    height: auto;
}


#footer-sidebar #recent-posts-3 ul li {
    line-height: 2em;
    white-space: nowrap;
    text-overflow: ellipsis!important;
    overflow: hidden;
}

.site-footer .textwidget p, .site-footer .textwidget #phoneemail {line-height: 1.5em;}

a#addymaps, a#addymaps:visited {
    color: #ffffff!important;
    border-bottom: 1.5px solid #5CBEBF;
}

#footer-sidebar #recent-posts-3 ul li:hover, #footer-sidebar #recent-posts-3 ul li:focus {
    border-bottom: 1.5px solid #5CBEBF;
}

div.footer-content ul#menu-primary-1 li a:hover, ul#menu-primary-1 li a:focus {
    border-bottom: 1.5px solid #5CBEBF;
}

span#footer-readmore:hover, span#footer-readmore:focus {
    font-size: 1.3em;
 }

/* Social media container */

/* ************ 4th quarter - contact details */
.footer-content div#pwd_socials_widget-2 {
    display: block;
    float: left;
    width: 24%;
 
}

.site-footer #pwd_socials_widget-2 .socials li a {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 15px;
    color: #0c293a;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 29px;
    margin-right: 8px;
    opacity: 0.8;
    text-align: center;
    width: 30px;
    padding-right: .3em;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.site-footer #pwd_socials_widget-2 .socials li a:hover {
    opacity: .9;
	background: #5bbdbb;
}


.footer-content div#pwd_socials_widget-2 {
    position: absolute;
    margin-top: 160px;
}


/* ********************** Footer with Copyright styling ******** */

.site-footer .footer-info {
    background: #0c293a;
    border-top: 1px solid #3d5461!important;
}


.site-footer .col-md-12 span.footer-space {padding-left: 3px;}

.site-footer .col-md-12 span.footer-emphasis,
.site-footer .col-md-12 span.footer-emphasis a
 {
    color: #ffffff!important;
}


/* ********* ABOUT PAGE - Who We ARe ************** */

div#about-hero-text h1 {
    font-size: 40px;
    color: white;
    padding-top: 40px;
}

/* Stretch image over container */
div.entry-content .vc_custom_1513238716888 {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Second section - ABOUT PAGE */
#about-us-2ndsection h4 {
	font-size: 1.3em;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: Montserrat;
    text-transform: uppercase;
}


/* Header teal */
h4#about-mainheader {
	color: #5cbebd;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	margin-top: 1em;
	font-size: 28px;
	width: 75%;
	line-height: 35px;
}

h4#about-mainheader::after { 
   content: ' '; 
    display: block; 
    border-bottom: 4px solid #ffffff; 
    width: 90px; 
    padding-top: .7em; 
} 

.about-text-col-section {
    color: white;
    line-height: 1.5em;
    padding-right: 1.8em;
}

/* Third section - ABOUT PAGE */
/* ***** Slider Carousel plug in for Steps 1-3 **** */

h4#number-two  {color: #5cbebd;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    margin-top: 180px;
    font-size: 3.5em;
    text-align: right;
}

p#third-sectiontext {
    color: #313131;
    line-height: 1.5em;
    text-align: right; 
}

/* Make visible overlap of sections */
div#row-steptwo {
    overflow: visible;
}

/* Move whole slider section up */
#row-steptwo .vc_column-inner {
    margin-top: -80px;
}


div#row-steptwo #carousel-anything-1 {
    margin-top: 40px;
}

/*div#row-steptwo .vc_col-sm-8 {*/
    /*background-size: cover;*/
    /*overflow: visible;*/
    /*z-index: 99999;*/
/*}*/

/* Styling clickable controls - adding hollow circles */
div#row-steptwo #carousel-anything-1.owl-ca-theme .owl-ca-controls .owl-ca-page span {
	background: #FFFFFF!important;
    border: 2px solid #5cbebd;
 }

div#row-steptwo #carousel-anything-1.owl-ca-theme .owl-ca-controls .owl-ca-page.active span {
    opacity: 1;
    background: #5cbebd!important;
}

div#row-steptwo .owl-ca-theme .owl-ca-controls {
	margin-left: 35%;
	margin-top: -30px;
	float: right;
	padding-right: 20px;
}

/* ********* Meet the Directors section ********* */
/* Second section - ABOUT PAGE */

/* Header - Get to Know Us*/

#directors h4#get-to-know, h1.director-name , h2.director-title {
    color: #076093;
     font-family: Montserrat;
    text-transform: uppercase;
}


#directors h4#get-to-know {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2px;
}

#directors .vc_col-sm-12 .wpb_content_element:nth-child(1) {
    padding-top: 25px!important;
}

#directors .vc_col-sm-12 .wpb_content_element:nth-child(2) {
    margin-top: -15px!important;
}

/* Header - The Directors */
h4#about-directors {
    color: #5cbebd;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 2.7em;
    width: 75%;
    font-family: Montserrat;
}

/* Each Directors name*/
h1.director-name {
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 3px;
    padding-bottom: 0.2em;
}

/* Directors Title | Position */
h2.director-title {
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 3px;
}

/* Paragraph text for directors */
div.director-text p.director-text {
    color: #313131;
    line-height: 1.5em;
}

/* Shortern section height per Director */
#directors .vc_col-sm-12 {
    margin-bottom: -200px;
}

/* Image Sue overlap */
#directors {
    overflow: visible;
}

/* Directors section height - Sue */
#directors .vc_col-sm-8 {
    padding-bottom: 310px;
}

#craig-section {
    margin-top: -60px;
    margin-bottom: -10px;
}

#craig-section .vc_col-sm-8 .vc_column-inner {
    /* padding-top: 0px; */
    margin-top: -40px;
}

/* Image Craig overlap */ 
#craig-section .image-director img {
    margin-top: -140px;
}

.image-director img {
    height: 480px;
    width: 95%;
}


/* *************** WHAT WE DO - SECTION ********************* */
#workforyou-section .vc_col-sm-8.vc_col-has-fill {
    border: 2px solid #cccccc;
}

#workforyou-section div.workforyou-header h4, div#financial-team  div.workforyou-header h4, div#sticking-expertise .workforyou-header h4 {
    color: #5cbebd;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 24px;
    font-family: Montserrat;
}

#workforyou-section div.workforyou-subheader h4 {
    color: #076093;
    font-family: Montserrat;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
}

#workforyou-section {
    margin: 60px 12px 30px 0px;
    position: relative;
    height: 480px;
}

#workforyou-section .vc_column-inner, div#financial-team .vc_col-sm-8 .vc_column-inner, div#sticking-expertise  .vc_col-sm-8 .vc_column-inner   {
    border: 2px solid #cccccc;
}

#workforyou-section table td {color: white;}

#workforyou-section table td:nth-child(2) {vertical-align: middle; padding-top: 1.1em; padding-left: 17px;}

.workforyou-text p.  {
    color: #313131;
    line-height: 1.5em;
    font-weight: 400;
}

/* **** Part of your Financial Team Section - WHAT WE DO page ********* */
#financial-team {
    position: relative;
    min-height: 380px;
    height: auto;
}

#financial-team .vc_col-sm-4 .vc_column-inner.vc_custom_1513574710037 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    height: 100%;  
}

#workforyou-section .vc_custom_1513569468296 table {width: 245px!important;}
#sticking-expertise {
    margin: 30px 0px;
    position: relative;
}

/* **** Sticking to our Expertise section - WHAT WE DO page ********* */
div#sticking-expertise .vc_col-sm-4 .vc_column-inner.vc_custom_1513574710037{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    height: 100%;  
}

/* ************* Contact Us - page ****************** */

/* Header - Get in touch with us */
#getintouch h1 {
    color: #5cbebd;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 2.5em;
}

#contactform-section .vc_column-inner {
    padding-left: 0px!important;
    width: 100%;
}

#contactform-section .vc_col-sm-4 {
    padding-right: 2vw;
}

#contactform-section .contact-phonenum h4 {
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #076093;
    font-family: Montserrat;
}
#contactform-section .vc_col-sm-4 a:hover, #contactform-section .vc_col-sm-4 a:focus {
	color:#5cbebd;
}

.contact-text p  {
    color: #313131;
    line-height: 1.5em;
    font-weight: 400;
}

/* Revolution Slider - Rotating Clickable buttons */
div#home-slider .tp-bullets.hesperiden.horizontal.nav-pos-hor-left.nav-pos-ver-bottom.nav-dir-horizontal {
    top: 93%!important;
    left: 2vw!important;
}

section#home-slider .hesperiden .tp-bullet:hover, 
section#home-slider .hesperiden .tp-bullet.selected {
    background: white!important;
}

section#home-slider .hesperiden .tp-bullet {
    background: transparent!important;
    border: 3px solid white!important;
}

/* Amending Gravity Form layout for the contact page */
/* Note - same form as the HOME page but just styled slightly differently */

#contactform-section #gform_wrapper_1 {
    width: 100%;
    background: #5cbebd;
    padding: 30px 30px 20px;
    border-radius: 0;
    margin-top: 70px;
}

#contactform-section li#field_1_1 {
    position: relative;
    width: 50%;
	float: left;
}
#contactform-section li#field_1_2 {
    width: 42%;
    position: absolute;
    float: right;
    right: 45px;
}

#contactform-section .gform_footer.top_label {
	position: absolute;
	float: right;
	width: 91%;
}
input#gform_submit_button_1 {
	float: right;
	right: 75px;
}

#locations-section span.city-name {
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #076093;
    font-family: Montserrat;
    margin-right: 0px!important;
    margin-left: 0px!important;
}

#locations-section span.city-name::active {
    font-size: 1.4em;
    font-weight: 800;
}    

/* ********* Styling the map slider - clickable text ********* */
#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page:nth-child(1)::before {
	content: ' SYDNEY |';
	margin-right: 0px!important;
    margin-left: 0px!important;
}

#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page:nth-child(2)::before {
    content: ' MELBOURNE |';
	margin-right: 0px!important;
    margin-left: 0px!important;
}

#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page:nth-child(3)::before {
    content: ' BRISBANE |';
	margin-right: 0px!important;
    margin-left: 0px!important;
}

#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page:nth-child(4)::before {
    content: ' PERTH ';
	margin-right: 0px!important;
    margin-left: 0px!important;
}

#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page:nth-child(1)::before,
#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page:nth-child(2)::before,
#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page:nth-child(3)::before,
#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page:nth-child(4)::before {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0px;
    color: #076093;
    font-family: Montserrat;
	margin-right: 0px!important;
    margin-left: 0px!important;
    padding: 0px 3px;
}

#locations-section .owl-ca-theme .owl-ca-controls .owl-ca-page span {
    width: auto;
    height: 19pt;
    margin: 5px 2px;
    background: none;
    border-radius: 0px;
}

#locations-section #carousel-anything-1.owl-ca-theme .owl-ca-controls .owl-ca-page.active {
    font-weight: 700;
    font-size: 1.3em;
}
#locations-section #carousel-anything-1.owl-ca-theme .owl-ca-controls .owl-ca-page.active::before {
	color: #5bbebd;
}

#locations-section #carousel-anything-1.owl-ca-theme .owl-ca-controls .owl-ca-page.active span {
    background: transparent;
}

#locations-section .owl-ca-theme .owl-ca-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: -40px;
    left: 15px;
}

/* Make visible overflow map and navigation */
#locations-section {
	overflow: visible;
}
#locations-section div#carousel-anything-1 {
    margin-top: -70px;
    z-index: 99999;
}
#locations-section .contact-locations {
    background-color: #076093;
    position: absolute;
    float: right;
    right: 0px;
    padding: 30px 150px 40px 50px;
    width: 90%;
    margin-top: 120px;
	min-height: 250px;
}

#locations-section div.contact-locations p {
    color: white;
    line-height: 1.9em;
    font-family: Montserrat;
}

#locations-section div.contact-locations h4 {
    line-height: 1.9em;
    font-family: Montserrat;
    color: #5cbebd;
    font-weight: 600;
    font-size: 2em;
}

/* Make visible the maps */
#map_canvas_melbourne {
    position: relative;
    min-height: 350px;
}

#map_canvas_brisbane {
    position: relative;
    min-height: 350px;
}

#map_canvas_perth {
    position: relative;
    min-height: 350px;
}

#map_canvas_sydney {
    position: relative;
    min-height: 350px;
}

/* ***************** Testimonials Page ********************** */
.testimonials-class .vc_column-inner {
    margin-top: 0px!important;
}
.vc_custom_1516061325765 {
    margin-top: -15px;
    padding-bottom: 0px!important;
}
div.testimonialspage-slider h4#number-two {
    color: #5cbebd;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 3.5em;
    text-align: right;
}

h4.testimonial-personinfo {
    color: #076093;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.8em;
}

h4.testimonial-personinfo span {
	margin-top: 10px;
    color: #5cbebd;
    font-size: 1.3em;
    padding-bottom: 4px;
    border-bottom: 4px solid #076093;
}

/************** All pages except Home page have top white margin - hence removing all pages  *********/
.site-main {
    margin-top: -18px;
}

/* Remove the article section directly above the footer banner */
article#post-354 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tp-caption.monst.tp-resizeme {
	font-size: 40px !important;
	line-height: 40px !important;
}
