/*
Theme Name: All Metro Bins
Theme URI: https://www.digitalmonopoly.com.au
Author: Digital Monopoly
Author URI: https://www.digitalmonopoly.com.au
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
h1{ font-size: 50px; line-height: 60px; }
h2{ font-size: 28px; }
h3{ font-size: 24px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}
/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 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 {

}
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: none repeat scroll 0 0 #FBEB4F;
	border: medium none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ee950d;
}
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: #ee950d;
}
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, select {
	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: 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:120px;
}
select{
	height: 34px;
	line-height: 34px;
	padding: 5px;
}
/* Links */
a,
a:visited {
	color: #FBEB4F;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #FBEB4F;
	text-decoration:underline;
}
/* 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;
}
img {
	max-width: 100%;
	height: auto;
}

@font-face {
    font-family: 'oswaldmedium';
    src: url('oswald-medium-webfont.eot');
    src: url('oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-medium-webfont.woff2') format('woff2'),
         url('oswald-medium-webfont.woff') format('woff'),
         url('oswald-medium-webfont.ttf') format('truetype'),
         url('oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =Layout: Content-Sidebar
----------------------------------------------- */
#content { padding-bottom: 20px; }
.sidebar { padding: 0; }
.sidebar h1, .sidebar h2, .sidebar h3 { color: #fbeb4f; text-align: left; margin-bottom: 40px; }
.sidebar.featured-sidebar .img { bottom: auto; top: 360px; right: -130px; }
.sidebar .sidebar-promo { padding-bottom: 350px; }
.sidebar .widget{}
.sidebar .services-list { padding: 0; text-align: left; }
.sidebar .services-list-widget h2 { text-align: left; color: #fbeb4f; margin-bottom: 40px; }
.sidebar .services-list-widget .widget-title {
    text-align: left;
    color: #fbeb4f;
    margin-bottom: 20px;
    font-size: 28px;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.archive-content{ padding-top: 20px; }
.page-content{ padding-top: 20px; }
/* =Main Layout
----------------------------------------------- */
#page{ }
.site-header{ padding:10px 0; }
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	padding: 20px 0;
}
.site-header .navbar-brand img{ 
	display: block; 
	min-height: 44px; 
	margin-bottom: 0;
}
.site-header .sidebar-header{
	padding-top: 15px;
}
.site-featured { margin:auto; }
.site-header-image-bg{ height:150px!important; }
.site-featured .featured-content {
	padding-top: 100px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.featured-tagline {	
	height: 480px;
	position: relative;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;	
	text-transform: uppercase;
}
.featured-tagline .pre {
	font-size: 17px;
	line-height: 20px;
	color: #fbeb4f;
	position: absolute;
	top: 50px;
	left: 30px;
}
.featured-tagline h1.price,
.featured-tagline div.price {
	font-size: 130px;
	line-height: 130px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 40px;
	color: #fff;
}
.featured-tagline a.default-button {
	background: #fbeb4f;
	color: #000;
	margin-top: 20px;
}
.featured-tagline a.default-button:hover {
	background: #fbeb4f;
	color: #000;
}
.featured-tagline .img {
	position: absolute;
	z-index: 10;
	left: -50%;
	bottom: -170px;
}
.featured-tagline .img img {
	position: relative;
	z-index: 10;
}
.featured-tagline .img .arrow-left {
	position: absolute;
	bottom: 290px;
	right: 20px;
	z-index: 5;
	overflow: hidden;
	height: 110px;
}
.featured-tagline {	
	background: #000;
	padding: 50px 30px;
}
.featured-tagline .title-book-now { 
    	color: #fbeb4f;
    	margin-bottom: 40px;
	font-size: 50px;
    	line-height: 60px;
   	font-family: 'Oswald', sans-serif;
    	font-weight: bold;
    	text-transform: uppercase;
}
.site-tagline {
	background: #fff;
	font-family: 'Oswald', sans-serif;
	color: #5f5f5f;
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 40px;
	overflow: hidden;
	clear: both;
}
.site-tagline .arrow-right {
	position: absolute;
	bottom: -90px;
	left: -200px;
}
.site-tagline strong {
	color: #000;
}
.site-tagline .container .col-md-6 {
	padding: 60px 0;
	padding-left: 120px;
	background: url(images/icon-tagline.png) left center no-repeat;
}
.arrow-left {
	background: url(images/arrow-left.png) left top no-repeat;
	width: 190px;
	height: 197px;
	display: block;
}
.arrow-right {
	background: url(images/arrow-right.png) left top no-repeat;
	width: 190px;
	height: 197px;
	display: block;
}
.container{ }
.site-main{ 
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #5f5f5f;
}
.gform_wrapper li { margin-bottom: 15px; }
input[type=text] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	padding: 0 15px;
}
select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	padding: 0 15px;
}
textarea {
	padding: 15px;
	width: 100%;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.gfield_html {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b7b7b7;
}
input[type=submit] {
	font-family: 'Oswald', sans-serif;
	color: #000;
	background: #fbeb4f;
	font-size: 20px;
	height: 50px;
	line-height: 47px;
	padding: 0 30px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #000;
	float: right;
}
input[type=submit]:hover {
	color: #fbeb4f;
	background: #000;
}
.front-contactus { 
	background: #383838; 
	padding: 40px 0; 
	position: relative;
}
.front-contactus h1,
.front-contactus .get-in-title { 
	color: #fbeb4f; 
	background: url(images/icon-contactus.png) right center no-repeat;
	margin-bottom: 40px;
        font-size: 50px;
        line-height: 60px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
}
.front-contactus .gform_wrapper li {
	margin-bottom: 15px;
}
.front-contactus input[type=text] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	padding: 0 15px;
}
.front-contactus textarea {
	padding: 15px;
	width: 100%;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.front-contactus .gfield_html {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b7b7b7;
}
.front-contactus input[type=submit] {
	font-family: 'Oswald', sans-serif;
	color: #000;
	background: #fbeb4f;
	font-size: 20px;
	height: 50px;
	line-height: 47px;
	padding: 0 30px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #000;
	float: right;
	margin-top: -35px;
}
.front-contactus input[type=submit]:hover {
	color: #fbeb4f;
	background: #000;
}
.front-contactus .image {
	position: absolute;
	top: -100px;
	right: -90px;
}
.site-footer{
	background: none repeat scroll 0 0 #F6F6F6;
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #000000;
	clear: both;
	color: #a9a9a9;
	font-size: 11px;
	line-height: 20px;
	margin: auto;
	padding: 40px 0 20px;
	position: relative;
	width: 100%;
}
.site-footer .footer-info a { color: #fff; }
.site-footer .footer-info .site-info{ text-align:right; line-height:20px; margin-top: 50px; }
.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; margin-top: 60px; }
.site-footer .footer-info .navbar-default { background: none; }
.site-footer .footer-info .navbar-collapse.collapse { margin: 0; }
.site-footer .footer-info .navbar-default .navbar-nav > li > a { color: #fff; padding: 0 25px 0 0; }
.site-footer .footer-info .navbar-default .navbar-nav > li > a:hover,
.site-footer .footer-info .navbar-default .navbar-nav > .current_page_item > a, 
.site-footer .footer-info .navbar-default .navbar-nav > .active > a:hover, 
.site-footer .footer-info .navbar-default .navbar-nav > .active > a:focus { color: #fbeb4f; }
.site-footer .navbar-default .navbar-nav > li.menu-item-457 > a,
.site-footer .navbar-default .navbar-nav > li.menu-item-457 > a:visited { color: #000; padding: 0 15px; }
.site-footer .navbar-default .navbar-nav > li.menu-item-457 > a:hover { color: #000; background: #fbeb4f; }
.site-footer .socials { margin: 0; }
.site-footer .socials li a { background: none repeat scroll 0 0 #fff; color: #000; opacity: 1; }
.page .entry-header{ }
.page .entry-header .entry-title{}
.home .front-content{ padding: 0; overflow: hidden; }
.home .front-content .arrow-left { 
	position: absolute;
	bottom: -30px;
	right: 150px;
}
.home .front-content .content { padding:85px 0 0; }
.home .front-content .entry-header{ margin:0; height:auto;}
.home .front-content a.default-button { 
	margin: 100px 20px 100px 0;
}
.front-page-sidebar {
	background: #000;
	padding: 0;
}
.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 12px;
	color: #000;
	font-family: 'Oswald', sans-serif;
}
.has-breadcrumbs .breadcrumbs a {
	color: #b1b1b1;
	padding: 0 10px;
}
/* =Menu
----------------------------------------------- */
.sticky-wrapper{ width: 100%; }
.navbar{ margin: 0; }
.navbar-default {
	background-color: #fff;
	border: medium none;
}
.navbar-brand {
	color: #FBEB4F;
	height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
/* =.navbar
---------------------------------------------*/
.navbar-collapse.collapse{ margin-top: 35px; }
.navbar-default .navbar-nav > li > a {
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	color: #b1b1b1;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	padding: 0 25px 0 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #000;
}
.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-nav > li.menu-item-457 > a {
	font-family: 'Oswald', sans-serif;
	color: #000;
	background: #fbeb4f;
	font-size: 20px;
	height: 40px;
	line-height: 37px;
	padding: 0 20px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #000;
}
.navbar-default .navbar-nav > li.menu-item-457 > a:hover {
	color: #fbeb4f;
	background: #000;
}
.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: #e7e7e7;
	color: #555555;
}
.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}
.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}
.navbar-default .nav-user > li > a {
	line-height: 24px;
	padding: 0 10px;
	text-transform: none;
}
.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
.navbar-nav > li:hover > .dropdown-menu{
	display: block;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {} 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
.navbar-nav > li.site-phone{}
.navbar-nav > li.site-phone a{
	color: #000;
	font-weight: bold;
}
.navbar-nav > li.site-phone .fa{}
#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; margin: 10px 0 0; padding: 0; }
.socials li{ float:left; }
.socials li a{
	background: none repeat scroll 0 0 #444343;
	border-radius: 100%;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 20px;
}
.socials li a:hover{ opacity:1; }
.socials li.facebook a{}
.socials li.twitter a{ }
.icon-contactus-small {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/icon-contactus-small.png) center 4px no-repeat;
	background-size: 100%;
	margin-right: 5px;
}
.contact-top {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #444343;
	text-align: right;
}
/* =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;
}
.home .site-header-image-bg{ height:480px!important; background-attachment: fixed !important; }
a.default-button, .default-button {
	font-family: 'Oswald', sans-serif;
	color: #000;
	background: #fbeb4f;
	font-size: 20px;
	height: 50px;
	line-height: 47px;
	padding: 0 30px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #000;
}
a.default-button:hover, .default-button:hover {
	border: 2px solid #000;
	color: #fbeb4f;
	background: #000;
}
/* =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; padding:0; margin:0; }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-summary {
	margin: 1.2em 0 0;
}
.entry-content{
	margin:auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}
.page-header {
	border: none;
}
.page-header h1.entry-title {
	font-size: 28px;
	line-height: 1.1;
}
.contact-header{
	padding-top: 20px; 
}
.contact-header .entry-title{ margin-bottom: 0;}
.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }
#image-navigation{ text-align:right; }
.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none; }
.hentry.service .entry-content{ }
.services-list {
	padding: 60px 20px 120px;
}
.services-list .cta-title {
	margin-bottom: 20px;
}
.services-list .cta-title a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;	
}
.services-list .cta-title a:hover {
	color: #fbeb4f;
}
.services-list .cta-title a img {
	margin-right: 20px;
}
.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 */
	margin-bottom: 1.2em;
}
.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;
	margin-bottom: 0;
}
.gallery dd { margin: 0; }
.gallery .gallery-item{
	float: left;
	margin-top: 0px!important;
	text-align: center;
	margin-bottom: 0!important;
	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; 
}
.gallery-columns-4 .gallery-item {}
.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;
	font-weight: bold;
}
.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:276px; }
#searchsubmit {}
.widget_categories{}
.widget_categories .widget-title{}
.widget_categories ul{}
.widget_categories ul li{}
.widget_categories ul li a{
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.widget_categories ul li.current-cat > a{}
.widget_nav_menu{}
.widget_nav_menu .widget-title{}
.widget_nav_menu .menu{}
.widget_nav_menu .menu li{ position: relative;}
.widget_nav_menu .menu li a{
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.widget_nav_menu .menu li:last-child a{ border:none; }
.widget_nav_menu .menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a{ }
.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{ 
}
.widget_nav_menu .menu li .sub-menu > li{}
.widget_nav_menu .menu li .sub-menu > li > a{ 
	border:none; font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-left: 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{}
.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,
.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{}
#scrollUp{ position: fixed; right: 10px; bottom: 10px;}
/* =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;
}
.bx-wrapper .bx-controls-direction a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	outline: 0 none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 50%;
	width: 40px;
	z-index: 65;
}
.bx-wrapper .bx-prev{ left: 0; }
.bx-wrapper .bx-next{ right: 0; }
/* Custom Post type Slidshow */
.slidercontainer{ margin:auto; }
.slidercontainer ul { list-style: none; margin: 0; }
.slidercontainer ul li { padding: 20px; }
.slide-info {width:94%!important;}
.slide-info a.default-button {
	background: #000;
	color: #fbeb4f;
}
.slide-info a.default-button:hover {
	background: #000;
	color: #fbeb4f;
}
.slide-info .slidetitle {
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
/* Custom Post type CTA */
.cta-container{ 
	height: 490px;
	background-attachment: fixed !important;
}
.custom-cta{}
.custom-cta .cta{ 
	background: #fff;
	border-radius: 5px;
	padding: 140px 20px 20px;
	box-shadow: 0 10px 15px 0 #d3d3d6;
	text-align: center;
	position: relative;
	margin-top: 75px;
}
.custom-cta .cta > a { 
	position: absolute;
	left: 50%;
	margin-left: -115px;
	top: -110px;
}
.custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
.custom-cta .cta-title a {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	color: #fbeb4f;
	/*-webkit-text-stroke: 2px black;*/
	font-weight: 900;
	text-decoration: none;
	margin: 30px 0;
        line-height: 1.1;
	text-shadow: 2px 2px 2px #000;
}
.custom-cta .cta-summary{ padding: 10px; min-height: 150px; }
.custom-cta .cta-summary a.default-button {	
	line-height: 47px;
}
.custom-cta .cta:hover .readmore{ display:block; }
/* =Custom Page Section
----------------------------------------------- */
.page-section{ }
#cta-masonry{ padding: 20px 0 0; background: #f4f4f4; }
.custom-cta-masonry .item{ max-width: 100%; }
.custom-cta-masonry .cta{ margin-bottom: 20px;}
#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; background:none!important; }
#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 24px;
	line-height: 32px;
	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 .service-carousel
----------------------------------------------- */
.item-carousel{}
.item-carousel .item{ position: relative;}
.item-carousel .item .thumbnail{}
.item-carousel .item .thumbnail a{}
.item-carousel .item .thumbnail img{ float: none; }
.item-carousel .item:hover .thumbnail img{ opacity: 0.15; }
.item-carousel .item .item-title{
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
	display: none;
}
.item-carousel .item:hover .item-title{ display: block;}
.item-carousel .item .item-title a{
	color: #fff;
	display: block;
	font-size: 28px;
	padding: 24.5% 0;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(0,0,0,.5);
}
.item-carousel .item:hover .item-title a{ text-decoration: none;}
#masonry{ padding:80px 0; max-width: 1600px; margin:auto; }
.custom-masonry .post-grid .thumbnail{
	border-radius: 0;
	display: block;
	padding: 0;
	position: relative;
}
.custom-masonry .post-grid .thumbnail .caption{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 35;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity: 0;
}
.custom-masonry .post-grid:hover .thumbnail .caption{
	opacity: 1;
}
.custom-masonry .post-grid .thumbnail .caption-content{
	position: absolute;
	text-align: center;
	top: 50%;
	transform:translateY(-50%);
	left: 20px;
	right: 20px;
}
.custom-masonry .post-grid .thumbnail .caption{}
.custom-masonry .post-grid .thumbnail .caption .icon{}
.custom-masonry .post-grid .thumbnail .caption .icon .fa{font-size: 32px; }
.custom-masonry .post-grid .thumbnail .caption h3{}
.custom-masonry .post-grid .thumbnail .caption .btn-link{}
.custom-masonry .post-grid .thumbnail .caption .btn-link:hover{color: #fff; }
.custom-masonry .post-grid .thumbnail .caption .post-readmore{ display: block;}
/* =Custom .featured-list
----------------------------------------------- */
.service-list{ padding:80px 0; background: #f4f4f4; }
.featured-list{}
.featured-list .fa{ font-size: 3em; }
.featured-list-title{ font-size: 22px; margin-bottom: 10px; }
.featured-list-title a{ color: #6d6e71; }
.featured-list:hover .featured-list-title a{  color: #FBEB4F; text-decoration: none;  }
.featured-list-summary{ color: #6d6e71; }
.featured-list-footer{ padding-top: 20px; }
/* =Custom .service-icon
----------------------------------------------- */
.items-icon{ background: #313133; color: #fff; padding:80px 0; }
.item .item-icon{ text-align: center; margin-bottom: 20px; }
.item .item-icon .fa{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 58px;
	height: 140px;
	line-height: 140px;
	margin-bottom: 29px;
	width: 140px;
}
.item-icon .item-title{ font-size: 18px; margin:0;}
.item-icon .item-title a{ color: #fff;}
/* =Custom .mixitup
----------------------------------------------- */
.mixitup{ padding:20px 0;  margin-bottom: 0px; }
.mixitup .mix{ display: none; max-width: 100%; }
.mixitup .item{ text-align: center; }
.mixitup .item h3{ padding:10px 0 20px 0; margin-bottom: 0}
/* =Custom .our-team
----------------------------------------------- */
.our-team{ padding: 50px 0; }
.our-team .section-title{  padding: 0 30px 20px; }
.our-team .team{ background: none repeat scroll 0 0 #313133; color: #fff; margin-bottom: 30px; }
.our-team .team .thumbnail{ margin:0; }
.our-team .team .thumbnail img{ width: 100%; height: auto; }
.our-team .team .team-title{ padding: 10px 20px 0; font-size: 18px; margin-bottom: 0 }
.our-team .team .team-title a{ color: #fff;}
.our-team .team .team-summary{padding:0 20px 1px; font-weight: bold; }
/* =Custom .service-tabs
----------------------------------------------- */
.service-tabs{}
.service-tabs-header{ background: #313133; padding:0; }
.service-tabs-nav{ list-style: outside none none; margin: 0; padding: 0;}
.service-tabs-nav li{ text-align: center;  position: relative;  display: inline-block; float: left; padding:20px 0!important; }
.service-tabs-nav li.ui-tabs-active:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(49, 49, 51, 0);
	border-top-color: #313133;
	border-width: 20px;
	margin-left: -20px;
}
.service-tabs-nav li a{
	display: block;
	float: none !important;
	outline: none;
}
.service-tabs-nav li a .fa{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 48px;
	height: 100px;
	line-height: 100px;
	margin: auto;
	width: 100px;
}
.service-tabs-nav li a:hover{ text-decoration: none;}
.service-tabs-nav li:hover .fa,
.service-tabs-nav li.ui-tabs-active .fa{
	background: #ef550f;
	color: #fff;
}
.service-tabs-nav li a span{
	color: #fff;
	display: block;
	padding: 0 20px 0;
	text-align: center;
	white-space: normal;
	text-transform: lowercase;
	font-size: 16px;
}
.service-tabs-content{ padding:20px 0!important;}
.single-content-service{ padding:20px 0;}
/* =Custom .brands-container
----------------------------------------------- */
.brands-container{ padding:50px 0; background: #f4f4f4;  }
/* = 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: #FBEB4F;
	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: #FBEB4F;
	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: #FBEB4F;
	border-color: #FBEB4F;
	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 */
.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 .large{ 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; display: none; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; display: none; }
.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; display: none; }
.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
-------------------------------------------------- */
/* = Custom Bootstrap
------------------------------------------------*/
.btn{ line-height: 34px; border-radius: 0 ; padding:0 25px; }
.btn-xs{ line-height: 18px; height: 20px; padding:0 10px;}
.btn-sm{ line-height: 22px; height: 24px; padding:0 15px;}
.btn-lg{ line-height: 40px; height: 42px; padding:0 40px; }
.lead{ font-size: 22px; font-weight: normal;}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {}
.btn:active,
.btn.active {}
.btn-default {}
.btn-default:hover,
.btn-default:focus {}
.btn-default:active,
.btn-default.active {}
.btn-primary {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {}
.btn-success {}
.btn-success:hover,
.btn-success:focus {}
.btn-success:active,
.btn-success.active {}
.btn-info {}
.btn-info:hover,
.btn-info:focus {}
.btn-info:active,
.btn-info.active {}
.btn-warning,
.btn-warning:visited { color: #fff;}
.btn-warning:hover,
.btn-warning:focus { color: }
.btn-warning:active,
.btn-warning.active {}
.btn-danger {}
.btn-danger:hover,
.btn-danger:focus {}
.btn-danger:active,
.btn-danger.active {}
.thumbnail,
.img-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;
}
.alert {}
.alert-success {}
.alert-info {}
.alert-warning {}
.alert-danger {}
.progress {}
.progress-bar {}
.progress-bar-success {}
.progress-bar-info {}
.progress-bar-warning {}
.progress-bar-danger {}
.list-group {}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {}
.panel {}
.panel-default > .panel-heading {}
.panel-primary > .panel-heading {}
.panel-success > .panel-heading {}
.panel-info > .panel-heading {}
.panel-warning > .panel-heading {}
.panel-danger > .panel-heading {}
.well{}
.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}
.nopadding { padding: 0 !important; margin: 0 !important; }
.nopadding .thumbnail{ display:block; margin:0; }
.nopadding .thumbnail img{ display: inline-block; }
.site-top {
	background: #e6e3e3;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d3d3d6;
}
.page-template-services .site-main .col-md-8  { padding: 40px; }
.page-template-services .site-main .col-md-8 .page-header { margin: 0; }
.single-service .site-main .col-md-8 { padding: 40px; }
.single-service .site-main .col-md-8 .page-header { margin: 0; }

.single-service .entry-bins {}
.single-service .entry-bins .size{margin-bottom: 40px;}
.single-service .entry-bins .size table{background: #eaeaea!important;}
.single-service .entry-bins .size .table > tbody > tr > td{border-top: 2px solid #fff; padding: 10px 20px;}
.single-service .entry-bins .size .quote{margin-bottom: 40px;}
.single-service .entry-bins .size .quote a.default-button{
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    border: 0px solid #000;
}
.single-service .entry-bins .size .quote a.default-button:hover {
    border: 0px solid #000;
    color: #FBEB4F;
    background: #000 none repeat scroll 0% 0%;
}

.post-thumbnail { margin-bottom: 20px; }

.services-list-widget { background: #000; padding: 170px 30px 100px; }
.services-list-widget .services-list-title { color: #fbeb4f; text-align: left; margin-bottom: 40px; font-size: 50px; line-height: 60px; font-family: 'Oswald', sans-serif; font-weight: bold; text-transform: uppercase; }

.contact-widget { background: #fff; padding: 30px 30px 50px; }
.contact-widget h2, .contact-widget .contact-widget-title { background: url(images/icon-contactus-black.png) right center no-repeat; color: #000; height: 50px; line-height: 50px; margin-bottom: 40px; font-size: 28px; font-family: 'Oswald', sans-serif; font-weight: bold; }
.contact-widget .gfield_html { text-align: left; font-family: 'Lato', sans-serif; font-size: 12px; }
.contact-widget input[type=submit] { margin-top: -30px; }

#sidebar { margin-top: -150px; }
.map-wrapper { padding: 40px; }
#contact-map { height: 650px; }
table.address tr td, table.address tr th { padding: 5px; }
.page-template-contact-us .arrow-left { position: absolute; bottom: -30px; left: 250px;	}

.page-template-contact-us .entry-content a{color: #b1b1b1;}
.container { position: relative; }

.ui-datepicker {
    width: 250px;
    padding: 10px;
    display: none;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    font-size: 12px;
    margin: 5px 0;
}

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {
    width: 40%;
    padding: 0;
    margin: 0 5px;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0px none;
    color: rgb(255, 255, 255);
    margin: 5px 0px;
}

.ui-datepicker-trigger {
	right: 20px;
	position: absolute;
	margin-top: -25px;
}
.ui-datepicker-today {background:#FFFFFF; }
.ui-datepicker-today .ui-state-highlight {color: #000000;}

/*Request A Quote*/

.page-template-ladding-page .navbar-inverse{
	background-color: #fff;
	border-color: #fff;
}
.page-template-ladding-page .site-header-image-bg{
	height: 500px !important;
}
.page-template-ladding-page .quoteform{
	background-color: #000;
	    padding: 20px;
	height: 500px;
}
.page-template-ladding-page .quoteform .gform_title{
	color: #fff;
	font-size: 42px;
    line-height: 45px;
    margin: 20px 0 40px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.page-template-ladding-page .quoteform ul li input[type=text]{
	width: 100%;
    height: 35px;
    line-height: 35px;
    background: #e6e6e6;
    padding: 0 10px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #626262;
}
.page-template-ladding-page .quoteform ul li select{
	width: 100%;
    height: 35px;
    line-height: 35px;
    background: #e6e6e6;
    padding: 0 10px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #626262;
}
.page-template-ladding-page .quoteform ul li{
	margin-bottom: 20px;
}
.page-template-ladding-page .navbar-collapse  .site-phone p{
	font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: right;
    margin: 30px 0;
    display: inline-block;
}
.page-template-ladding-page .hero h1{
	font-size: 65px;
    line-height: 70px;
    color: #000;
    font-weight: bold;
    margin-top: 20%;
    text-align: left;
}
.page-template-ladding-page #landing-page{
	padding: 30px 0;
}
.page-template-ladding-page #landing-page .site-main-left  p{
	text-align: left;
}
#img-bin {
    position: relative;
    margin-top: -45px;
    right: 104px;
    max-width: 727px;
}
.page-template-ladding-page input[type=submit]{
	box-shadow: 0 3px 0 1px #CF931F !important;
    background: #fbeb4f;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-size: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: #000;
    border: none;
    float: right;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    z-index: 50;
}
.page-template-ladding-page .feature-list{
	background-color: #f4f4f4;
	padding: 40px 0;
}
.page-template-ladding-page .feature-list .hi-icon-wrap .hi-icon img{
	margin-top: 27px;
}
.page-template-ladding-page .site-footer .footer-info .site-copyright{
	margin-top: 0px;
}
.page-template-ladding-page .site-footer .footer-info .site-info{
	margin-top: 0px;
}
.page-template-ladding-page .site-header img{
	display: inline-block;
}
.page-template-ladding-page h2{
	font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #5f5f5f;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 20px;
}

/*Request A Quote Thank You*/
.page-template-Requestaquotesthankyou .navbar-inverse{
	background-color: #fff;
	border-color: #fff;
}

.page-template-Requestaquotesthankyou .site-main-left.col-md-12{
	text-align: left;
	padding: 30px 0;
}

.page-template-Requestaquotesthankyou .header-center .text-center{
	font-size: 65px;
    line-height: 70px;
    color: #000;
    font-weight: bold;
    text-align: left !important;
    margin-top: 3%;
}

.page-template-Requestaquotesthankyou .navbar-collapse  .site-phone p{
	font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: right;
    margin: 30px 0;
    display: inline-block;
}

.page-template-Requestaquotesthankyou .site-phone img{
	display: inline-block;
}

.page-template-Requestaquotesthankyou  .feature-list .hi-icon-wrap .hi-icon img{
	margin-top: 27px;
}
.page-template-Requestaquotesthankyou .feature-list{
	background-color: #f4f4f4;
	padding: 40px 0;
}

.page-template-Requestaquotesthankyou h2{
	font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #5f5f5f;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 20px;
}

.single-post .site-content a{
	color: #d09422;
}

.single-post .site-content a:hover{
	color: #d09422;
}


