/*
Theme Name: Your Web Layout
Theme URI: http://yourweblayout.com/
Author: Design Services
Author URI: http://yourweblayout.com/
Description: This site was built by Design Services. If you have any questions, please contact <a href="mailto:updates@yourweblayout.com">updates@yourweblayout.com</a>
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Your Web Layout is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Bootstrap
	1.1 Adjustments

2.0	Underscores
	2.1 Elements
	2.2 Accessibility
	2.3 Alignments
	2.4 Clearings

3.0 Your Web Layout
	3.1 Typography
	3.2 Background
	3.3 Header
	3.4 Navigation
	3.5 Content
	3.6 Sidebar
	3.7 Footer
	3.8 Custom

4.0 Media Queries
	4.1 xs
	4.2 sm
	4.3 md
	4.4 lg
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Bootstrap
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.1 Adjustments
--------------------------------------------------------------*/
/* If they insist, disable responsiveness thusly
 * @link http://getbootstrap.com/getting-started/#disable-responsive
 *
 * 1. Replace all col classes (col-lg, col-md, col-sm) with col-xs
 * 2. Remove all navbar collapsing and expanding behavior
 * 3. Uncomment css below to override container width
 */

/*
.container {
	width: 970px !important;
}
@media (min-width: 768px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
*/

/*--------------------------------------------------------------
2.0	Underscores
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Elements
--------------------------------------------------------------*/
img {
	height: auto; /* Make sure images are scaled correctly */
	max-width: 100%; /* Adhere to container width */
}

/* Make sure elements fit their containers */
embed,
iframe,
object,
.wp-caption,
.widget select {
	max-width: 100%;
}

/* Required by WordPress theme check */
.sticky,
.bypostauthor,
.gallery-caption,
.wp-caption-text {
}

/*--------------------------------------------------------------
2.2 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
2.3 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
2.4 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
3.0 Your Web Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.1 Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {

}
h1, .h1 {
	font-family: 'Abel', sans-serif !important;
	font-size: 32px;
	color: #333333;	
	font-weight: bold;
}
h3, .h3 {
	font-size: 22px;
	color: #F7901E;
	text-transform: uppercase;
}
h4, h4 {
	color: #00ACCF;
	display: inline-block;
	border-border: 1px solid #00ACCF;
}
p {

}
a {
    color: #00accf;
    text-decoration: none;
}
a:hover, a:focus {
    color: #00b9e0;
    text-decoration: underline;
}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
	background: url(images/pattern.png) repeat;
}
.site-header > .container {
	margin-top: 30px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: url(images/wave.png) no-repeat left top #fff;
}
#site-navigation {
	margin: 0 15px;
	background: rgb(255,179,57); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,179,57,1) 0%, rgba(255,207,131,1) 50%, rgba(255,179,57,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,179,57,1)), color-stop(50%,rgba(255,207,131,1)), color-stop(100%,rgba(255,179,57,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,179,57,1) 0%,rgba(255,207,131,1) 50%,rgba(255,179,57,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,179,57,1) 0%,rgba(255,207,131,1) 50%,rgba(255,179,57,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,179,57,1) 0%,rgba(255,207,131,1) 50%,rgba(255,179,57,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,179,57,1) 0%,rgba(255,207,131,1) 50%,rgba(255,179,57,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb339', endColorstr='#ffb339',GradientType=1 ); /* IE6-9 */
	border-bottom: 4px solid #f7901e; 
}
.site-content > .container {
	padding-bottom: 30px;
	background: #fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.site-footer {
	background: transparent;
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
#logo {}
#logo img {
	display: block;
	margin: 20px auto 0;
	height: 250px;
	width: auto; 
}
#logo .site-description {
	text-align: center;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
}

.search-form { 
	margin-top: 20px;
}
.search-form label {
	display: inherit;
}
.search-form .search-field {
	width: 100%;
	padding-left: 30px;
	font-size: 14px;
	color: #cccccc;
	background: url(images/search.png) no-repeat 10px 7px #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cccccc;
}
.search-form .search-submit {
	display: none;
}

.social {
	margin-top: 10px;
	padding-left: 0;
}
.social li {
	list-style-type: none;
	float: left;	
}
.social li + li {
	margin-left: 5px;
}
.social li a {
	display: block;
}
.social li a:hover {
	opacity: 0.9;
}

/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.navbar {
	min-height: 0 !important;
	border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar-default {
	margin-bottom: 0;
}
.navbar-default .navbar-nav {
	margin-left: -15px;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
    color: #1a1a1a;
	text-transform: uppercase;
    padding: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: #FFCF83;
	color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	background: #FFCF83;
  	color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  	background: #FFCF83;
  	color: #fff;
}

.caret, .sub-arrow {
	display: none !important;
} 

/*--------------------------------------------------------------
3.5 Content
--------------------------------------------------------------*/
.home .entry-header {
	margin-top: 50px;
}
.entry-header {
	margin-top: 30px;
}
.entry-content {
	line-height: 23px;
}
.entry-footer {}

/*--------------------------------------------------------------
3.6 Sidebar
--------------------------------------------------------------*/
.widget-area {}
.widget-title {}

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.attribution {
	margin-top: 20px;
	text-align: center;
}
.attribution p {
	font-size: 10px;
	color: white;
}
.attribution p a {
	color: white;
	text-transform: underline;
}

/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
.btn-warning {
    background-color: #f7901e;
    border-color: #de831b;
    color: #fff;
}

.well-sm {
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    padding: 9px;
}
.well {
	background-color: #f5f5f5;
	border-width: 1px 1px 4px !important;
	border-style: solid !important;
	border-color: #e3e3e3 !important;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.button, .button:visited {
	font-size: 12px !important;
	color: #fff;
	padding: 4px 10px;
	line-height: 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: #FFB339;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #F7901E;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
	color: white;
    background: #ffb63d;
}
.button:active, .button:visited:active {
	color: white;
    background: #ffb63d;
}

abbr[title], abbr[data-original-title] {
	border-bottom: none;
}

/* home page > boxes */
#boxes {
	margin-top: 20px;
}
#boxes > .row {
	margin-left: 0;
	margin-right: 0;
}
#boxes > .row > div {
	padding-left: 0;
	padding-right: 0;
}
#boxes .box {
	overflow: hidden;
}
#boxes .box img {
	filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
#boxes .box:hover img {
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
#boxes .box > figcaption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 15px 25px 0;
}
#boxes .orange > figcaption {
	background: rgba(222,141,49,0.8)	
}
#boxes .black > figcaption {
	background: rgba(26,26,26,0.8)	
}
#boxes .blue > figcaption {
	background: rgba(0,172,207,0.8)	
}
#boxes .box > figcaption h4 {
	margin-top: 0;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 5px;	
}
#boxes .box > figcaption p {
	font-size: 11px;
	color: white;
	line-height: 15px;
	margin-bottom: 0;
}
#boxes .box > figcaption p a {
	color: white;
	text-decoration: underline;
}
#boxes .orange {
	border-bottom: 12px solid #ffa238;
}
#boxes .black {
	border-bottom: 12px solid #4d4d4d;
}
#boxes .blue {
	border-bottom: 12px solid #00c1e8;
}

/* why sunset homes */
.page-id-8 .entry-content h3 {
	margin-top: 0;
}  

/* homebuyers guide */
.page-id-10 .well h3 {
	margin-top: 0;
}
.page-id-10 .well h3:first-child {
	margin-bottom: 5px;
}
.page-id-10 .well h3 {
	margin-bottom: 5px;
}
.steps small {
	color: #00accf;
	font-weight: bold;
	text-transform: uppercase;
}

.divider {
	margin-top: 20px;
	border-bottom: 1px dotted #FFB339;
	margin-bottom: 10px;
}

/* floor plans / available homes */
.floorplans {
	padding: 9px;
	background: #F5F5F5;
	border-width: 1px 1px 3px;
	border-style: solid;
	border-color: #b5b4b4;	
	margin-bottom: 30px;
}
.floorplans .entry-header {
	margin-top: 5px;
	background: white;
}
.floorplans .entry-header img {
	padding: 4px;
	border: 1px solid #b5b4b4;
}
.floorplans .entry-header img:hover {
	border: 1px solid #FFB33A;
}
.floorplans .entry-content {
	margin-top: 5px;
}
.floorplans .entry-content h4 {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
}
.floorplans .entry-content h4 a:hover {
	text-decoration: none;
}
.floorplans .entry-content a {
	color: inherit;
}
.floorplans .entry-footer .btn {
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
}

.entry-meta {
	display: none;
}
.dl-horizontal {
	margin-top: 10px;
	font-size: 10px;
}
.dl-horizontal dt {
	text-align: left;
	width: 100%;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
}
.dl-horizontal dd {
    margin-left: 0;
	text-align: left;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
}
.blog #content > .container {
	padding-bottom: 10px;
}
.single .entry-footer {
	display: none;	
}
.nav-links {
	display: none;
}

/* floor plans */
.single .well {
	margin-top: 20px;
	padding-top: 35px;
}

/* floor plans > bayonne */
.postid-85 .well {
	margin-top: 0;
}

/* floor plans > chepstow */
.postid-102 .well {
	margin-top: 10px;
	padding-top: 20px;
}

/* testimonials */
.page-id-125 .well blockquote {
	border-left: none;
	padding: 0;
	margin-bottom: 0;
}
.page-id-125 .well blockquote footer {
	font-size: inherit;	
	color: black;	
}

/* contact */
.gform_wrapper {
    margin: 0 !important;
}
.gform_wrapper .gform_body ul li + li {
	margin-top: 15px;
}
.gform_wrapper .gform_body ul li label {
	margin: 0 !important;
	color: #00ACCF; 
}
#input_1_1_3_container label, #input_1_1_6_container label {
	margin-top: 0 !important;
	font-size: 13px !important;
	font-weight: normal !important;
	margin-bottom: -5px !important;
}
.gform_wrapper .gform_body ul li input {
	height: 25px;
    padding-left: 8px;
	color: #1266E0;
    background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    border: 1px solid #CCCCCC; 
}
.gform_wrapper .gform_body ul li textarea {
    padding-left: 8px;
	color: #1266E0;
    background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    border: 1px solid #CCCCCC;   
}
.gform_wrapper .gform_footer {
    clear: both;
    margin: 0 !important;
    padding: 16px 0 10px;
}

/*--------------------------------------------------------------
4.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1 xs
--------------------------------------------------------------*/
/* Extra Small - phones */

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.navbar-nav {
	margin-top: 0;
	padding: 0;
	background: #FFB339;
	margin-bottom: 0;
}
.navbar-toggle {
	margin-right: 10px;
}
.navbar-default .navbar-toggle {
    background-color: #fff;
	border-color: #FFB339; 
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
	opacity: 0.9;
	border-color: #FFB339;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #00ACCF;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.dropdown-menu {
	background: #FFCF83; 
    border-bottom: 2px solid #F7901E;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-width: 160px;
    padding: 5px 0; 
}
.navbar-nav .open .dropdown-menu {
	background: #ffb63d;
	border-bottom: 2px solid #F7901E;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #ffb63d; 
    color: #fff !important;
}

.dropdown-menu > li > a, .dropdown-menu .dropdown-header {
	padding-left: 15px;	
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: #ffb63d;
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1a1a1a;
}
.dropdown-menu > li > a {
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	color: #1a1a1a;	
	padding: 5px 15px 7px;
	background: #ffb63d;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus  {
	color: #1a1a1a;	
	background: #ffb63d;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus  {
	color: #1a1a1a;	
	background: #ffb63d;
}

/*--------------------------------------------------------------
4.2 sm
--------------------------------------------------------------*/
@media (min-width: 768px) {
/* Small - tablets */

#logo img {
	display: inherit;
	margin: 5px 0 0 22px;
	height: 110px;
	width: auto; 
}
#logo .site-description {
	text-align: left;
	margin: 10px 0 5px 22px;
	font-size: 11px;
}

/* menu */
.navbar-default .navbar-nav > li + li {
	border-left: 1px solid #f7901e;
}
.navbar-default .navbar-nav > li:first-child a {
	padding-left: 30px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
    padding: 10px 13.5px;
}
.navbar-default .navbar-nav > li:last-child a {
	padding-right: 6px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: transparent;
	color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	background: transparent;
  	color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  	background: transparent;
  	color: #fff;
}

#menu-main-menu {
	background: none;
}
.navbar > .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-nav {
	margin-left: 0;
} 

.dropdown-menu {
	border-top: 4px solid #F7901E;
	padding: 0;
	background: #F7901E;
	border-bottom: none;
}
.dropdown-menu > li > a {
	font-size: 12px;
	padding: 3px 19px 5px;
	background: none;
}

.social {
	float: right;
	margin-top: 80px;
}
.search-form {
	margin-top: 0;
	float: right;
	width: 60%;
}

/* home page > slider */
.metaslider {
	margin-top: 10px;
}
.metaslider .slide-71 .caption-wrap {
	left: 6% !important;
}
.metaslider .slide-71 .caption-wrap .caption {
	left: 6% !important;
	background: rgba(117,106,100,0.6) !important;
}
.metaslider .slide-72 .caption-wrap .caption {
	background: rgba(68,67,72,0.6) !important;
}
.metaslider .slide-73 .caption-wrap .caption {
	background: rgba(157,187,211,0.6) !important;
}
.metaslider .slide-74 .caption-wrap .caption {
	background: rgba(152,132,82,0.6) !important;
} 
.metaslider .caption-wrap {
	opacity: 1 !important;
	line-height: auto !important;
	bottom: 11% !important;
	left: 73% !important;
	width: auto !important;
	background: none !important;
}
.metaslider .caption-wrap .caption {
	padding: 0 20px !important;
	display: table-cell !important;
	vertical-align: middle;
	background: rgba(255,179,57,0.6) !important;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
.metaslider .caption-wrap .caption p {
	text-align: center;
	font-size: 14px;
	color: white; 
	line-height: 22px;
	text-transform: uppercase;
}
.metaslider .caption-wrap .caption .btn {
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
}

/* home page > boxes */
#boxes .box > figcaption {
	padding: 10px 20px 0;
}
#boxes .box > figcaption h4 {
	font-size: 13px;
	margin-bottom: 5px;	
}
#boxes .box > figcaption p {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 5px;
}
 
/* floor plans */
.single .well {
	margin-top: 0;
	margin-bottom: 20px;
}

.dl-horizontal {
	margin-top: 0;
	font-size: 11px;
}
.dl-horizontal dt {
    width: 80px;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
}
.dl-horizontal dd {
    margin-left: 80px;
	text-align: right;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
}

/* homebuyers guide */
.wp-image-159 {
	margin-top: 42px;
}

}

/*--------------------------------------------------------------
4.3 md
--------------------------------------------------------------*/
@media (min-width: 992px) {
/* Medium - desktops */
	
/* Sticky footer
 * @link http://mystrd.at/modern-clean-css-sticky-footer/
 */
html {
   	position: relative;
   	min-height: 100%;
}
body {
   	margin: 0 0 50px; /* = .site-footer height */
}
.site-footer {
   	position: absolute;
   	left: 0;
   	bottom: 0;
   	width: 100%;
   	height: 50px; /* = body margin-bottom */
}

#logo img {
	margin: 5px 0 0 30px;
	height: 110px;
	width: auto; 
}
#logo .site-description {
	margin: 10px 0 5px 30px;
	font-size: 12px;
}

.cert {
	margin-top: 20px;
	float: right;
	text-align: center;
}
.cert img {
	height: 45px !important;
	width: auto !important;
}
.cert img:first-child {
	margin-right: 10px;
}
.cert p {
	display: block;
	line-height: 10px;
}
.cert p a {
	font-size: 10px;
	color: inherit;
}
  
.social {
	float: left;
	margin-top: 100px;
}
.search-form {
	margin-top: 35px;
	float: right; 
}

/* menu */
.navbar-default .navbar-nav > li:first-child a {
	padding-left: 31px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
    padding: 10px 26px;
}
.navbar-default .navbar-nav > li:last-child a {
	padding-right: 18px;
}
.dropdown-menu > li > a {
	font-size: 16px;
	padding: 3px 26px 5px;
} 

.button, .button:visited {
	font-size: 14px !important;
}

/* home page > slider */
.metaslider .caption-wrap {
	left: 73% !important;
}
.metaslider .caption-wrap .caption {
	padding: 0 40px !important;
	width: 200px;
	height: 200px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
.metaslider .caption-wrap .caption p {
	font-size: 18px;
	line-height: 26px;
}
.metaslider .caption-wrap .caption .btn {
	margin-top: 10px;
	font-size: 14px;
}

/* home page > boxes */
#boxes .box > figcaption {
	padding: 20px 25px 0;
}
#boxes .box > figcaption h4 {
	font-size: 20px;
	margin-bottom: 5px;	
}
#boxes .box > figcaption p {
	font-size: 12px;
	line-height: 16px;
}

/* floor plans / available homes */
.floorplans .entry-footer .btn {
	font-size: 14px;
}

.dl-horizontal {
	font-size: 12px;
}
.dl-horizontal dt {
    width: 100px;
}
.dl-horizontal dd {
    margin-left: 100px;
}

}

/*--------------------------------------------------------------
4.4 lg
--------------------------------------------------------------*/
@media (min-width: 1200px) {
/* Large - desktops */



}
