/*
Theme Name: PWD Default Bootstrap
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

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =Global
----------------------------------------------- */

@font-face {
    font-family: 'allerbold';
    src: url('fonts/aller_std_bd-webfont.eot');
    src: url('fonts/aller_std_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_std_bd-webfont.woff2') format('woff2'),
         url('fonts/aller_std_bd-webfont.woff') format('woff'),
         url('fonts/aller_std_bd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alleritalic';
    src: url('fonts/aller_std_it-webfont.eot');
    src: url('fonts/aller_std_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_std_it-webfont.woff2') format('woff2'),
         url('fonts/aller_std_it-webfont.woff') format('woff'),
         url('fonts/aller_std_it-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerregular';
    src: url('fonts/aller_std_rg-webfont.eot');
    src: url('fonts/aller_std_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_std_rg-webfont.woff2') format('woff2'),
         url('fonts/aller_std_rg-webfont.woff') format('woff'),
         url('fonts/aller_std_rg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #6f6f6f;
	font-family: 'allerregular';
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 14px;
	line-height: 24px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #000000;
	font-family: 'allerbold';

}

h1{ font-size: 36px; }
h2{ font-size: 20px; }
h3{ font-size: 18px; }
h4{ font-size: 18px; }
h5{ font-size: 16px; }
h6{ font-size: 14px; }

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 0;
	padding-left: 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 00px;
}
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: 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"] {
	background: #000000 repeat scroll 0px 0px;
	border: medium none;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	height: 45px;
	padding: 5px 30px;
	float: right;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}
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 : #f3b419;
	
}
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: #a9a9a9;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
	font-style: italic;
}
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: 40px;
	line-height: 40px;
	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: 100%;
	height:100px;
}

select{
	height: 34px;
	line-height: 34px;
	padding: 5px;
}

/* Links */
a,
a:visited {
	color :#f3b419;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #f3b419;
	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{}
.container{}
.site-header{width: 100%; z-index: 999;}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	padding: 10px;
}
.site-header .navbar-brand img{ display: block; min-height: 44px;}
.site-featured{ 
	margin:auto;
	background: #343434;
}
.site-header-image-bg{ 
	height: 150px!important;
	width: 100% !important;
	background-size: cover !important;
}
.site-header .head-txt { 
    line-height: 47px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 0;
 }
.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{background: #FFFFFF;}
.site-footer{
	background: none repeat scroll 0 0 #000000;
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	clear: both;
	margin: auto;
	padding: 40px 0 0;
	position: relative;
	width: 100%;
	background: #000000;
}
.site-footer .footer-content a{color: #6f6f6f;;}
.site-footer .footer-content .post-date {display: block;}
.site-footer .footer-info {
	background: #000000;;
	clear: both;
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin: auto;
	padding: 15px 0;
	position: relative;
	width: 100%;
	
}
.site-footer .footer-info  span{color: #FFFFFF;}
.site-footer .footer-info .site-info{ text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0;text-transform: uppercase;font-weight: bold;  font-size: 11px;}
.site-footer .footer-info .site-info a{ color: #555555 }
.site-footer .footer-info .site-info a:hover{ color: #666666; }
.site-footer .footer-info .site-info #dmlogo{}
.site-footer .footer-info .site-copyright{ text-align:left; float:left; color: #555555; }

.page .entry-header{}
.page .entry-header .entry-title{}

.has-breadcrumbs{position:relative;}
.has-breadcrumbs .breadcrumbs{
	right: 0;
	top: 10px;
	width: auto;
	color: #FFFFFF;
}
.has-breadcrumbs .breadcrumbs a{color: #FFFFFF;}

.archive-header .breadcrumbs,
.archive-header .breadcrumbs a {color: #FFFFFF;}
.contact-header .breadcrumbs,
.contact-header .breadcrumbs a {color: #FFFFFF;}


/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {margin: 50px 0 150px 0;}
#sidebar {margin: 50px 0 100px 0;}
#sidebar .widget {}
#sidebar .widget .widget-title{ 
	font-size: 30px;
	margin-bottom: 20px;
	color: #f3b419;
	font-weight: bold;
}
#sidebar .widget.gform_widget {background: #f3b419!important; padding: 20px 20px 80px;}
#sidebar .widget.gform_widget .widget-title {color: #FFFFFF;}

.archive-content{ padding-top: 0px; }
.page-content{ padding-top: 20px; }


/* =Menu
----------------------------------------------- */

.sticky-wrapper{ width: 100%; }

.navbar{margin: 0;}
.navbar-default {
	border: medium none;
	width: 100%;
	background: #000000;
}
.navbar-brand {
	color: #f3b419;
	height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
.navbar-collapse.collapse{
	background: #f3b419;
}

.navbar-default .navbar-nav > li > a {
	line-height: 20px; 
	padding: 12px 30px;
	font-size: 16px;
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF;
	background:  transparent;
	border-bottom: 3px solid #ffc272;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background:  transparent;
	border-bottom: 3px solid #ffc272;
}
.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: transparent;
    border-radius: 0;
    color: #dddddd;
    font-size: 21px;
    height: 40px;
    line-height: 28px;
    margin-top: 10px;
    padding: 5px;
    width: 40px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
	background-color: transparent;
}
.navbar-default .navbar-toggle .fa{}
.navbar-default .navbar-toggle .fa-bars{}
.navbar-default .navbar-toggle .fa-times{ display: none;}
.navbar-default .navbar-toggle.active{ border-color: #dddddd; padding-top: 3px; }
.navbar-default .navbar-toggle.active .fa-bars{ display: none; }
.navbar-default .navbar-toggle.active .fa-times{ display: inline-block;}


.navbar-collapse,
.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: transparent;
    color: #FFFFFF;
    border-bottom: 0px solid #ffc272;
}
.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}
.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}
.navbar-nav > li:hover > .dropdown-menu{
	/*display: block;*/
}
.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border-bottom: 3px solid #ffc272!important;
	border-radius: 0!important;
	display: none;
	float: left;
	font-size: 12px;
	left: 0!important;
	list-style: none outside none;
	min-width: 180px;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 9999;
	border:none;
}

.dropdown-menu > li > a {
	padding: 15px 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	background: #f3b419;
}

.navbar-default .navbar-nav > li.site-phone .fa {font-size: 12px; color: #555555; margin: 0; }
.navbar-default .navbar-nav > li.site-phone .fa:hover {color: #f3b419 }

.nav-contact {padding: 22px 0 0;}
.nav-contact .socials {position: absolute; padding: 0;}
.nav-contact .socials .fa {color: #FFFFFF; line-height: 30px;}
.nav-contact .contact-phone a {color: #f3b419; font-size:24px;}
.nav-contact .contact-phone p {margin-bottom: 10px; text-align: right; font-size:24px;}
.nav-contact .contact-phone p > span {color: #f3b419; display: block; font-size: 20px; padding-bottom: 5px;}
.nav-contact .contact-phone .fa {
	font-size: 24px;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
 }

#menu-footer{ padding:0; margin:0; list-style:none; }
#menu-footer li{ float:left; }
#menu-footer li a{ display:block; float:left;}
#menu-footer li:first-child a{ padding-left:0; }
#menu-footer li:hover > a {}
#menu-footer li.current_page_item a,
#menu-footer li.current-menu-item a {}
#menu-footer li:last-child a{ padding-right:10px; margin-right: 10px; border-right: 1px solid #666666;}


/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 0px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{ color : #f3b419;}
.single .hentry,
.page	.hentry{ border-bottom:none; padding:0; margin:0; }
.entry-meta {
	clear: both;
	font-size: 12px;
}
.entry-meta .fa {padding-right: 10px;}
.byline {
	padding-left: 20px;
}
.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{
	border-bottom: medium none;
	margin-top: -155px;
	padding-bottom: 0;
	padding-top: 60px;
}
.page-header .entry-title{ margin-bottom: 0; color: #FFFFFF; }

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

.post-date {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
}

#image-navigation{ text-align:right; }


.clear{ clear:both; }

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.blog .post-date,
.single-post .post-date {display: inline-block;}

/* =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; }


.gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: none!important;
}
.gallery dd { margin: 0 10px; }
.gallery .gallery-item{
	float: left;
	margin-top: 0px!important;
	text-align: center;
	margin-bottom: 10px!important;
	padding-right: 10px;
	position: relative;
}
.gallery .gallery-item .gallery-caption{ 
	visibility: hidden; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	padding:10px; 
	background-color: rgba(0,0,0,0.5); 
	color: #fff; 
}
.gallery .gallery-item:hover .gallery-caption{ 
	visibility: visible; 
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */
.site-content .site-navigation {
    float: none;
    margin: 0px 0px 1.2em;
    overflow: visible;
    width: 100%;
    border-top: 1px solid #eee;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination > li > a, 
.pagination > li > span {border: none!important;}

/* =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 : #f3b419;
	font-size: 24px;
	margin-bottom: 40px;
}
.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%;
}

.widget_categories{padding: 0 20px;}
.widget_categories .widget-title{margin-bottom: 10px !important;;}
.widget_categories ul{}
.widget_categories ul li{}
.widget_categories ul li a{
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #6f6f6f
}
.widget_categories ul li.current-cat > a{}

.widget_nav_menu{}
.widget_nav_menu .widget-title{}
.widget_nav_menu .menu{margin-bottom: 40px;}
.widget_nav_menu .menu li{ position: relative; }
.widget_nav_menu .menu li a{
	display: block;
	color: #6F6F6F;
	padding: 15px 0px 15px 20px;
	border-bottom: 1px solid #e3e3e3;
	background: transparent url("images/icon-list-services.png") no-repeat scroll 10px center
;}
.widget_nav_menu .menu li:last-child a{ }
.widget_nav_menu .menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a{color: #F3B419;}
.widget_nav_menu .menu-item-has-children{border-bottom: 1px solid #eee;}
.widget_nav_menu .menu-item-has-children > a{ }
.widget_nav_menu .menu li .sub-menu{ 
	list-style: outside none disc;
	padding-left: 30px;
}
.widget_nav_menu .menu li .sub-menu > li{}
.widget_nav_menu .menu li .sub-menu > li > a{ border:none; font-size: 16px;  }

.widget_archive {padding: 0 20px;}
.widget_archive .widget-title{
	margin-bottom: 10px !important;
}
.widget_archive ul li a {
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #6f6f6f;
}

/* Search widget */
#searchform .field{ width:276px; }
#searchsubmit {
	position: absolute;
	right: 20px;
}

/* 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{font-size: 20px;margin-bottom: 5px;}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{}
.pwd-address .image-map{ float: right; margin-left: 10px; margin-right: -10px; }

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email{
	position: relative;
	color: #6f6f6f;
}
.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa{
	position: absolute;
	left: 0;
}

#footer-sidebar{
	border-bottom: 1px solid;
	padding: 0 0 40px;
}
#footer-sidebar .widget{}
#footer-sidebar .widget:first-child{}
#footer-sidebar .widget_pwd_socials_widget{background:none;}
#footer-sidebar .widget_pwd_address_widget{background:none; padding: 0 40px;}
#footer-sidebar .widget_pwd_address_widget .fa{margin-right: 20px; font-size: 14px; color:#F99F2B;}
#footer-sidebar .widget_nav_menu .menu li{ position: relative; width: 50%; float: left;}
#footer-sidebar .widget_nav_menu .menu li a {
	border: none; 
	padding: 0; 
	padding-left: 10px;
	background: transparent url("images/icon-list-services.png") no-repeat scroll left center;
}
#footer-sidebar .widget_nav_menu .menu li a:hover{color: #FFF;}
#scrollUp{ position: fixed; right: 10px; bottom: 10px; display: none!important;}

#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}

/* Socials Media 
----------------------------------------------- */

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	background : #f3b419 none repeat scroll 0px 0px;
	border-radius: 20px;
	color: #000 !important;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}

.socials li a:hover{ opacity: 0.8; }
.socials li.facebook a{}
.socials li.twitter a{ }

/* =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;
}
.bx-wrapper .bx-controls-direction a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 40px;
	height: 45px;
	line-height: 40px;
	margin-top: -30px;
	outline: 0 none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 50%;
	width: 45px;
	z-index: 65;
	border-radius: 3px;
}
.bx-wrapper .bx-prev{ left: 20px; }
.bx-wrapper .bx-next{ right: 20px; }


/* =Custom Post type
----------------------------------------------- */
/* Custom Post type Slidshow */
.slidercontainer{ margin:auto; background:#d7d7d7; }
.sliderarea{ width:100%; height: 600px; display:block; padding:0px;}
.sliderarea .bx-wrapper .bx-pager .bx-pager-item, 
.sliderarea .bx-wrapper .bx-controls-auto .bx-controls-auto-item {}
.sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 20px auto; padding:0px; left: 26%; width: auto; z-index: 55; }
.sliderarea .bx-wrapper .bx-pager.bx-default-pager a{background:#FFFFFF; width: 16px; height: 16px; border-radius: 8px;}
.sliderarea .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.sliderarea .bx-wrapper .bx-pager.bx-default-pager a.active {background:#F3B419;}
.sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height: 600px; background:none!important; }
.custom-slideshows > .slide{width:100%!important; height: 600px; background-size: cover!important;  }
.custom-slideshows > .slide .slide-info{
	color: #FFF;
	display: block;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	height: 600px;
	padding: 100px 20px;
}
.custom-slideshows > .slide .slide-info h3{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.custom-slideshows > .slide .slide-info .slide-name{font-size: 36px; font-family: 'allerbold'; line-height: 40px; margin-bottom: 20px;  }
.custom-slideshows > .slide .slide-info .btn{float: left; font-size: 18px; font-family: 'allerbold';    bottom: 60px;  position: absolute; }

/* Custom Post type CTA */
.cta-container{     
	padding: 40px 0px;
    text-align: center;
}
.custom-cta{}
.custom-cta .cta{padding-bottom: 20px; }
.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: 10px;
}
.custom-cta .cta-summary{ padding: 10px; }

/* Custom Post type Testimonials */
#testimonials{padding: 100px 0px; min-height: 315px; }
#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; background:none!important; }
#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 14px;
	line-height: 24px;
	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-weight: bold; color: #343434;}
#slider-testimonials > .testimonial .info .company{font-weight:normal;}

#service-carousel{margin: 70px 0 50px;}
.service-carousel{}
.service-carousel .service{ position: relative; padding: 10px;}
.service-carousel .service .thumbnail{}
.service-carousel .service .thumbnail a{}
.service-carousel .service .thumbnail img{ float: none; }
.service-carousel .service-content{
	background: #000000;
	padding: 30px 20px 13px;
	min-height: 210px;
}
.service-carousel .service .service-content .service-title{}
.service-carousel .service .service-content .service-title a{
	color: #f3b419;
	display: block;
	font-size: 18px;
	vertical-align: middle;
}
.service-carousel .service:hover .service-content .service-title a{ text-decoration: none;}
.service-carousel .service .service-content .readmore {margin-bottom: 10px;}
.service-carousel .service .service-content .readmore a{color: #FFFFFF!important; }
.service-carousel .service .service-content .readmore a:hover{color: #f3b419!important;;}
.service-carousel .bx-wrapper .bx-controls-direction a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	outline: 0 none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 48%;
	width: 40px;
	z-index: 65;
}

.service-carousel .bx-wrapper .bx-prev:hover {color: #f3b419;}
.service-carousel .bx-wrapper .bx-prev{ left: -75px; color: #b4b4b4 !important; }
.service-carousel .bx-wrapper .bx-next{ right: -50px; color: #b4b4b4 !important; }
.service-carousel .bx-wrapper .bx-prev .fa,
.service-carousel .bx-wrapper .bx-next .fa {
	width: 55px;
	height: 55px;
	font-size: 24px;
	line-height: 55px;
}
.service-carousel .bx-wrapper .bx-prev .fa:hover,
.service-carousel .bx-wrapper .bx-next .fa:hover {
	color: #FFFFFF;
	background: #000000;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	font-size: 24px;
	line-height: 55px;

}



/* =Custom Homepage
----------------------------------------------- */
.home .site-featured{ height: 600px!important;}
.home .site-header-image-bg{ height: 600px!important; }
.home .front-content { padding:50px 0px;}
.home .front-content .entry-content{margin: 0; padding: 20px 0;}
.home .front-content .entry-header{ margin:0; height:auto;}
.home .front-content .widget-title {
	font-size: 23px;
	margin-bottom: 10px;
}
.home .front-content .gform_widget {
	background: #F3B419 none repeat scroll 0% 0%;
	padding: 20px 20px 80px;
}
.home .front-content .gform_widget .widget-title {color: #FFFFFF;}
.home .front-content .gform_title {
    font-size: 24px;
    color: #FFFFFF;
 }
.home .home-timer-ct {
    position: absolute;
    top: 485px;
    left: 475px;
    z-index: 99;
    width: 380px;

}
.home .timer-title {
    font-size: 28px;
    color: #dbdbdb;
        font-family: 'allerbold';
    padding-left: 20px;

}

/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found #searchform{ margin-bottom: 50px;}
.not-found hr {
	margin: 20px auto;
	width: 365px;
}

.page-template-page-templatescontact-us-php .site-header-image-bg{ 
	height:150px!important;  
}
.page-template-page-templatescontact-us-php #contact-map{
	height: 330px;
	left: 0;
	right: 0;
	width: 100%;
}
.page-template-page-templatescontact-us-php .entry-contact .fa {padding-right: 20px;}
.page-template-page-templatescontact-us-php .entry-contact .socials{padding: 0; margin-bottom: 50px;}
.page-template-page-templatescontact-us-php .entry-contact .socials .fa {padding: 0;}
.page-template-page-templatescontact-us-php .entry-contact h3 {margin: 30px 0px 20px;}
.page-template-page-templatescontact-us-php .entry-contact p{margin-bottom: 5px;}
.page-template-page-templatescontact-us-php .entry-contact p.address{font-size: 22px;}
.page-template-page-templatescontact-us-php .entry-contact p a {color: #6f6f6f;}

.page-template-services .hentry .entry-content {min-height: 205px;}
.page-template-services .entry-service .hentry.service .entry-content{text-align: left; padding: 25px 20px; background: #000; margin: 0;}
.page-template-services .entry-service .hentry.service .entry-content .entry-header .entry-title {color: #f3b419; margin-bottom: 20px; height: }
.page-template-services .entry-service .hentry.service .thumbnail {margin-bottom: 0!important}
.page-template-services .entry-service .hentry.service .entry-content .readmore{color: #FFFFFF!important;}
.page-template-services .entry-service .hentry.service .entry-content .readmore:hover{color: #f3b419!important;}

.page-template-gallery .entry-gallery{margin-bottom: 40px;}
.page-template-gallery .entry-gallery .hentry {margin-bottom: 20px;}


.page-id-104 {}
.page-id-104 .wp-caption { border: 0px solid #CCC;}
.page-id-104 .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.page-id-104 .wp-caption-text {
	padding: 20px;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 30px;
	position: absolute;
	background: rgba(0,0,0,0.8);
	width: 460px;
	margin: -150px 0px 0px 25px !important;
	text-align: left;
		
}
.page-id-104 .wp-caption .wp-caption-text { margin: 0.8075em 0; }

/* =Custom Single Post
----------------------------------------------- */
.single-content-service{ padding:20px 0;}

.hentry.service{ min-height: 200px; padding: 0px; margin-bottom: 20px;}
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header {color: #f3b419; }
.hentry.service .entry-header .entry-title{ clear:none; }
.hentry.service .entry-content {}


/* = 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: #f3b419;
	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: #343434;
	background-color: transparent;
	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;
	text-decoration: none;
	color: #343434;
	background-color: transparent;
	border-color: #f3b419;
	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: transparent;
	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 */
.gform_wrapper ul { margin: 0px !important; padding:0; }
.gform_wrapper ul li { margin: 10px 0px;  list-style-image: none !important; list-style: none !important; }
.gfield_label {  font-weight: bolder; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input,.ginput_container textarea { }
.ginput_container .large,
.gfield_captcha_container input[type=text] { width: 100%; }
.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0; padding: 0; }
.gform_button { }
.gform_button:focus,
.gform_button:hover { }
.gform_validation_container { }

.row_wrapper .gform_footer{ padding:10px; }

.gsection{ padding-top: 40px;  }
.gsection_title{ font-size: 18px; border-bottom: #f4f4f4 solid 1px;}

.gfield_checkbox li{ margin:0!important;}

.ginput_complex{ margin-left: -10px; margin-right: -10px; }
.ginput_complex .ginput_full{ width: 100%; display: block; padding:0 10px; }
.ginput_complex .ginput_left{ width: 50%;  padding:0 10px; display: inline-block; float: left; }
.ginput_complex .ginput_right{ width: 50%; padding:0 10px; display: inline-block; float: right; }
.ginput_complex input{ width: 100%; }
.ginput_complex label{  font-size: 11px; font-style: italic; font-weight: normal; line-height: 16px; display: block; }

.ginput_complex .address_city,
.ginput_complex .address_state,
.ginput_complex .address_zip{display:block; width: 33.3333%; float: left;  padding-left: 10px; padding-right: 10px;}

.gfield.file_upload{}
.gfield.file_upload .gfield_label{}
.gfield.file_upload .ginput_container{ float: right;}

/*-- 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; }