/*
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
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #58585a;
	font-family: 'Lora', serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.5px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Lora', serif;
	font-weight: normal;
}

h1{ font-size: 28px; color: #bfbfbf;}
h2{ font-size: 26px; }
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 {
	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: none repeat scroll 0 0 #f39f1e;
	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 {
	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: #f39f1e;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #f39f1e;
	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;
}




/* =Layout: Content-Sidebar
----------------------------------------------- */

#content { padding-bottom: 20px; }
#sidebar { margin: 0; }
#sidebar .widget{ }

.archive-content{ padding-top: 20px; }
.page-content{ padding-top: 20px; }

/* =Main Layout
----------------------------------------------- */
#page{ }

.site-header{ padding:0;  width: 100%; }
.site-header .navbar-brand {
	display: block;
    float: left;
    font-size: 18px;
    line-height: 40px;
    padding: 40px 0;
    width: 270px;
    height: auto;
}
.site-header .navbar-brand img{ 
	display: block;
	height: auto;
	margin-bottom: 0;
	width: 270px;
}

.site-header .sidebar-header{ padding-top: 35px; float: right; max-width: 600px; }
.sidebar-header .site-phone{ float: right;}
.sidebar-header .site-phone a{ color: #e1e1e1; font-size: 25px; display: block; padding: 10px 15px; border: 1px solid #e1e1e1; float: left; }

.is-sticky  .sidebar-header .site-phone a{
	
}

.site-featured{ margin:auto; }
.site-header-image-bg{ height:928px !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{ max-width: 1200px;}
.site-main{ }
.home .site-main{ padding:0; }

.site-footer{
	background: none repeat scroll 0 0 #fff;
	float: left;
	width: 100%;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #fff;
	clear: both;
	color: #bfbfbf;
	float: left;
	font-size: 13px;
	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 a{ color: #bfbfbf;}
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }


.page .entry-header{ }
.page .entry-header .entry-title{}

.home .front-content{ padding:20px 0; }
.home .front-content .entry-header{ margin:0; height:auto;}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}

/* =Menu
----------------------------------------------- */
.sticky is_stuck{
   z-index: 6;
}
.sticky-wrapper{ width: 100%; position: fixed; z-index: 60; }
.site-header {}
.is-sticky .site-header{
	width: 100%;
	height: 116px;
	background-color: #fff;
	position: relative !important;
	
	
}
.is-sticky .navbar-brand{padding: 27px 0;}
.is-sticky .navbar-brand img{max-width:367px; height: auto;}
.is-sticky .sidebar-header{padding-top: 17px;}
.is-sticky .navbar-default {
	position: absolute;
	bottom: 0;
	height: 80px;
	/*line-height: 80px;*/
	width: 100%;
	background-color: #fff; 
	-webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.navbar{ margin: 0; }
.navbar-default {
	background-color: #fff;
	border: medium none;
	width: 100%;
}
.navbar-brand {
	color: #f39f1e;
	height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin: 0; padding-left: 10px;}

/* =.navbar
---------------------------------------------*/

.navbar-collapse.collapse{ text-align: right; display: block; position: relative;}
.navbar-collapse.collapse .navbar-nav{}
.navbar-default .navbar-nav > li{margin: 0 25px;}
.navbar-default .navbar-nav > li > a {
	line-height: 50px; 
	padding: 0 5px;
	font-size: 14px;
	color: #58585a;
	text-transform: uppercase;
	letter-spacing: 2px;

	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.navbar-default .navbar-nav > li > a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.navbar-default .navbar-nav > li > a:hover:before,
.navbar-default .navbar-nav > li > a:focus:before {
	color: #e1e1e1;
	text-shadow: 10px 0 #e1e1e1, -10px 0 #e1e1e1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #58585a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #58585a;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #58585a;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;;
    border-radius: 0;
    color: #dddddd;
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
	width: 42.15px;
	height: 41px;
	padding: 5px 10px;
}
.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: #f39f1e none repeat scroll 0 0;	color: #fff;}
.navbar-nav > li.site-phone{}
.navbar-nav > li.site-phone a{color: #f39f1e;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; }
.socials li{ float:left; }
.socials li a{
	background: none repeat scroll 0 0 #000000;
	border-radius: 15px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 29px;
}

.socials li a:hover{ opacity:1; }
.socials li.facebook a{}
.socials li.twitter a{ }*/


/* =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 Section -------------------------*/
#welcome{display: none;}
.section-wrapper{
	padding: 80px 0;
	display: block;
	position: relative;
	background-position: center top; 
	background-size: cover;
	/*background-attachment: fixed;*/
}
.contact-btn{
	max-width: 190px; 
	text-align: center;
	position: relative;	
	margin-top: 80px;
}
.contact-btn a{ color: #808080; text-transform: uppercase;display: block;padding: 15px 0; border: 1px solid #808080;}
.contact-btn a:hover{color: #000; border: 1px solid #000;}
/*
-------------------- About Us Section --------------------*/
.about-wraper{padding-top: 140px;}
.about-wraper h1{margin-bottom: 60px; text-transform: uppercase; letter-spacing: 1.5px;}
.gallery-area{position: relative; display: block; float: right;}
.gallery-area .item{
	display: block;
	position: relative;
	margin-bottom: 25px;
}
/*
-------------------- Our Homes Section ------------------ */
.homes-wraper h1 {
    color: #bfbfbf;
    letter-spacing: 1.5px;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
}
.homes-fullter .mix{display: none;}
.pull-right{float: none !important; text-align: center; margin-bottom: 40px;}
.btn-filters li{ color: #bfbfbf; text-transform: uppercase;letter-spacing: 0.5px; list-style: none;}
.btn-filters li:hover, .btn-filters li.active{ color: #fff; box-shadow: none;}

/*.gallery-container .homes-gallery-slider .bx-wrapper .bx-viewport { height: 100% !important; max-height: 490px !important;  margin-bottom: 25px;}
.gallery-container .homes-gallery-slider ul {margin: 0; padding: 0;}
.gallery-container .homes-gallery-slider ul li {
    display: block;
    float: left !important;
    position: relative !important;
    max-width: 575px;
    width: 100% !important;
}
.gallery-container .homes-gallery-slider ul li a{ position: absolute; bottom: 25px; z-index: 999; left: 50%; display: block; width: 120px; margin-left: -60px; color: #fff;}
.gallery-container .homes-gallery-slider .pager{margin: 0;}
.gallery-container .homes-gallery-slider .pager li {display: block; float: left; margin: 0 6px;}
.gallery-container .homes-gallery-slider .pager li img { margin-bottom: 12px;}
.gallery-container .homes-gallery-slider .pager li {display: block; float: left; margin: 0 5px;}
.gallery-container .homes-gallery-slider .pager li a{background: none;}
.gallery-container .homes-gallery-slider .pager li img {margin-bottom: 15px;}

.gallery-container .bx-wrapper .bx-controls-direction a{
    color: #fff;
    font-size: 0px;
    height: 100%;
    line-height: 60px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    margin-top: 0;
    text-indent: 0;
    top: 0%;
    width: 40px;
    z-index: 65;
}
.gallery-container .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0.45) url("images/bx-prev.png") center center no-repeat;
    background-size: auto 40px !important;
    left: 0px;
}
.gallery-container .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0.45) url("images/bx-next.png") center center no-repeat;
    background-size: auto 40px !important;
    right: 20px;
}
.detail{
	display: block;
	position: relative; 
	color: #8a8a8a; 
	font-size: 12px; 
	font-weight: 400; 
	margin: 20px 0; 
	padding: 20px 0; 
	border-top: 1px solid #525252; 
	border-bottom: 1px solid #525252; 
}
.detail span{padding-left: 10px;}
.detail li{ display: inline-block; list-style: none; padding-left: 35px; margin-right:25px; }
.detail li.bed{background: url(images/bed-icon.png) left center no-repeat;}
.detail li.bath{background: url(images/bath-icon.png) left center no-repeat;}
.detail li.car{background: url(images/car-icon.png) left center no-repeat;}
.homes-content-summary .cat{ text-transform: uppercase;}*/


/*
--------------------- Our Homes Tabs ---------------------*/
.our-homes-tabs{}
.our-homes-tabs .our-homes-tabs-header{}
.our-homes-tabs .our-homes-tabs-header ul{ box-shadow: none;}
.our-homes-tabs .our-homes-tabs-header li{ display: block; margin: 0 12px;}
.our-homes-tabs .our-homes-tabs-header li.ui-tabs-active a, .our-homes-tabs .our-homes-tabs-header li:hover a{ color: #ffffff; }
.our-homes-tabs .our-homes-tabs-header li a{ color: #bfbfbf; text-transform: uppercase; letter-spacing: 1.5px; list-style: none; font-size: 14px;}

.our-homes-tabs-content .our-homes-tabs-content{padding: 0; }
.slide-area .bx-wrapper{overflow: hidden; padding: 0; margin: 0; position: relative;}
.slide-area .bx-wrapper .bx-viewport { height: 100% !important; /*height: 675px !important; */ }
.slide-area .slider {margin: 0; padding: 0; overflow: hidden; height: 675px !important; }
.slide-area .slider li {
    display: block;
    position: relative !important;
    width:auto !important;
    height: 675px !important;
}

.slide-area .slider li:last-child .homes-content-summary{display: block;}
.slide-area .slider li:last-child .various.btn-open span{background: url(images/close-icon.png) top right no-repeat; cursor:pointer;}

.slide-area ul li img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	display: block;
	margin: 0 auto
}
.slide-area ul li:last-child img{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto
}
.slide-area ul li a{ /*position: absolute; bottom: 25px; z-index: 999; left: 50%; display: block; width: 120px; margin-left: -60px; color: #fff;*/}

.gallery-container .pager-area{position: relative; height: 130px; overflow: hidden;}
.gallery-container .pager-area .bx-wrapper{position: relative; height: 130px;}
.gallery-container .pager-area .bx-wrapper .bx-viewport{max-width: 800px; position: relative; margin: auto; height: 130px;}
.gallery-container .pager-area .pager a  {height: 115px;}
.gallery-container .pager-area .pager a:last-child {background: rgba(59,59,59,0.98) !important; display: block;}
.gallery-container .pager-area .pager a:last-child p{color: #bfbfbf; font-size: 14px; text-transform: uppercase; margin-top: 45px; display: block;}
.gallery-container .pager-area .pager a p{display: none;}
.gallery-container .pager li > a{width: 175px; height: 115px;}
.gallery-container .pager li > a p{ color: #fff; display: none;}
.gallery-container .pager li#pager-0 a{background: rgba(59,59,59,0.98) !important;}
.gallery-container .pager li#pager-0 a p{display: block; width: 175px; height: auto;  margin-top: 45px; font-size: 14px; color: #bfbfbf; text-transform: uppercase;}



.gallery-container .pager{margin: 20px 0 0 0 ;}
/*.gallery-container .pager li {display: inline-block; float: none; margin: 0 12px;}
.gallery-container .pager li a{background: none;}*/
.gallery-container .pager li img {margin-bottom: 0;}

.gallery-container .pager-area .bx-wrapper .bx-controls-direction a{
    color: #fff;
    font-size: 0px;
    height: 100%;
    line-height: 60px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    margin-top: 0;
    text-indent: 0;
    top: 0%;
    width: 40px;
    z-index: 65;
}
.gallery-container .pager-area .bx-wrapper .bx-prev {
    background: url("images/bx-prev.png") center center no-repeat;
    background-size: auto 40px !important;
    left: 100px;
}
.gallery-container .pager-area .bx-wrapper .bx-next {
    background: url("images/bx-next.png") center center no-repeat;
    background-size: auto 40px !important;
    right: 100px;
}

.slide-area .slider li:last-child .various span{
	cursor:default;
	background: url(images/desc-icon.png) top right no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	position: absolute; 
	top: 20px;
	right: 20px;
	font-size: 0;
}
.various.btn-open span{
	/*background: url(images/close-icon.png) top right no-repeat;*/
	display: block;
	width: 29px;
	height: 29px;
	position: absolute; 
	top: 30px;
	right: 30px;
	font-size: 0;
	z-index: 999;
}
#content-wrapper{
	position: absolute; 
	top: 0; 
	left: 0; 
	display: block; 
	z-index: 9; 
	width: auto; 
	padding: 15px;
}

.homes-content-summary{
	margin-left: 0px;
	display: none;
	position: relative;
	background: rgba(59,59,59,0.98);
	padding: 100px 180px;
	color: #bfbfbf;
	height: 645px;
	text-align: center;
	line-height: 24px;
}
.homes-content-summary .title{
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 2px;
	font-size: 24px; text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #535251;
}
.content-summary{display: block; margin-top: 30px;}
.homes-content-summary .contact-btn{ margin:68px auto auto; }
.homes-content-summary .contact-btn:hover a{color: #fff; border: 1px solid #fff;  margin:68px auto auto;}



/*
-------------------- Contact Us Section ----------------- */
.contact-wraper{ 
	display: block; 
	float: none; 
	margin: auto;
	max-width: 575px;
	background: #fff;
	border: 1px solid #bfbfbf;
	max-height: 850px;
	border-radius: 12px;
	padding: 100px 80px 80px;
}
.contact-wraper a{color: #58585a;}
.contact-wraper img{display: block; margin: auto; float: none;}
.contact-wraper h1{ color: #bfbfbf; text-transform: uppercase; letter-spacing: 1.5px; text-align: center; margin: 70px 0;}

/* =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-bottom: medium none;
	height: 150px;
	margin-top: -150px;
	padding-bottom: 0;
	padding-top: 60px;
}
.page-header .entry-title{ margin-bottom: 0;}

.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{ }

.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; }

/* =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; background:#d7d7d7; }
.sliderarea{ width:100%; display:block; padding:0px; height: 925px !important;}
.sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; background:none!important; height: 925px !important;}
.sliderarea .bx-wrapper .bx-pager{position: relative; bottom: 30px; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
.sliderarea .bx-wrapper .bx-pager.bx-default-pager a{background: rgba(255,255,255, .25);}
.sliderarea .bx-wrapper .bx-pager.bx-default-pager a:hover, .sliderarea .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: rgba(255,255,255, 1);
}
.custom-slideshows > .slide{ width:100%!important; background-size: cover!important; position: relative; height: 925px !important; }

.wrapper-text{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	background: rgba(0,0,0, .45);
	padding: 30px 0 60px;
}

.custom-slideshows > .slide .slide-info{max-width: 800px; float: none; margin: auto; display: block; text-align: center;}
.custom-slideshows > .slide .slide-info h2 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid;
	padding: 0 20px 20px;
	border-color: rgba(255,255,255, .35);
	letter-spacing: 1.5px;
}
.custom-slideshows > .slide .slide-info a{ font-size: 12px; color: #ffffff; margin: 10px 0; display: block; text-align: center;}
.custom-slideshows > .slide .slide-info .btn{}

.slidercontainer .bx-wrapper .bx-controls-direction a{
    color: #fff;
    font-size: 0px;
    height: 72px;
    line-height: 60px;
    margin-top: -36px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 50%;
    width: 25px;
    z-index: 65;

}
.slidercontainer .bx-wrapper .bx-prev {
    background: url(images/bx-prev.png)left top no-repeat;
    left: 50px;
}
.slidercontainer .bx-wrapper .bx-next {
      background: url(images/bx-next.png)left top no-repeat;
    right: 50px;
}

.scroll-more{
    background: url(images/arrow-button.png)center top no-repeat;
    position: relative;
    margin-bottom: 30px;
    width: 27px;
    height: 28px;
    cursor: pointer;
    font-size: 0;
    display: block;
    z-index: 999;
    top: 100%;
    margin: auto;
}

/* = 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: #f39f1e;
	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: #f39f1e;
	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: #f39f1e;
	border-color: #f39f1e;
	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{max-width: 100% !important; position: relative; }
.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{width: 100% !important; border: 1px solid #bfbfbf; }
.gform_wrapper .gfield_html{color: #bfbfbf; padding: 15px; width: 50%; position: relative; display: block;}
#gform_wrapper_1{margin-top: 40px;}
#gform_wrapper_1 input::-webkit-input-placeholder, #gform_wrapper_1 textarea::-webkit-input-placeholder { 
	color: #bfbfbf !important;
	font-size: 13px !important;
}
#gform_wrapper_1 input:-moz-placeholder, #gform_wrapper_1 textarea:-moz-placeholder { 
	color: #bfbfbf !important;
	font-size: 13px !important;
}
#gform_wrapper_1 input::-moz-placeholder, #gform_wrapper_1 textarea::-moz-placeholder { 
	color: #bfbfbf !important;
	font-size: 13px !important;
}
#gform_wrapper_1 input:-ms-input-placeholder, #gform_wrapper_1 textarea:-ms-input-placeholder { 
	color: #bfbfbf !important;
	font-size: 13px !important;
}
#gform_wrapper_1 input[type="submit"]{
	width: 185px;
	text-align: center;
	font-size: 14px; 
	color: #bfbfbf;
	position: relative;
	text-transform: uppercase;
	background: none;
	border: 1px solid #bfbfbf;
	box-shadow: none;
	text-shadow:none;
}
#gform_wrapper_1 input[type="submit"]:hover{
	border: 1px solid #000;
	color: #000;
}
.ginput_container input:focus,
.ginput_container textarea:focus {}
.gform_wrapper .gform_footer { clear: both;  margin-top: -55px; padding: 0; float: right;}
.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; }


/* 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-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;
}

.pager li{width: 175px !important; height: 115px;}
.nopadding { padding: 0 !important; margin: 0 !important; }
.nopadding .thumbnail{ display:block; margin:0; }
.nopadding .thumbnail img{ display: inline-block; }