/*
Theme Name: The Concrete Pool Company
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
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: thin dotted;
}
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: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#9b9b9b;
	font-family: 'Lora', serif;
}

h1{ font-size: 28px; padding-bottom: 20px; }
h2{ font-size: 28px; padding-bottom: 20px;}
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;
	text-align: justify;
}
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 {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
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;
	border-color: #eee #eee #bbb #eee;

	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	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: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:34px;
	line-height:34px; 
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #eee #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
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 {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
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=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}

/* Links */
a,
a:visited {
	color: #1982D1;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	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;
}
.line{
	background: url(images/line-bg.png) center center no-repeat;
	height: 63px;
	margin: 25px 0px;
	width: 100%;
	background-size: 1170px 63px !important;
}

.no-padding{
	padding: 0;
}
.more-btn{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #9b9b9b;
    box-shadow: none;
  	color: #9b9b9b !important;
    font-size: 12px;
    padding: 5px 30px;
    text-shadow: none;
    text-transform: uppercase;
    margin-top: 10px;
    float: left;
}
.more-btn:hover{
	border: 1px solid #fdb940;
	color: #fdb940 !important;
}
.caret{ display: none;}
/* =Main Layout
----------------------------------------------- */
#page{ }


.site-header{}
.site-header .navbar-header{
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #363636;
}

.site-header .navbar-brand {
	display: block;
    float: none;
    font-size: 18px;
    height: auto;
    line-height: 40px;
    margin: auto !important;
    max-width: 668px;
    padding: 0;
    position: relative;
    width: 100%;
}
.site-header .navbar-brand img{ height: 118px; display: block; margin: auto;}

.site-featured{ margin:auto; }
.site-header-image-bg{ height:289px!important;  }

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


.container{ }
.site-main{
	background: #000;
	padding-top: 50px;
	padding-bottom: 30px;
}
.home .site-main{ width:100%; padding:0; float:left; }

.site-footer{
	background: url(images/footer-bg.png) center center no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
}
.site-footer .footer-title{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #363636;
	height: 85px;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: -40px auto auto;
	padding: 0px 0 30px;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #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{}

/*
---------------------------------------------- Front Page ---------------------------------------- */
.home .front-content{ margin-bottom:30px; }
.home .front-content .entry-header{ margin:0; height:auto;}
.home .front-content .gform_title{
	font-size: 28px;
	padding-bottom: 20px;
}
.home .front-content .gform_heading{ margin-bottom: 0 !important;}
.page-template-page-templatescontact-us-php #gform_wrapper_1 li.gf_left_third{
	width: 32%!important;
}
.page-template-page-templatescontact-us-php #gform_wrapper_1 li.gf_middle_third,.page-template-page-templatescontact-us-php #gform_wrapper_1 li.gf_right_third{
	width: 32%!important;
	margin-left: 2% !important;
}
.page-template-page-templatescontact-us-php #gform_wrapper_1 li.gf_left_half{
	width: 49%!important;
}
.page-template-page-templatescontact-us-php #gform_wrapper_1 li.gf_right_half{
	width: 49%!important;
	margin-left: 2% !important;
}
#gform_wrapper_1 li.gf_left_third, #gform_wrapper_1 li.gf_right_third{ width: 100% !important; margin-left: 0px!important;}
#gform_wrapper_1 li.gf_middle_third{ width: 100% !important; margin: 0px!important;}
#gform_wrapper_1 .ginput_container textarea{
	width: 100%;
	background: #111111;
	border:1px solid #363636;
	font-size: 14px;
	font-weight: normal;
	color: #626262;
	padding-left: 15px;
	height: 75px;
}
#gform_wrapper_1 .ginput_container input, #gform_wrapper_1 .ginput_container select{
	width: 100%;
	background: #111111;
	color: #626262;
	border:1px solid #363636;
	font-size: 14px;
	height: 34px;
	padding-left: 15px;
	font-weight: normal;
}
#gform_wrapper_1 input[type="submit"]{
	float: right;
	background: none !important;
	box-shadow: none;
	border: 1px solid #9b9b9b;
	text-shadow:none;
	padding: 0px 40px;
	font-size: 12px;
	color: #9b9b9b;
	text-transform: uppercase;
	margin-top: 15px;

}
#gform_wrapper_1 input[type="submit"]:hover{
		border: 1px solid #fdb940;
		color: #fdb940;
}
/*
--------------------------------------------------------------------------------------------------- */
.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;
}

.home .site-header-image-bg{ height:785px!important; }

/* 
----------------------------------------------- Content-Sidebar --------------------*/
#content { padding-right: 50px;}
#sidebar { margin: 40px 0 20px; }

#sidebar-page{}
#sidebar-page .widget-title{
	font-size: 20px;
	font-weight: 400;
	color: #fdb940;
	text-transform: uppercase;
	border-bottom: none;
}
#sidebar-page .menu li{
	list-style: none; 
	background: url(images/list-icon.png)left center no-repeat;
	border-bottom: 1px solid #111111;
	padding: 10px 0px 15px 17px;
}
#sidebar-page .menu li:last-child{
	border-bottom: none;
}
#sidebar-page .menu li a{
	color: #ffffff;
	font-family: "Lora",serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: capitalize;	
}
#sidebar-page .menu li:hover a, #sidebar-page .menu li.current-menu-item a{
	color: #fdb940;
}
#sidebar-page .widget_simpleimage{
	margin: 20px 0px 40px; 
}
#sidebar-page .gform_title{padding-bottom: 25px;}
/* =Menu
----------------------------------------------- */
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: 0px;}
.navbar-right{ margin-right: 0; width: 30%;}
.navbar-right p.phone-number{ 
	margin-right: 0;
	font-weight: bold;
	color: #fdb940;
	font-size: 24px;
	font-family: 'Lora', serif;
	margin-bottom: 0;
}
.navbar-right p.phone-number span{
	font-weight: normal;
}
.navbar{ margin: 0; }
.navbar-default {
	background-color: #000  ;
	border-color: #e7e7e7;
	border:none; 
}
.navbar-default .navbar-brand {
	color: #777777  ;
	z-index: 9;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e  ;
	background-color: transparent;
}
.navbar-default .navbar-nav{
	margin: 20px 0px; 
}
.navbar-default .navbar-nav > li{
	border-right:2px solid #5a5a5a;
}
.navbar-default .navbar-nav > li:last-child{
	border-right:none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	line-height: 18px; 
	padding: 0px 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Lora', serif;
	font-weight: normal;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fdb940  ;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fdb940;
	background: none;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd  ;
	margin-top: 16px;
	z-index: 10;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #dddddd  ;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888  ;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7  ;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .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{
	border:none;
}
.navbar-default .navbar-nav > li:hover > ul.dropdown-menu { display: block; visibility:visible;}
.dropdown-menu{
    background: none;
    box-shadow: none;
    display: none;
    border:none;
    border-radius: 0px;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding-top: 27px !important;
    min-width: 210px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li{
	 background: rgba(253, 185, 64, 0.8);
}
.dropdown-menu > li > a{
	color: #fff; 
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 15px;
}
.dropdown-menu > li > a:hover{
	background: #fdb940;
	color: #000000;
}
/*
---------------------------------------- Footer Menu --------------------------------------------- */

#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 #514e4e;
	border-radius: 15px;
	color: #242424;
	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{ }
/*
-------------------------------------------------- Service Page ---------------------------------------- */
.service-area .thumbnail{
	margin-right: 15px;
	margin-bottom: 0;
	opacity: 0.85;
}
.service-area:hover .thumbnail{opacity: 1.0;}
.service-area  .entry-title a{color: #9b9b9b;}
.service-area  .entry-title a:hover{color: #fdb940;}
.service-area:first-child{ padding-top: 0;}
.service-area:last-child{border-bottom: none;}
.service-area{
	padding: 30px 0px;
	border-bottom: 1px solid #111;
}
/*
------------------------------------------------ Contact Us Page --------------------------------------------- */
.page-template-page-templatescontact-us-php .site-header-image-bg{ height:275px!important; position: relative;}
.page-template-page-templatescontact-us-php #contact-map{
	height: 275px;
	position: absolute;
	width: 100%;
}
.page-template-page-templatescontact-us-php .entry-header {
	height: auto;
}
.page-template-page-templatescontact-us-php .pwd-address{
	float: left;
}
.page-template-page-templatescontact-us-php .site-main .socials{
	float: right;
}
.page-template-page-templatescontact-us-php .site-main  .socials a{ 
	color: #fff; 
	width: 55px; 
	height: 55px;
	font-size: 28px;
	padding-top: 15px;
}
.page-template-page-templatescontact-us-php .site-main  .socials li.facebook a{
	background: #3b5998;
	border-radius: 0;
}
.page-template-page-templatescontact-us-php .site-main  .socials li.twitter a{
	background: #55acee;
	border-radius: 0;
}
.page-template-page-templatescontact-us-php .site-main  .socials li.google-plus a{
	background: #dd4b39;
	border-radius: 0;
}
.page-template-page-templatescontact-us-php .line{
	float: left;
}
.page-template-page-templatescontact-us-php .pwd-address span {
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}
.page-template-page-templatescontact-us-php .pwd-address .address{
	max-width: 375px;
	line-height: 36px;
}
.page-template-page-templatescontact-us-php #gform_wrapper_1 ul li{
	margin: 25px 0px !important;
}
.page-template-page-templatescontact-us-php #gform_wrapper_1 .ginput_container textarea{
	height: 200px !important;
}
.page-template-page-templatescontact-us-php #gform_wrapper_1 .ginput_container input, .page-template-page-templatescontact-us-php #gform_wrapper_1 .ginput_container select{
	height: 48px !important;
}
.page-template-page-templatescontact-us-php #gform_wrapper_1 #field_1_5 label {
	display:none;
}
/* =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{
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	height: 289px;
	border-bottom: none;
}
.page-header h1{
	font-size: 54px;
	color: #fff;
	text-transform: capitalize;
	min-width: 100px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	padding-right: 150px;
}

.attachment .entry-meta{ clear:none; float:left; }
#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; }
/* =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{
	border-bottom: 1px solid #EDEDED;
	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 {}


/*
---------------------------------- PWD Address widget --------------------------------------*/
.pwd-address{}
.pwd-address a{color: #9b9b9b;}
.pwd-address a:hover{color: #fdb940;}
.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;}

/*
---------------------------------- Footer Sidebar -----------------------------------*/
#footer-sidebar{}
#footer-sidebar .widget-title{
	border-bottom:none;
    color: #fdb940;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
#footer-sidebar .menu li{}
#footer-sidebar #nav_menu-4 .menu li{
	display: block;
	max-width: 170px;
	margin-right: 5px;
	width: 100%;
}
#footer-sidebar .menu li a{
	color: #9b9b9b;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 24px;
}
#footer-sidebar .menu li a:hover{
	color: #fdb940;
}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}
#footer-sidebar .widget_pwd_address_widget{color: #9b9b9b; font-weight: 300;}
#footer-sidebar .pwd-address .location{ font-weight: bold; color: #fff;}
#footer-sidebar .pwd-address .address { margin-bottom: 0;}
#footer-sidebar .pwd-address span{
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
}
.footer-content ul.socials{
	margin: 0;
	float: left;
}
.footer-content #logo-footer{
	float: right;
	margin-top: -30px;
}
/* =Custom Post type
----------------------------------------------- */

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:785px; display:block; padding:0px; overflow: hidden;}
#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:785px; background:none!important; overflow: hidden; }
#custom-slideshows > .slide{ width:100%!important; height:785px; background-size: cover; }
#custom-slideshows > .slide .banner-info{
	display: table-cell;
	vertical-align: middle;
	height: 885px;
}
#custom-slideshows > .slide .banner-info p{
	font-size: 54px;
	color: #fff;
	line-height: 55px;
	font-family: 'Lora', serif;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-left: 40px;
}
.bx-wrapper .bx-controls-direction a {
    height: 53px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 34px;
    z-index: 9999;
}
.bx-wrapper .bx-prev {
    background: url("images/bx-prev.png") no-repeat rgba(0, 0, 0, 0);
    left: 17%;
}
.bx-wrapper .bx-next {
    background: url("images/bx-next.png") no-repeat rgba(0, 0, 0, 0);
    right: 17%;
}
.bx-wrapper .bx-next:hover{
	background-position: 0px 0px;
}
/*
------------------------------------------------- Custom Post type CTA --------------------------------------------*/
#cta-container{ 
	margin-bottom: 30px;
    margin-top: -50px;
    position: relative;
    z-index: 999; 
}
#custom-cta{}
#custom-cta .cta{ background: none; max-width: 365px; margin-left: 15px;}
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 365px;
	width: 100%;
	margin: auto;
	opacity: 1.0;
}
#custom-cta .cta img:hover{
	opacity: 0.9;
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 15px 0px;
	background: #000;
	text-align: center;
}
#custom-cta .cta-title a{
	color: #fdb940;
	font-size: 20px;
	text-transform: uppercase;
}
#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:100px 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:0;
	position: relative;
	float: left;
	width: 100%;
	display: block;
}
#get-stared #contact-map{
	height: 225px;
	position: relative;
	display: block;
	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: 4px;
}
.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: #428bca;
	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: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.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: #428bca;
	border-color: #428bca;
	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: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.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 */
#gform_wrapper_1{ max-width: 100%!important; }
#gform_wrapper_1 .gform_title{ 
	font-size: 28px;
    padding-bottom: 20px;
    font-weight: normal !important; 
}
.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { }


.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


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

#fancybox-right span{left: auto; right: 20px;}

#fancybox-left span{left: 20px;}

.phone-number-mobile{display: none;}


/*
--------------------------------------------------- Responsive Mobile ------------------------------------------------------------ */
@media screen and (max-width: 1366px) {
	.bx-wrapper .bx-next,{
		left: 10%;
	}
	.bx-wrapper .bx-prev{
		right: 10%;
	}
	#custom-slideshows > .slide .banner-info p{
		margin-left: 240px;
	}
}

@media screen and (max-width: 1280px) {
	.container {
	    max-width: 1240px;
	    margin: 0 20px;
	    width: 96.77%;
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 1024px) {
	.container {
	    max-width: 986px;
	    margin: 0 20px;
	    width: 95.94%;
		width: calc(100% - 40px);
	}

	.navbar-right{
		width: 19%;
	}

	.navbar-right p.phone-number{
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.container {
	    max-width: 728px;
	    margin: 0 20px;
	    width: 94.5%;
		width: calc(100% - 40px);
	}
	.navbar-default .navbar-nav > li > a{
		line-height: 24px;
    	padding: 0 15px;
	}

	.navbar-right{
		width: 25%;
	}

	.navbar-right p.phone-number{
		font-size: 18px;
	}

	.bx-wrapper .bx-prev{
		left: 0%;
	}

	.bx-wrapper .bx-next{
		right: 0%;	}

	#custom-slideshows > .slide .banner-info p{
		font-size: 35px;
		margin-left: 0px;
	}

	#custom-slideshows > .slide .banner-info{
		height: 0px;
	}

	.home .site-header-image-bg {
    	height: 189px !important;
	}

	.bxslider .slide{
		height: 189px !important;	
	}

	#sliderarea{
		height: 289px;
	}

	#custom-cta .cta{
		margin-left: 175px;
	}

	#cta-container{
		margin-top: 0px;
	}

	#gallery-1 .gallery-item{
		width: 100% !important;
	}

}

@media screen and (max-width: 640px) {

	.navbar-default .navbar-toggle{
		margin-top: -5px;
	}

	.phone-number-mobile{
		color: #fdb940;
    	display: inline-block;
		font-family: "Lora",serif;
	    font-size: 19px;
	    font-weight: bold;
	    margin-left: 65px;
    	margin-top: 41px;
	    position: absolute;
	}

	.phone-number-mobile a{
		color: #fdb940;
    	display: inline-block;
		font-family: "Lora",serif;
	    font-size: 19px;
	    font-weight: bold;
	}

	.row{
		margin-left: 0px;
		margin-right: 0px;
	}

	.site-header .navbar-brand img{
		width: 340px;
		height: 68px;
		float: left;
	}

	.site-header .navbar-brand{
		max-width: 550px;
		width: 100%;
	}

	.container{
		padding-left: 0px;
   		padding-right: 0px;
   		margin: 0px 0px;
		width:100%;
	}

	.nav > li{
		border-bottom: 1px solid #fff;
		padding: 10px 0px;
	}

	.navbar-collapse{
		padding-left: 0px;
   		padding-right: 0px;
	}

	#custom-cta .cta{
		 margin: auto;
	}

	.navbar-right p.phone-number{
		display: none;
	}


	#gallery-1 .gallery-item{
		width: 100% !important;
	}

		#content{
		padding-right: 0px;
	}

	#custom-slideshows > .slide .banner-info p {
    	margin: auto auto auto 88px;
    	width: 470px;
	}
	
	#custom-slideshows > .slide .banner-info p {
    	font-size: 24px;
    }

    #custom-slideshows > .slide .banner-info{
		height: 0px;
	}

	.home .site-header-image-bg {
    	height: 189px !important;
	}

	.bxslider .slide{
		height: 189px !important;	
	}

	#sliderarea{
		height: 289px;
	}

	#cta-container{
		margin-top: 0px;
	}

}

@media screen and (max-width: 480px) {

	.navbar-default .navbar-toggle{
		margin-top: 22px;
	}

	.site-header .navbar-brand img{
		float: left;
	    height: 61px;
	    width: 335px;
	}

	.phone-number-mobile{
		margin-left: 38px;
   		font-size: 15px;
    	margin-top: 63px;
	}
	.phone-number-mobile a{
		color: #fdb940;
    	display: inline-block;
		font-family: "Lora",serif;
	    font-size: 15px;
	    font-weight: bold;
	}

	.navbar-default .navbar-toggle{
		margin-bottom: 30px;
    	margin-top: 15px;
	}

	#custom-slideshows > .slide .banner-info p {
    	margin: auto auto auto 58px;
    	width: 350px;
	}
	
	#custom-slideshows > .slide .banner-info p {
    	font-size: 19px;
    }

    #custom-slideshows > .slide .banner-info{
		height: 0px;
	}

	.home .site-header-image-bg {
    	height: 189px !important;
	}

	.bxslider .slide{
		height: 189px !important;	
	}

	#sliderarea{
		height: 289px;
	}

	#cta-container{
		margin-top: 0px;
	}

	
	.footer-content ul.socials{
		margin-left: 10px; 
	}

	.site-footer .footer-info .site-copyright{
		text-align: center;
    	width: 100%;
	}

	.site-footer .footer-info .site-info{
		text-align: center;
		float: none;
	}

	#pwd_footer_v2{
		float: none;
	}
}

@media screen and (max-width: 375px) {
	.navbar-default .navbar-toggle{
		margin-bottom: 36px;
    	margin-top: 6px;
	}

	.phone-number-mobile {
    	font-size: 14px;
		margin-left: 5px;
    	margin-top: 59px;
	}	

	.phone-number-mobile a{
		color: #fdb940;
    	display: inline-block;
		font-family: "Lora",serif;
	    font-size: 15px;
	    font-weight: bold;
	}

	.site-header .navbar-brand img{
		width: 248px;
		height: 55px;
	}

	#custom-slideshows > .slide .banner-info p {
    	margin: 60px auto auto 42px;
    	width: 250px;
	}

	#custom-slideshows > .slide .banner-info p{
		line-height: 26px;
	}

	.home .site-header-image-bg {
    	height: 189px !important;
	}

	.bxslider .slide{
		height: 189px !important;	
	}

	#sliderarea{
		height: 289px;
	}
	
	#custom-slideshows > .slide .banner-info{
		height: 0px;
	}

	#cta-container{
		margin-top: 0px;
	}

	.page-header h1{
		font-size: 35px;
	}

}

@media screen and (max-width: 320px) {
	.phone-number-mobile{
		margin-left: -35px;
	}

	

}