/*
Theme Name: Focus Consulting
Theme URI: http://www.digitalmonopoly.com.au/
Author: Digital Monopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Focus Consulting
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: 'Barlow', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1{ font-size: 28px; font-family: 'Barlow Condensed', sans-serif;  }
h2{ font-size: 24px; font-family: 'Barlow Condensed', sans-serif;  }  
h3{ font-size: 22px; font-family: 'Barlow Condensed', sans-serif;  }
h4{ font-size: 20px; font-family: 'Barlow Condensed', sans-serif;  }
h5{ font-size: 18px; font-family: 'Barlow Condensed', sans-serif;  }
h6{ font-size: 16px; font-family: 'Barlow Condensed', sans-serif;  }

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: #D1AA2D;
	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;position: relative;}
.container{width: 1210px; margin:0 auto;}
#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;}

.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:left; float:left; }



.page .entry-header{  }
.page .entry-header .entry-title{}

.home .front-content{ margin-bottom:30px; }
.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 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: none;}
#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:#202020;}
#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: #d1aa2d; }
#main .gform_wrapper .gform_footer {}
#main .gform_wrapper .gform_footer .gform_button {background-color:#ec582d;color:#ffffff;padding:18px 50px;font-family: 'Barlow 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;}

/*-- 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:none;background:none;padding:20px;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%;
	margin-top: -80px;
}


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

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


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

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

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.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;
}
.site-header .navbar-default .navbar-nav > li > a:hover,
.site-header .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.site-header .navbar-default .navbar-nav > .active > a,
.site-header .navbar-default .navbar-nav > .active > a:hover,
.site-header .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.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-default .navbar-toggle .icon-bar {background-color: #ffffff;}
.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;
}


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



#menu-primary .dropdown-menu {
	background-clip: padding-box;
	background-color: #ff6600;
	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: 20px;
	list-style: none outside none;
	margin: 0px 0 0;
	min-width: 180px;
	padding: 0px 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 0 1.2em;
	padding: 0 0 1.2em;
	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;
}

.page-header{ margin-bottom:20px; }

.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:0 0 1.2em; }
#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:196px; }
#searchsubmit {}

/* 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:850px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 50%; font-size: 0; margin: 0 auto; padding:0px; left: 220px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-pager .bx-pager-item {display: block;}
#sliderarea .bx-wrapper .bx-pager.bx-default-pager a {margin:5px 0 5px 0;background:#999999;}
#sliderarea .bx-wrapper .bx-pager.bx-default-pager a:hover, #sliderarea .bx-wrapper .bx-pager.bx-default-pager a.active {background:#ffffff;}
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:850px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:850px; 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;}
#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: #d1aa2d; }

/*-- Gravity Error Section ----------------*/
#main .gform_wrapper div.validation_error {border-color:#D1AA2D;text-align: left;padding:10px 0;font-weight: 400;}
#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;}

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





/* ******************************** Custom Styling - CSS added in by Clare **************************************** */

/* Navigation Menu | Homepage */


.navbar a#logo img {
    display: none;
}

.navbar {
    position: absolute;
    float: right;
    right: 0;
}

ul.nav-user.nav.navbar-nav.navbar-right {
    display: none;
    position: absolute;
}

ul#menu-primary li a {
    color: #ffffff;
    letter-spacing: 3px;
    margin-left: 20px;
    text-transform: uppercase;
}
ul#menu-primary li a:hover {color:#F26622;}
ul#menu-primary li.active a {color:#F26622;}

.site-header.fixed-header ul#menu-primary li.active a {color:#252525;}
.site-header.fixed-header ul#menu-primary li a:hover {color:#656565;}
.site-header.fixed-header ul#menu-primary li.active a:hover {color:#656565;}

ul#menu-primary .dropdown-menu li {position: relative;}
ul#menu-primary .dropdown-menu li a {margin-left: 0;padding:8px 20px;color:#ffffff;}
ul#menu-primary .dropdown-menu li a:hover {color:#F26622;}
.site-header.fixed-header ul#menu-primary li.active .dropdown-menu li a {color:#ffffff;}
.site-header.fixed-header ul#menu-primary li.active .dropdown-menu li a:hover {color:#F26622;}
ul#menu-primary .dropdown-menu ul {left:100%;top:0;}

/*Collapsed menu */
.navbar-default .navbar-collapse {
    max-height: inherit;
    padding-bottom: 25px;
}
.navbar-default .navbar-collapse .navbar-nav {float:right;margin-right: 40px;}

.navbar-default .navbar-collapse .nav>li {
    position: relative;
    display: block;
    height: 40px;
}

.navbar-default .navbar-collapse .nav>li a {
    line-height: 1.3em!important;
}

/* Sticky Navigation */ 

 
.site-header.fixed-header {
    min-height: 100px;
    -webkit-animation: moveDown .5s;
    position: fixed;
    z-index: 1000;
    width: 100%;
} 


.site-header.fixed-header ul#menu-primary  {
    background-color: #ff6600;
     opacity: 0.85;
    border-radius: 30px;
    border: 0;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 2px;
    padding: 0px 30px 20px 30px;
}
 
 .site-header.fixed-header .navbar-nav > li > a {
    line-height: 0px;
    padding: 20px 10px;
}

*/
.navbar-nav > li > a:hover, 
.fixed-header .navbar-nav > li > a:hover 
{font-size: 1.3em; font-weight: 500; letter-spacing: 1px;} 


.fixed-header .navbar-header {
    position: fixed!important;
    z-index: 1001; 
	margin-top: 0;
	position: absolute;
}


.fixed-header button.navbar-toggle.collapsed {
    border-color: #ffffff;
    background-color: #fc5b23;
    opacity: .7;
    position: fixed!important;
    z-index: 1002; 
	margin-top: 0;
	position: absolute;
}

/* Hero Slider */

div#custom-slideshows .slide {
    background-size: cover!important;
    background-repeat: no-repeat;
}

div#custom-slideshows .container {
    margin-top: 250px;
    right: 0;
    text-align: right;
    width: 800px;
    margin-right: 20%;
}

div#custom-slideshows .container img {
    width: 56%;
    right: 0;
    float: right;
    margin-bottom: 20px;
}


div#custom-slideshows .container h1 {
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0px 0px 40px 0px;
    font-size: 5em;
    color: #ffffff;
    font-weight: 100!important;
}

div#custom-slideshows .container p {
    font-size: 1.2em;
    letter-spacing: 1.5px;
    color: #ffffff;
    font-family: barlow;
}

button.ctc-hero-btn, a.ctc-hero-btn {
    background-color: #ff6600;
    border-radius: 30px;
    border: 0;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 2px;
    padding: 8px 10px 8px 15px;
    transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-webkit-transition: all 0.4s ease;
}
#content .ctc-hero-btn.about-contactus-btn {left:50%;position: relative;margin-left: 20px;}
#content .ctc-hero-btn .vc_btn3 {
    background-color: #ff6600;
    background-image:none;
    border-radius: 30px;
    border: 0;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 2px;
    padding-top:8px;padding-bottom: 8px;padding-left: 15px;
    transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-webkit-transition: all 0.4s ease;
}
#content .ctc-hero-btn .fa-long-arrow-right {
    padding-left: 25px;
}
#content .ctc-hero-btn .vc_btn3:hover,
#content .ctc-hero-btn .vc_btn3:active {
    color: #ff6600 !important;
    background-color: #ffffff !important;
    border: 1px solid #ff6600 !important;
    font-size: 1em;
    font-weight: 500;
}

button.ctc-hero-btn .fa-long-arrow-right {
    padding-left: 25px;
}


button.ctc-hero-btn:hover, a.ctc-hero-btn:hover,
a.ctc-hero-btn:active,
button.ctc-hero-btn:active {
    color: #ff6600;
    background-color: #ffffff;
    border: 1px solid #ff6600;
    font-size: 1em;
    font-weight: 500;
}

.site-copyright .pwd-footer-link {float: none;vertical-align: top;}

/* Hero Slider - Left side overlap */

section#black-container {
    width: 200px!important;
    height: 850px;
    background-color: #252525;
    position: absolute;
    margin-top: -850px;
    z-index: 99;
}



section#black-container div.left-logo {
    margin: 25px;
}

section#black-container .elect-side-header {
    margin: 0 auto!important;
    height: 50px;
    width: 100%;
    float: left;
}

section#black-container .elect-side-header h1 {
    font-size: 1.7em;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    float: left;
    width: 100%;
    min-width: 400px;
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); 
    top: 0;
    position: absolute;
    top: 420px;
    left: -104px;
    text-align: left;
}


section#black-container div.email-icon-hero,
section#black-container .linkedin-icon-hero {
    text-align: center;
    position: absolute;
    width: 165px;
}

section#black-container div.email-icon-hero {
    top: 668px;
}

section#black-container .linkedin-icon-hero {
    top: 718px;
}

section#black-container div.email-icon-hero img:hover,
section#black-container .linkedin-icon-hero img:hover {
	width: 45px;
}


/* Hero Slider - numbers on the top section */

section#top-num-container {
    position: absolute!important;
    background-color: #252525;
    top: 32px;
    z-index: 99;
    margin: 0;
    left: 200px!important;
    width: 230px!important;
    padding-top: 30px;
}

section#top-num-container .vc_col-sm-12 .num-one, 
section#top-num-container .vc_col-sm-12 .num-seven {
    float: left;
    width: 40px;
}

section#top-num-container .vc_col-sm-12 .num-one {
    margin-left: 60px;
}

section#top-num-container h1 {
    color: #ff6600;
    font-size: 70px;
    text-align: center;
}


section#top-num-container .numero-one h1 {
    margin-left: -20px!important;
}

section#top-num-container .vc_col-sm-12 .num-seven h2 {
    font-size: 35px;
    font-weight: 400;
}

section#top-num-container .vc_col-sm-12 .num-seven {
    margin-top: -4px;
    margin-left: 16px;
    width: 60px;
}

#slidercontainer .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 185px;
    margin-top: -16px;
    outline: 0;
    width: 37px;
    height: 36px;
    z-index: 99;
    font-size: 15px;
    background: transparent!important;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    text-indent: inherit!important;
}

#slidercontainer .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 212px;
}

#slidercontainer .bx-wrapper .bx-controls-direction a.bx-next {
    left: 365px!important;
}

section#arrow-orange {
    position: absolute!important;
    width: 100%!important;
    z-index: 98;
    margin-top: -90px;
}

.arrow-row img { z-index: 99!important;
    position: absolute!important;
}


/* ABOUT Section | Homepage */

section#about, section#about-project {
    margin-bottom: 35px;
}

.heading-about h1 {
    text-transform: uppercase;
    font-size: 2.2em;
    letter-spacing: 5px;
    font-family: 'Barlow Condensed', sans-serif;
    padding-bottom: 30px;
    font-weight: 400!important;
}

#about .qualities-about h2, #about-project .qualities-about h2
 {
    text-transform: uppercase;
    font-size: 1.97em;
    letter-spacing: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    padding-bottom: 5px;
}

.about-maintext p,
#team .paul-overview,
#team .team-maintext,
#why-us .team-maintext,
#services .services-desc ul li,
#contact .vc_col-sm-4 p
 {
    font-family: 'Barlow', sans-serif;
    line-height: 1.7em;
    letter-spacing: 1px;
    font-size: 1em;
}

.about-maintext p,
#team .paul-overview,
#team .team-maintext {
    text-align: justify;
}


/* PREVIOUS + NEXT buttons - SLIDERS */

#about .owl-ca-theme.has-arrows .owl-ca-controls, #about-project .owl-ca-theme.has-arrows .owl-ca-controls {
    top: 340PX;
    z-index: 99;
}

#about .carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div:before, #about-project .carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div:before {
    font-family: 'Barlow Condensed', sans-serif!important;
    top: 0;
    position: absolute;
    float: right!important;
    display: inline-block!important;
    line-height: 20px;
    z-index: 99!important;
    color: #ffffff!important;
    letter-spacing: 1px!important;
    font-weight: 400!important;
    opacity: .9;
}

#about .carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-next:before, #about-project .carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-next:before{
    content: "NEXT"!important;
	margin-left: -190px;
}


#about .owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-prev:before, #about-project .owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-prev:before {
    content: "PREVIOUS"!important;
    margin-left: 370px;
}

.hbf-section .owl-ca-theme.has-arrows .owl-ca-controls {
    z-index: 999;
    margin-left: -300px;
    color: #ffffff!important;
}

.hbf-section .carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls {
    top: 90%!important;
}

.hbf-section .carousel-anything-container.owl-ca-theme.has-arrows .owl-ca-controls .owl-ca-buttons div.owl-ca-next {
    margin-left: 20px!important;
    right: inherit;
}

/* ************ Number X or 7 **************** */

.outofseven-row {
    position: absolute!important;
    margin-top: 200px;
    z-index: 99;
    overflow: visible;
}

#about  .about-heading-row, #about-project .about-heading-row {margin-top: 70px;}

.outofseven-row {
    position: absolute!important;
    margin: 0!important;
    margin-top: 70px!important;
    left: 0!important;
}

.outofseven-row .twoof7 {
    left: 60px!important;
}

.outofseven-row .threeof7 {
    right: 60px!important;
}

#about .num-one, #about .num-seven, #about-project .num-one, #about-project .num-seven,
#services .num-one, #services .num-seven  {
    float: left;
}

#team .num-seven,
#clients-associates-section .num-seven 
 {
    float: right;
    margin-right: 10px;
    margin-top: -130px;
}

.num-one h1 {
    color: #ffd1b2;
    font-size: 100px;
    letter-spacing: 14px;
    margin-top: -15px!important;
}

.num-seven h2 {
    color: #d0d0d0;
    font-size: 38px;
}

#team .num-one h1  {
    color: #676767;
    margin-right: 60px;
}

#clients-associates-section .num-one h1 {
    margin-right: 60px;
}

#team .num-seven h2  {
    color: #67391a;
}

/* Team section | Homepage */


#team {
    color: #ffffff;
    background:#252525;
    padding-bottom: 0!important;
    padding-top: 0!important;
}

#team .team-info {    
	margin-top: 70px!important;
	padding-left: 10px;
}

#team .team-maintext {
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

#team .paul-overview {padding-right: 8px}

#team .vcf-row {
    position: absolute;
    left: 11.5%!important;
    bottom: 0;
}

#team .vcf-area {
    text-transform: uppercase;
}

#team .vcf-area h1 {
    letter-spacing: 2px;
    font-size: 25px;
}

#team .vcf-area button {
    margin-top: 20px;
}
#team .vcf-area button a {color:#ffffff;}
#team .vcf-area button a:hover {color:#ff6600;}
#team .vcf-area button:hover a {color:#ff6600;}

/* Why Us section | Homepage */

section#why-us {
    min-height: 600px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#why-us .heading-about {
    margin-top: 95px;
}

#why-us .team-maintext
 {color: #ffffff;}


#why-us .vc_col-sm-12 {
    width: 70%;
    margin-left: 15%;
}

#why-us .heading-about h1 {
    color: #ffffff;
}

#why-us .vc_col-sm-12 .pride h4 {
    font-family: 'Barlow', sans-serif;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-size: 1.3em;
    color: #ffffff;
}


/* Services | Homepage */

#services .vc_col-sm-12:nth-child(1) .heading-about {
    margin-top: 70px;
    margin-bottom: 70px;
}

#services .services-desc h3 {
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.6em;
    letter-spacing: 2px;
    font-size: 1.45em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}


/* Recent Projects | Homepage */

#projects .vc_col-sm-12 .recent-proj {
    margin-top: 70px;
    margin-bottom: 10px!important;
}
#content #about-project .about-anything-slider {height: 600px;overflow:hidden;}

#projects .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
    color: #ff6600;
    border: 1px solid #ff6600;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 6px 25px;
    min-width: 331px!important;
}

#projects .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover,
#projects .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active,
#projects .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus
  {
    color: #ffffff;
    background-color: #ff6600!important;
}
#projects .projects-btn-active .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern
  {
    color: #ffffff;
    background-color: #ff6600!important;
}



/* HBF Images Row */

#content .project-row-list img,
#content .project-row-list img {
    min-width: 359px!important;
    width: auto;
    height: 405px!important;
    max-height: inherit!important;
    z-index: -1;max-width: none;
}

#content .project-row-list .wpb_single_image.vc_align_left,
#content .project-row-list .wpb_single_image.vc_align_left {
	background: #ff6600!important;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#content .project-row-list .wpb_single_image img:hover, 
#content .project-row-list .wpb_single_image img:hover {
    opacity: .2;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#content .project-row-list .hbf-single.hover-active .wpb_single_image img, 
#content .project-row-list .hbf-single.hover-active .wpb_single_image img {
    opacity: .2;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

h2.wpb_heading.wpb_singleimage_heading {
    display: none;
    position: absolute;
}


.hbf-single.hover .wpb_single_image.vc_align_left h2 {
    display: inline-block;
     -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    text-transform: uppercase;
    display: inline-block;
    bottom: 160px;
    left: -85px;
    width: 250px;
    font-size: 1.2em;
    letter-spacing: 2px;
    line-height: 1.4em;
    color: #ffffff;
}

.hbf-single.hover .hbf-project-row .wpb_single_image.vc_align_left {
    color: #FFFFFF!important;
    position: absolute;
}
.hbf-single.hover-active .wpb_single_image.vc_align_left h2 {
    display: inline-block;
     -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    text-transform: uppercase;
    display: inline-block;
    bottom: 160px;
    left: -85px;
    width: 250px;
    font-size: 1.2em;
    letter-spacing: 2px;
    line-height: 1.4em;
    color: #ffffff;
}

.hbf-single.hover-active .hbf-project-row .wpb_single_image.vc_align_left {
    color: #FFFFFF!important;
    position: absolute;
}

.hbf-hover-heading h4 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}

.hbf-hover-heading {
    position: absolute;
    margin-left: 20px;
    z-index: 99;
    overflow: visible;
    top: 20px;
}

.project-images-hbf {
    overflow: visible;
    z-index: 9;
}

.hbf-single .hbf-hover-heading {display: none;}
.hbf-single.hover .hbf-hover-heading {display: block;}
.hbf-single.hover-active .hbf-hover-heading {display: block;}

#page #content .project-row-list {display: none;}
#page #content .project-row-list.hbf-project-row {display: block;}

#page .project-content-row {display: none;}
#page .hbf-content-row {display: block;}


/* Section 5 | Homepage */


.hbf-section .qualities-about {
    margin-bottom: 12px;
}

.hbf-section .sub-header {
	font-family: barlow;
    color: #ff6600;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 2px;
}


.hbf-section .about-maintext {
    margin-top: -15px;
}


/* Clients and Associates */

section#clients-associates-section .clients-logo {
    width: 20%;
    float: left;
}

section#clients-associates-section .clients-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

section#clients-associates-section .clients-assoc-heading {
    padding-bottom: 30px;
}


section#clients-associates-section .vc_col-sm-12 .num-one {
    margin-top: 50px;
}

/* Map section */

section#map-section {
    margin-top: 50px!important;
}
section#map-section > .vc_row {background:#dedede;}
section#map-section .wpb_raw_code {margin-bottom: 0;}

/* Contact Us Section | homepage */

section#contact {
	background-color: #252525;
}
#page #content .get-intouch-heading {margin-bottom: 15px;}
#page #content .get-intouch-heading h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: 2px;
    font-family: 'Barlow Condensed', sans-serif;
    padding-bottom: 10px;
    font-weight: 400!important;
}
#page #content .footer-desc-heading {
	color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: 2px;
    font-family: 'Barlow Condensed', sans-serif;
    padding-bottom: 10px;
    font-weight: 400!important;margin-bottom: 15px;
}

#contact .vc_col-sm-6 p {
    color: #FFFFFF;
    line-height: 1.9em;
    font-size: 1.1em;
}

#contact .vc_col-sm-6 a {
    color: #FFFFFF;
    transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-webkit-transition: all 0.4s ease;
}

#contact .vc_col-sm-6 a:hover {color: #ff6600; font-size: 1.3em;}
#contact .vc_col-sm-6 .email-icon-hero, #contact .vc_col-sm-6 .linkedin-icon-hero {display: inline-block;margin-bottom: 0;}
#contact .vc_col-sm-6 .email-icon-hero img, #contact .vc_col-sm-6 .linkedin-icon-hero img {
    /*width: 42px!important; 
    float: left;
    position: absolute;*/
}

/*#contact .vc_col-sm-4 .email-icon-hero img:hover {
    width: 52px!important; 
}

#contact .vc_col-sm-4 .linkedin-icon-hero img:hover {
    width: 59px!important; 
}*/
#contact .footer-address-box {margin-bottom: 15px;}

#contact .vc_col-sm-4 .email-icon-hero {
   /* margin-top: -20px;
    margin-left: -5px;*/
}

#contact .vc_col-sm-4 .linkedin-icon-hero img {
    /*margin-top: -54px;
    margin-left: 40px;*/
}

#contact .vc_col-sm-4 .linkedin-icon-hero img {
    width: 49px!important;
}

#contact .vc_col-sm-4 .linkedin-icon-hero img {
    /*margin-top: -56px;
    margin-left: 40px;*/
}

#main .gform_wrapper .gfield .ginput_container input,
#main .gform_wrapper .gfield .ginput_container textarea {
    background: #464646;
    font-family: 'Barlow', sans-serif;
    color: #ffffff!important;
    letter-spacing: 2px;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    padding: 15px 15px 15px 15px;
    border-radius: 0!important;
 }
 #main .gform_wrapper .gfield .ginput_container input::placeholder,
#main .gform_wrapper .gfield .ginput_container textarea::placeholder {
	color:#ffffff;
	opacity: 1;
}


#contact .vc_col-sm-8 {
    margin-left: 0px;
}
#gform_1 .gform_body {width: 100%;position: relative;}
#gform_1 ul#gform_fields_1 {
    /*float: left;
    width: 50%;*/
}

/* Message box */
#page .footer-contactform-wrapper {padding:30px;}
#page .footer-contactform-wrapper .gform_wrapper {width: 80%;margin:0 auto;}
#main .gform_wrapper ul li#field_1_4 {
    /*position: absolute;
    float: right;
    margin-top: 0;
    top:10px;
    right: 0;
    width: 50%;padding-left: 25px;*/
}

#main .gform_wrapper .gfield .ginput_container textarea#input_1_4 {
    height: 116px;
}

/* Button */
input#gform_submit_button_1, input.button, input[type=submit] {
    border-radius: 30px!important;
    background-color: #ff6600!important;
    border: 0;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 3px;
    padding: 8px 55px 8px 35px!important;
}

button.ctc-hero-btn .fa-long-arrow-right {
    padding-left: 25px;
}

input#gform_submit_button_1:hover,
input#gform_submit_button_1:active
  {
    color: #ff6600;
    background-color: #ffffff;
    border: 1px solid #ff6600;
    font-size: 1em;
    font-weight: 500;
}

input#gform_submit_button_1::after, 
input.button::after, 
input[type=submit]::after {
    font-family: FontAwesome!important;
    content: "\f061";
    color: #ffffff!important;
    z-index: 99;
}

#main .gform_wrapper .gform_footer {
    position: relative;
    float: none;
    right: 0px;
    top: 0px;
    margin-top:0;padding-top:5px;text-align: right;
}
#main .gform_wrapper .gform_footer .gform_button {margin-right: 0;}

/* Arrow on Submit Button */
.gform_footer.top_label::after {
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    color: #ffffff;
    margin-left: 0px;
    position: absolute;right:10px;top:10px;
}


.site-footer {
    margin-top: -30px;
}

.site-footer .footer-content {
    padding: 0px;
}

.site-footer .footer-info {
    background: #252525;
}


.site-footer .footer-info .site-copyright {
    text-align: center;
    float: none;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-family: barlow;
}
.site-footer .footer-info .site-copyright a {color:#9a999a;}
.site-footer .footer-info .site-copyright a:hover {color:#cccccc;}
.site-footer .footer-info .site-copyright strong {
	font-weight: 700; 
	letter-spacing: 2px;
}
.site-footer .footer-info .site-copyright span.footer-emphasis,
span.footer-emph
 {
	font-weight: 400; 
	letter-spacing: 2px;
}

.site-footer .footer-info .site-copyright span.footer-emphasis a,
.site-footer .footer-info .site-copyright span.footer-emphasis a:visited {
    color: #9a999a!important;

}

.site-footer .footer-info .site-copyright span.footer-emphasis a:hover
.site-footer .footer-info .site-copyright span.footer-emphasis a:focus {
     color: #ff6600;
     font-size: 1.3em;
}

