/*
	THEME NAME: Legend Homes
	THEME URI: http://legendhomes.com
	DESCRIPTION: 
	VERSION: 1.0.1
	AUTHOR: Edge
	AUTHOR URI: https://edgemm.com/
*/

/*------------------------------------*\
	IMPORTS
\*------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Amaranth:400italic);


/*------------------------------------*\
	MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	height: calc( 100% - 32px );
	font-size: 62.5%;
	background: #fff;
}
body {
	min-height: 100%;
	min-height: 100vh;
	font: 400 1.6em/1.4em 'Open Sans', Helvetica, Arial, 'Lucida Grande', Verdana, 'Gill Sans', sans-serif;
	background: #fff;
	color: #333;
}
body.admin-bar {
	min-height: calc( 100vh - 32px );
}
p {
	margin-top: 0;
}
strong {
	color: #565656;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	font-weight: 700;
	text-decoration: none;
	color: #6aae35;
}
a:hover {
	color: #195c8c;
}
a:focus,
a:hover,
a:active {
	outline:0;
}
.main p a:not( .btn ):not( .highlight ):not( .no-hover ):hover {
	padding-bottom: 1px;
	border-bottom: 1px dashed #195c8c;
	color: #195c8c;
}


blockquote {
	margin: 20px;
	padding: 16px 16px 0; 
	font-size: 1.6em; 
	font-style: italic; 
	line-height: 1.40625em;
	border-top: 1px dotted #d1d1d1; 
	border-bottom: 1px dotted #d1d1d1;
	color: #919191; 
}
blockquote.blue,
blockquote.green {
	padding-bottom: 1px;
	margin: 20px 0;
	border: none;
	text-align: center;
	color: #fff;
}
blockquote.blue {
	background: #adc1dc;
	color: #fff;
}
blockquote.green {
	background: #c4f0c1;
	color: #333;
}
blockquote.quote-sm {
	font-size: 1.25em;
}

input,
textarea {
	width: 100%;
	height: 2.79411765em; /* IE line height fix */
	padding: 0.1875em 0.75em 0.15em;
	display: inline-block;
	font: 400 .85em/2.347058824em 'Open Sans', Helvetica, Arial, 'Lucida Grande', Verdana, 'Gill Sans', sans-serif;
	border: 0.0769230769em solid #a5a5a5;
	border-radius: 0.375em;
	vertical-align: top;
	-webkit-appearance: none;
}
textarea {
	height: 6em;
	line-height: 1.375em;
}
input:focus,
textarea:focus {
	outline-color: #c4f0c1;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	margin-left: 0;
	vertical-align: middle;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}


.content a,
button {
	transition: 0.25s ease-in;
}

/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/

.wrapper {
	position: relative;
}

/* clear */
.clr:before,
.clr:after {
	content:' ';
	display:table;
	clear: both;
}
.clr {
	*zoom:1;
}

/* grid */
.container {
	max-width: 110rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.0625em;
	padding-left: 1.0625em;
	display: block;
	position: relative;
}
.container.no-padding {
	padding-right: 0;
	padding-left: 0;
}
.divider {
	margin: 20px 0;
	border-bottom: 1px dotted #d1d1d1;
	clear: both;
}

@media only screen and ( min-width: 48.9375em ) {

.container {
	padding-right: 2em;
	padding-left: 2em;
}

}

@media only screen and ( max-width: 53.56249999999em ) {

.container .four.columns {
	width: 50%;
	padding-left: 1%;
	float: left;
}
.container .four.columns:nth-child( 2n + 1 ) {
	padding-right: 1%;
	padding-left: 0;
	clear: left;
}

}

@media only screen and ( min-width: 53.5625em ) {

.container .column,
.container .columns {
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
.container .column.alpha,
.container .columns.alpha {
	padding-left: 0;
	clear: both;
}
.container .column.omega,
.container .columns.omega {
	padding-right: 0;
	float: right;
}

.container .four.columns {
	width: 50%;
}
.container .eight.columns {
	width: 50%;
}
.container .twelve.columns {
	width: 75%;
}
.container .sixteen.columns {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.container .columns.sixteen .community-aerial-view,
.container .columns.sixteen .community-gmap {
	width: 50%;
}

.columns.sixteen > [class*="community-"] {
	padding-left: 1%;
	padding-right: 1%;
}

.columns.sixteen > [class*="community-"]:first-child {
	padding-left: 0;
	float: left;
}

.columns.sixteen > [class*="community-"]:last-child {
	padding-right: 0;
	float: right;
}

.columns.sixteen > [class*="community-"]:first-child:last-child {
	margin-right: auto;
	margin-left: auto;
	float: none;
}

}
@media only screen and ( min-width: 53.5625em ) and ( max-width: 65.499999999999em ) {

.content .container .four.columns {
	width: 34%;
	padding: 0 1%;
	float: left;
	clear: none;
}
.content .container .four.columns:nth-child( 3n + 1 ) {
	width: 33%;
	padding-left: 0;
	clear: left;
}
.content .container .four.columns:nth-child( 3n + 3 ) {
	width: 33%;
	padding-right: 0;
}

}

@media only screen and ( min-width: 65.5em ) {

.container .columns.four {
	width: 25.5%;
}
.container .columns.four.alpha,
.container .columns.four.omega {
	width: 24.5%;
}

}


.one-third.columns,
.two-thirds.columns {
	margin-bottom: 1.5625em;
}

@media only screen and ( min-width: 53.5625em ) and ( max-width: 65.499999999999em ),
	( min-width: 34.375em ) and ( max-width: 48.875em ) {

.container .one-third.columns {
	width: 50%;
	padding-left: 1%;
	padding-right: 0;
	float: left;
	clear: none;
}
.container .one-third.columns:nth-of-type( 2n + 1 ) {
	padding-right: 1%;
	padding-left: 0;
	clear: left;
}
.container .one-third.columns.omega,
.container .two-thirds.columns.omega {
	float: left;
}

}

@media only screen and ( min-width: 65.5em ) {

.container .one-third.columns {
	width: 34%;
	margin-bottom: 0;
}
.container .one-third.columns.alpha,
.container .one-third.columns.omega {
	width: 33%;
}
.container .two-thirds.columns {
	width: 66.666666666666667%;
	margin-bottom: 0
}

}


/*------------------------------------*\
	STYLES
\*------------------------------------*/

/* headings */

h1,h2,h3,h4,h5,h6,
.post-headline {
	font-family: Montserrat, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	color: #333;
}
h2 {
	color: #6AAE35;
}
h4 {
	color: #004a80;
}
.post-headline {
	margin: 0;
	display: block;
	font-size: 1.625em;
}
.post-subheadline {
	margin: 0;
	display: inline-block;
	float: left;
	font-size: 1.125em;
	font-weight: 400;
	font-style: italic;
	line-height: 1.38888889em;
}
.post-subheadline.focus {
	color: #ec8442;
}
/*.post-subheadline + .highlight,*/
.post-subheadline.highlight,
.post-subheadline > .highlight {
	padding-right: 0;
	padding-left: 0;
	font-weight: 600;
	background: transparent;
}
h1.post-subheadline {
	margin-right: 0.5em;
}
h1.post-subheadline + .post-subheadline.highlight {
	margin-left: 0;
}

/* box-model */

.row {
	width: 100%;
	padding: 0.75em 0;
}
.img-replace {
	overflow: hidden;
	text-indent: 500%;
	white-space: nowrap;
}

.toggle-hidden {
	overflow: hidden;
	transition: all 0.25s ease-in;
}
.toggle-hidden.hidden {
	height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0;
}

/* lists */

.no-bullet {
	list-style-type: none;
}
.list-bullets {
	padding: 0;
	line-height: 2em;
	list-style: none;
}
.list-bullets > li {
	margin-bottom: .65em;
	padding-left: 1.25em;
	position: relative;
}
.list-bullets > li::before {
	width: 0.625em;
	height: 0.625em;
	display: block;
	position: absolute;
	top: 0.65em;
	left: 0;
	content: '';
	border-radius: 0.625em;
	background: #1b9b06;
}

/* buttons */

.btn {
	padding: 0.423076923em 1.25em 0.576923077em;
	display: inline-block;
	font-family: 'Open Sans', Helvetica, Arial, 'Lucida Grande', Verdana, 'Gill Sans', sans-serif;
	font-weight: bold;
	font-size: 0.8125em;
	line-height: 1.38461538em;
	border: none;
	border-top: 0.0625em solid #178a04;
	border-radius: .25em;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	transition: 0.25s ease-in;
	background-color: #1b9b06;
	color: #fff;
}
a.btn,
a.btn:hover {
	color: #fff;
}
.btn:hover {
	border-top-color: #1b9b06;
	border-bottom: none;
	background-color: #2ab713;
	color: #fff;
}
.btn-large {
	padding-top: 0.5875em;
	padding-bottom: 0.5875em;
	font-size: 1em;
}
.btn-full {
	width: 100%;
}
.btn-center {
	margin-top: 1.5625em;
	margin-bottom: 1.5625em;
	clear: both;
}
.btn[class*="form-"] {
	padding-top: 0.653846154em;
	padding-bottom: 0.807692308em;
}
.btn-blue {
	border-top-color: #04426f;
	background-color: #084c7e;
}
.btn-blue:hover {
	border-top-color: #0f5d97;
	background-color: #1c73b3;
}
.btn-orange {
	border-top-color: #f76614;
	background-color: #ff7b31;
}
.btn-orange:hover {
	border-top-color: #e76821;
	background-color: #ee732e;
}

/* forms */

.wpcf7-form > .clr + p {
	height: 0;
	margin: 0;
}

.form-below {
	position: relative;
	padding-bottom: 1em;
}
.form-columns {
	margin-top: 1em;
}
.form-half,
.form-one-third {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.form-columns.alpha,
.form-columns:first-child {
	margin-top: 0;
}
.form-below-one-third {
	font-size: 1em;
	line-height: 0.5em;
	text-align: center;
}
.form-below-one-third input[type="checkbox"],
.form-below-one-third input[type="radio"] {
	margin-top: 0;
}
.form-columns > .btn-full {
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and ( min-width: 52.5em ) {

.form-below {
	padding-bottom: 2.21875em;
}
.form-columns {
	margin-top: 0;
	margin-bottom: 1em;
}
.form-columns-min {
	margin: 0;
}
.form-half {
	width: 47.5%;
	margin-left: 5%;
	float: left;
}
.form-one-third {
	width: 31.3333333333%;
	margin-left: 3%;
	float: left;
}
.form-columns.alpha,
.form-columns:first-child {
	margin-left: 0;
}
.form-below-one-third {
	margin: 0;
	position: absolute;
	top: 3.25em;
	left: 34.3333333333%;
	font-size: 0.85em;
	text-align: left;
}

}

/* highlighting */

.highlight {
	padding-right: 0.33333333333em;
	padding-left: 0.33333333333em;
	display: inline-block;
	background: #c4f0c1;
}
a.highlight {
	font-weight: 600;
	color: #333;
}
a.highlight:hover {
	padding-bottom: 0;
	border-bottom: 0;
	background: #e2fbe0;
}
.urgent {
	color: #b70714;
}

/* social media */

.social {
	margin: 0 0 1.5625em;
	padding: 0;
	display: inline-block;
	list-style: none;
}
.social-item {
	display: inline-block;
}
.social-link,
.share-link {
	display: inline-block;
	background: url( 'img/sprites.png' ) no-repeat;
}

/* social media - share */

.share-intro {
	display: inline-block;
	margin: 1.5em 0.57142857em 0 0;
	font-size: 0.875em;
	font-style: italic;
	font-weight: 400;
}

.share-link {
	height: 13px;
	margin-left: 0.875em;
	cursor: pointer;
}

.share-facebook {
	width: 7px;
	background-position: 0 -126px;
}
.share-twitter {
	width: 12px;
	background-position: -7px -126px;
}
.share-pinterest {
	width: 10px;
	vertical-align: baseline;
	background-position: -8px -139px;
}

/* video */

.video-container {
	height: 0;
	margin-bottom: 1.5625em;
	padding-bottom: 56.25%;
	position: relative;
}
.video-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/

@media only screen and ( max-width: 48.875em ) {

.header {
	margin: 0.5625em;
	padding-bottom: 0.5625em;
	position: relative;
	border-bottom: 0.125em solid #1b9b06;
}

}

@media only screen and ( min-width: 48.9375em ) {

.header {
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}

}

/* logo */

@media only screen and ( max-width: 48.875em ) {

.logo-img {
	height: 4em;
}

}

@media only screen and ( min-width: 48.9375em ) {

.logo {
	padding: 1em 0 0.875em 1.25em;
	position: absolute;
	top: 0;
	left: 0;
}
.admin-bar .logo {
	top: 2em;
}

}

/* nav */
#nav {
	font-family: Montserrat, sans-serif;
}

.nav-toggle {
	display: none;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu > li {
	margin-top: 2em;
	font-size: 0.875em;
}
.menu > li:first-child {
	margin-top: 0;
}
.menu-link {
	font-weight: 400;
	color: #fff;
}
.menu-link:hover,
.current-menu-item > .menu-link {
	color: #c4f0c1;
}
.menu-link > .focus,
.menu-link:hover > .focus {
	color: #1b9b06;
}

.hidden:not( .start-open ) > .sub-menu {
	height: 0 !important;
}
.sub-menu {
	padding: 0;
	overflow: hidden;
	list-style: none;
	transition: height 0.25s ease-in;
}
.sub-menu > .menu-item {
	margin-top: 0.333333334em;
	padding-left: 0.571428571em;
}
.sub-menu > .menu-item > .menu-link {
	padding: 0.166666667em 0.833333333em;
	display: block;
	font-size: 0.857142857em;
	line-height: 1.33333333em;
}
.current-menu-parent > .sub-menu > .menu-item.menu-current > .menu-link,
.current-menu-parent > .sub-menu > .menu-item.menu-current > .menu-link:hover {
	background: #7a93a5;
	color: #fff;
}
.menu > .menu-item::before {
	width: 0.625em;
	margin-right: 0.625em;
	display: inline-block;
	content: ' ';
	transition: transform 0.125s ease-in;
	text-align: center;
	color: #fff;
}
.menu > .menu-item-has-children::before {
	content: '+';
}
.menu-item-has-children.hidden::before {
	transform: rotate( 0 );
}
.menu-item-has-children::before,
.current-menu-parent::before,
.current-menu-item::before,
.menu-item.start-open::before {
	transform: rotate( -45deg );
}

/* mobile nav */

@media only screen and ( max-width: 48.875em ) {

.nav-trigger {
	width: 2em;
	height: 1.85714286em;
	display: block;
	position: absolute;
	top: 1.21875em;
	right: 1.21875em;
	cursor: pointer;
}
.nav-trigger-bar {
	height: 5px;
	width: 100%;
	display: block;
	position: absolute;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	background: #1b9b06;
}
.nav-trigger-bar:nth-child(1) {
	top: 0;
}
.nav-trigger-bar:nth-child(2),
.nav-trigger-bar:nth-child(3) {
	top: 10px;
}
.nav-trigger-bar:nth-child(4) {
	top: 20px;
}
#nav-expand:checked + .nav-trigger > .nav-trigger-bar:nth-child(1) {
	width: 0%;
	top: 10px;
	left: 50%;
}
#nav-expand:checked + .nav-trigger > .nav-trigger-bar:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-expand:checked + .nav-trigger > .nav-trigger-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-expand:checked + .nav-trigger > .nav-trigger-bar:nth-child(4) {
	width: 0%;
	top: 10px;
	left: 50%;
}
.nav-collapse {
	display: block;
	opacity: 0;
	transition: .5s opacity ease-in;
}
#nav-expand:checked ~ .nav-collapse {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .75;
	cursor: pointer;
	background: rgba( 0, 0, 0, 1 );
	z-index: 100;
}

.nav {
	padding: 1.5625em 0.625em;
	position: fixed;
	top: 0;
	left: -400px;
	bottom: 0;
	overflow: auto;
	transition: .5s ease-in;
	background: #616161;
	z-index: 99999;
}
.admin-bar .nav {
	top: 2.875em;
}
#nav-expand:checked ~ .nav {
	left: 0;
}


}

@media only screen and ( min-width: 48.9375em ) {

.nav-toggle,
.nav-trigger,
.utility-nav {
	display: none;
}

.nav {
	width: 14.125em;
	height: 100%;
	height: calc( 100% - 6.8125em );
	position: relative;
	top: 6.8125em;
	bottom: 0;
	left: 0;
	background: #fff url( 'img/nav-bg.jpg' ) no-repeat center top;
	background-size: 100% auto;
	color: #fff;
	z-index: 9999;
}
.admin-bar .nav {
	top: 8.8125em;
	height: calc( 100% - 8.8125em );
}
.menu {
	padding: 1.625em 1.25em;
	padding-right: 0;
}
.sub-menu > .menu-item {
	margin-top: 0.166666667em;
}

}

/* masthead */

/*@media only screen and ( min-width:10em ) {

.header-masthead {
	padding-left: 14.125em;
	position: relative;
}
.admin-bar .header-masthead {
	top: 2em;
}

.tagline {
	position: relative;
	font: italic normal 1.1875em/2.3em 'Amaranth', sans-serif;
	color: #004a80;
	z-index: 999;
}

}

.header-cta {
	padding-top: 1em;
	padding-bottom: 1em;
	position: absolute;
	top: 0;
	right: 2.46153846em;
	line-height: 1em;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: #1b9b06;
	color: #fff;
	z-index: 999;
}*/


/*------------------------------------*\
	CONTENT
\*------------------------------------*/

.main {
	padding-bottom: 1.5625em;
	display: block;
	position: relative;
	line-height: 1.5em;
}

@media only screen and ( min-width: 48.9375em ) {

.main {
	height: 100%;
	padding-left: 14.125em;
}

}

/* post heading */

.header-headline {
	margin-top: 0.5625em;
	padding: 0 0 0.5em;
	overflow: hidden;
	border-bottom: 0.125em solid #1b9b06;
}
.gallery-spotlight + .post-headline {
	margin-top: 0.35625em;
}
.post-details > p {
	margin-bottom: 0;
}


.header-split > .post-subnav {
	margin-bottom: 0;
}
.header-split .toggle-hidden {
	margin-top: 1.5625em;
}

@media only screen and ( min-width: 75em ) {

.header-split > .post-gallery {
	width: 49%;
	margin-right: 1%;
	float: left;
}
.header-split > .header-headline,
.header-split > .header-meta,
.header-split > .plan-tour {
	width: 49%;
	margin-left: 1%;
	float: right;
}
.header-split > .header-headline {
	margin-bottom: 1.5625em;
	padding-bottom: 0.5em;
	border-bottom: 0.125em solid #1b9b06;
}
.header-split .plan-tour,
.header-split .share-intro {
	margin-left: 1%;
}
.header-split > .post-subnav,
.header-split > .form-contact {
	margin-left: 51%;
}
.header-split .subnav-item {
	margin-bottom: 0.5625em;
}
.header-split .toggle-hidden {
	margin-top: 0.5625em;
}

}


/* sections */

@media only screen and ( max-width: 82.874999999em ) {

section.gmap {
	margin-right: 2em;
	margin-left: 2em;
}

}

section.container {
	margin-top: 1.5625em;
}
header + .container {
	margin-top: 1.0625em;
}

.section-headline {
	margin-top: 0;
	font: italic 600 1.125em/2.66666667em 'Open Sans', Helvetica, Arial, 'Lucida Grande', Verdana, 'Gill Sans', sans-serif;
	text-align: left;
	text-transform: capitalize;
}
.section-headline,
.section-headline a.headline-anchor  {
	font-weight: 600;
	color: #333;
}

.section-headline > .container {
	max-width: 61.1111111em;
	padding-right: 0.944444444em;
	padding-left: 0.944444444em;
}

@media only screen and ( min-width: 48.9375em ) {

.section-headline > .container {
	padding-right: 1.77777778em;
	padding-left: 1.77777778em;
}

}

.container > .section-headline > .container {
	padding-right: 0;
	padding-left: 0;
}
.section-headline[class*="headline-"] > .container::before {
	width: 29px;
	height: 29px;
	margin: 0 0.444444444em 0.2em 0;
	display: inline-block;
	content: '';
	vertical-align: middle;
	background: url( 'img/sprites.png' ) no-repeat -24px -29px;
}

/* section headlines */

.section-headline.headline-icon-house > .container::before {
	background-position: -24px -29px;
}
.section-headline.headline-icon-auto > .container::before {
	background-position: -24px 0;
}
.section-headline.headline-collapse > .container::before {
	background-position: -24px -58px;
}
.section-headline.headline-icon-check > .container::before {
	background-position: -24px -87px;
}
.section-headline.headline-icon-envelope > .container::before {
	background-position: -24px -116px;
}

/* section w/ alternate background */

.section-alt {
	margin-top: 0;
	padding-bottom: 0.25em;
	background: #f4f4f4;
}
.section-alt .section-headline {
	margin-top: 0;
	background: #e8e8e8;
}
/*.section-alt > .section-headline > .container {
	padding-right: 1.77777778em;
	padding-left: 1.77777778em;
}*/

/* sections w/ separator */

.section-separator {
	margin-top: 1.5625em;
	margin-bottom: 1.5625em;
}
.section-separator .section-headline > .container {
	padding-top: 0.5625em;
	border-top: 1px solid #959595;
}
.section-separator > .container {
	padding-bottom: 1.5625em;
	border-bottom: 1px solid #959595;
}


/* sections - collapsing */

.content > .section-collapse {
	margin-top: 0;
	overflow: hidden;
	transition: height 0.5s ease-in;
}
.headline-collapse > .container {
	cursor: pointer;
}
.section-collapse > .container {
	margin-bottom: 1.5625em;
}
.section-collapse.collapse {
	height: 3em !important;
	overflow: hidden;
	transition: height 0.5s ease-in;
}

/* embedded map */

.gmap {
	height: 0;
	margin-bottom: 1em;
	padding-bottom: 58.1333333%;
	position: relative;
	overflow: hidden;
}
.gmap.container {
	margin-right: 2em;
	margin-left: 2em;
}
.gmap-embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and ( min-width: 57.1875em ) {

.gmap {
	height: 25em;
	padding: 0;
}

}

/* section headings */

@media only screen and ( min-width: 82.875em ) {

.container,
.content > header.container,
.section-headline > .container,
.section-alt > .section-headline > .container,
.gmap.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

}

/* footer */

.footer {
	margin-top: 2.08333333em;
	font-family: Montserrat, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #fff;
}

@media only screen and (min-width: 48.9375em) {

.footer {
	padding-left: 18.8333333em;
}

}

.footer-bottom {
	padding-top: 2.25em;
	padding-bottom: 2.66666667em;
	background: #959595;
}

/* fix gap where header/gmap wider than content */
@media only screen and ( min-width: 82.875em ) and ( max-width: 86.875em ) {

.main {
	padding-right: 2em;
	padding-left: 16.125em;
}
.section-headline > .container {
	padding-right: 0;
	padding-left: 0;
}

.section-alt {
	margin-right: -2em;
	margin-left: -2em;
	padding-right: 2em;
	padding-left: 2em;
}
.section-alt .section-headline {
	margin-right: -1.77777778em;
	margin-left: -1.77777778em;
	padding-right: 1.77777778em;
	padding-left: 1.77777778em;
}
.footer {
	padding-right: 2.66666667em;
	padding-left: 21.5em;
}
.footer-bottom {
	margin-right: -2.66666667em;
	margin-left: -2.66666667em;
	padding-right: 2.66666667em;
	padding-left: 2.66666667em;
}

}

/* sub-navigation */

.post-subnav {
	margin-top: 1.5625em;
	margin-bottom: 1.5625em;
}
.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnav-item {
	margin-right: 0.615384615em;
	margin-left: 0.615384615em;
	display: inline-block;
}

@media only screen and ( max-width: 65.5em ) {

.post-subnav.container {
	margin-top: 0;
}
.subnav-item {
	margin-top: 1em;
}

}

/* related posts/listings */

.post-related > .section-headline {
	padding-top: 1.0625em;
	border-top: 1px dotted #d1d1d1;
}
.section-alt + .post-related {
	margin-top: 0.5625em;
}
.section-alt + .post-related > .section-headline {
	padding-top: 0;
	border: none;
}
.related {
	position: relative;
}
.related-thmb,
.related .video-container {
	margin-bottom: 0.5625em;
}
.related-title {
	margin-top: 0;
	margin-bottom: 0.5625em;
}
.related-details {
	margin-bottom: 0;
}
.related-home-price {
	font-weight: 700;
}

/* styled elements */

.content-disclaimer {
	font-size: .875em;
	font-style: italic;
	color: #aaa;
}


/*------------------------------------*\
	HOME
\*------------------------------------*/

/* featured homes */

.featured-homes {
	text-align: center;
}
.featured-homes .section-headline,
.featured-homes .columns {
	position: relative;
	text-align: left;
}
.featured-homes .btn {
	margin-top: 1.5625em;
	margin-bottom: 1.5625em;
	clear: both;
}


/*------------------------------------*\
	ARCHIVE PAGES
\*------------------------------------*/

.archive > header.container {
	margin-bottom: 1.0625em;
}

.archive-description {
	margin-top: 0;
	margin-bottom: 1.5625em;
	text-align: left;
}

.category-post {
	margin-bottom: 1.5625em;
}
.category-post .video-container {
	margin-bottom: 0;
}
.entry-title {
	margin-top: 1.0625em;
	margin-bottom: 0.5625em;
}
.entry-title > a {
	color: #6aae35;
}
.hentry > .post-subheadline,
.hentry > .post-subheadline + .post-subheadline {
	margin-top: 0.5625em;
	float: none;
}
.main .content .entry-title > a:hover {
	padding-bottom: 0;
	border-bottom: 0;
}

/* MIR homes */

.archive-post {
  margin-bottom: 1.5625em;
	position: relative;
}
.archive-post > .plan-specs {
	margin-top: 0.5625em;
	margin-bottom: 0;
}
.archive-post > .plan-specs + .post-subheadline {
	display: block;
	margin-top: 0;
  margin-bottom: 0.5625em;
}
.archive-post > .plan-specs + .post-subheadline + .highlight {
	margin-right: 0;
	margin-left: 0;
}
.archive-post a.highlight:last-child {
	margin-top: 1em;
}

/* testimonials */

.testimonials {
	text-align: center;
}
.category-post {
	text-align: left;
}

/*------------------------------------*\
	PLANS/LISTINGS
\*------------------------------------*/

.gallery-spotlight {
	transition: height 0.25s ease-in;
	text-align: center;
}
.main .gallery-spotlight > a:hover {
	border: none;
}
.gallery-spotlight-img {
	margin: 0 auto;
}

.home-title {
	margin-right: 0.5em;
}
.home-title + .post-subheadline.highlight {
	margin-left: 0;
}
.home-price + .post-subheadline {
	display: block;
	clear: left;
}

@media only screen and ( min-width: 75em ) {

h1.home-desc {
	clear: both;
}

}

@media only screen and ( max-width: 74.9375em ) {

h1.home-desc {
	margin-left: 0.5em;
}

}

.home-status {
	padding: 0.375em 1em;
	position: absolute;
	top: 1em;
	font-family: Montserrat, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.25em;
	border-radius: 0 4px 4px 0;
	text-transform: uppercase;
	background: rgba( 0, 0, 0, 0.5 );
	color: #fff;
	
	/*border: 1px solid #666;
	border-left: none;
	background: rgba( 255, 255, 255, 0.75 );
	color: #333;*/
}
.home-status::before {
	height: 15px;
	padding-left: 16px;
	display: inline-block;
	position: relative;
	top: 1px;
	content: '';
	background: url( 'img/sprites.png' ) no-repeat -19px -145px;	
}
.status-green::before,
.status-move-in-ready::before {
	background-position: -19px -145px;
}
.status-blue::before,
.status-coming-soon::before {
	background-position: -35px -145px;
}
.status-orange::before,
.status-pending::before {
	background-position: -19px -160px;
}
.status-red::before,
.status-sold::before {
	background-position: -35px -160px;
}
.status-pink::before,
.status-special::before {
	background-position: -35px -175px;
}
.plan-price {
	font-weight: 800;
}
.plan-tour {
	margin-bottom: 0;
}
.home-availability {
	margin-bottom: 0;
	font-weight: 600;
	text-transform: capitalize;
}

.plan-rendering {
	margin: 0 auto 1em;
	display: block;
}

.plan-floorplan {
	text-align: center;
}

.plan-flyers {
	padding: 0;
	list-style: none;
}
.plan-flyers-link::before {
	width: 0.625em;
	height: 0.625em;
	margin: 0 0.625em 0.0625em 0;
	display: inline-block;
	content: '';
	border-radius: 0.625em;
	background: #1b9b06;
}


/*------------------------------------*\
	COMMUNITIES
\*------------------------------------*/

@media only screen and ( max-width: 64.9375em ) {

.communities .section-home-features .container .eight.columns {
	width: 100%;
	padding: 0;
}

}

@media only screen and ( min-width: 65.5em ) {

.communities .section-home-features .container .eight.columns,
.section-nw-collection-home-features .container .eight.columns {
	clear: none;
}

}

@media only screen and ( min-width: 75em ) {

.post-communities .header-split .subnav-item {
	margin-left: 0;
}
.subnav-item.btn-contact-agent {
	margin-right: 0;
	display: block;
}
.subnav-item.btn-contact-agent > .subnav-link {
	margin-top: 0.5625em;
	padding: 0;
	display: block;
	line-height: 2.175em;
	border-top: none;
	border-bottom: 1px dotted #d1d1d1;
	font: 400 1.125em/2.175em Montserrat, 'Myriad Pro', Helvetica, Arial, sans-serif;
	cursor: default;
	text-align: left;
	background: transparent;
	color: #1b9b06;
}

.post-communities .header-split .form-contact {
	height: auto !important;
}
.post-communities .header-split .form-contact .btn-large {
	font-size: 0.8125em;
	line-height: 1.38461538em;
}

}

@media only screen and ( max-width: 77.5em ) {

.community-desc > .columns.eight {
	width: 100%;
	padding: 0;
	float: none;
}

}

@media only screen and ( min-width: 77.5em ) {

.community-desc > .columns.omega + .share-intro {
	padding-left: 1%;
}

}

.schools {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}
.school {
	margin: 1em 0;
}
.school-name {
	font-weight: bold;
}

@media only screen and ( min-width: 48.75em ) {

.school {
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}

}

@media only screen and ( min-width: 48.75em ) and ( max-width: 71.875em ) {

.school {
	width: 50%;
}
.school:nth-of-type( 2n + 1 ) {
	padding-left: 0;
	clear: left;
}

}

@media only screen and ( min-width: 71.875em ) {

.school {
	width: 33%;
}
.school:nth-of-type( 3n + 1 ) {
	padding-left: 0;
	clear: left;
}
.school:nth-of-type( 3n + 2 ) {
	width: 34%;
}

}

/* Community Featured Homes */

.section-community-featured-homes {
	margin: 1em 0 1.75em;
	padding: 0.4375em 1.5625em 1.5625em;
    border-top: 1px dotted #d1d1d1;
    border-bottom: 1px dotted #d1d1d1;
    background: #fafafa;
}

.section-community-featured-homes .section-headline {
	margin: 0;
	font-size: 1.5em;
	text-align: center;
    color: #ec8442;
}

.section-community-featured-homes .container {
	text-align: center;
}

.community-featured-homes {
	margin-top: 2em;
	overflow: hidden;
}

.community-featured-home {
	position: relative;
	text-align: left;
}

/* Community News */

.community-news-thmb-url + .entry-title {
	margin-top: 0;
}
.community-news-item > .video-container + .entry-title {
	margin-top: 0.5625em;
}
.community-news-btn-all {
	text-align: center;
}

/* Specials */

.section-special {
	padding: 0.4375em 1.5625em 0;
	text-align: center;
	/* grey background
	border-top: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	background: #fafafa;*/
	/* orange background
	border-top: 1px dotted #ec8442;
	border-bottom: 1px dotted #ec8442;
	background: #fbe5d7;*/

}
.section-special .section-headline {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: center;
	color: #ec8442;
}
.special-cta {
	margin: 1.5625em auto;
}
.special-disclaimer {
	font-size: 0.833333333em;
	font-style: italic;
	color: #c5c5c5;
}

@media only screen and (min-width: 82.875em) {

.section-special .container {
	padding-right: 1.77777778em;
	padding-left: 1.77777778em;
}

}

/* fix gap where header/gmap wider than content */
@media only screen and (min-width: 82.875em) and ( max-width: 86.875em ) {

.section-special {
	margin-right: -2em;
	margin-left: -2em;
}

}

@media only screen and ( max-width: 74.9375em ) {

.section-special {
	margin-top: 1.5625em;
}

}


/* Collection */

header.container + .featured-homes {
	margin-top: 1.5625em;
}

.video-promo {
	margin-bottom: 1.5625em;
	text-align: center;
}
.video-promo .btn-center {
	margin-top: 0;
}

/*------------------------------------*\
    NEIGHBORHOOD MAP
\*------------------------------------*/

.neighborhood-map-container {
	max-width: 48em;
	margin: 0 auto;
	padding: 2em 0;
	clear: both;
}
.neighborhood-map {
	margin: 0 auto;
	position: relative;
}
.neighborhood-map-image {
	width: 100%;
}
.map-listing-marker {
	border-radius: 50%;
	border: 4px solid transparent;
	cursor: pointer;
	height: 1.5em;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 1.5em;
}
.map-listing-marker.move-in-ready,
.map-legend__item.move-in-ready:before,
.map-listing-marker.green,
.map-legend__item.green:before {
	background-color: #c3f1bf;
	border-color: #c3f1bf;
	background-color: #329832;
	border-color: #329832;
}
.map-listing-marker.coming-soon,
.map-legend__item.coming-soon:before,
.map-listing-marker.blue,
.map-legend__item.blue:before {
	background-color: #93c0ff;
	border-color: #93c0ff;
	background-color: #00137b;
	border-color: #00137b;
}
.map-listing-marker.pending,
.map-legend__item.pending:before,
.map-listing-marker.orange,
.map-legend__item.orange:before {
	background-color: #ffba75;
	border-color: #ffba75;
	background-color: #ff7e00;
	border-color: #ff7e00;
}
.map-listing-marker.sold,
.map-legend__item.sold:before,
.map-listing-marker.red,
.map-legend__item.red:before {
	background-color: #e58281;
	border-color: #e58281;
	background-color: #e00605;
	border-color: #e00605;
}
.map-listing-marker.special,
.map-legend__item.special:before,
.map-listing-marker.pink,
.map-legend__item.pink:before {
	background-color: #d9318a;
	border-color: #d9318a;
}
.map-listing-marker.yellow,
.map-legend__item.yellow:before {
	background-color: #ffff00;
	border-color: #ffff00;
}
.map-listing-marker:hover,
.map-listing-marker.current {
	background-color: #fff;
}
.map-listing {
	/*background: #fff;
	border-radius: 2px;
	border: 1px solid #a5a5a5;
	max-width: 300px;
	opacity: 0;
	padding: 12px;
	position: absolute;
	transform: translate(-50%, calc(-100% - 1.5em - 3px));
	visibility: hidden;
	width: 80%;
	z-index: -1;*/

	opacity: 0;
	padding: 0 2%;
	position: absolute;
	transform: translateY(calc(-100% - 1.5em - 3px));
	visibility: hidden;
	width: 100%;
}
.map-listing-right .map-listing-image-container,
.map-listing-right .map-listing-details {
	float: right;
}
.map-listing-arrow-outside,
.map-listing-arrow-inside {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	top: 100%;
	transform: translate(-50%, -1px);
	width: 0;
}
.map-listing-arrow-outside {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 15px solid #a5a5a5;
}
.map-listing-arrow-inside {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid white;
}
.map-listing-show {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.map-listing-image-container,
.map-listing-details {
	background: #fff;
	border: 1px solid #a5a5a5;
	max-width: 300px;
	padding: 12px;
	width: 96%;
}
.map-listing-image-container {
	border-bottom: none;
	border-radius: 2px 2px 0 0;
	position: relative;
}
.map-listing-details {
	border-radius: 0 0 2px 2px;
	border-top: none;
	padding-top: 12px;
}
.map-listing-title {
    font-weight: 600;
    font-size: 1.125em;
}
.map-listing-price {
	color: #1b9b06;
	font-weight: 600;
}
.map-listing-button {
	margin-top: 12px;
}
.map-listing-button--sold {
	background-color: #c6c5ca;
	color: #fff;
	display: inline-block;
	margin-top: 12px;
	padding-left: 0.33333333333em;
	padding-right: 0.33333333333em;
}
.map-listing-close {
	background: #004982;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 1.5em;
	line-height: 1.2;
	padding: 0.25em 0.375em;
	position: absolute;
	right: -0.5em;
	text-align: center;
	top: -0.5em;
	width: 1.5em;
}
.map-legend {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
.map-legend__item {
	display: inline-block;
	line-height: 1;
	margin: 1em 1em 0 0;
}
.map-legend__item:before {
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 1em;
	line-height: 1;
	margin-right: 0.25em;
	vertical-align: top;
	width: 1em;
}

@media only screen and (max-width: 1200px) {

.map-listing-marker {
	border-width: 3px;
	height: 1em;
	width: 1em;
}

}

@media only screen and (max-width: 767px) {

.map-listing-marker.current {
	z-index: 1;
}
.map-listing-marker.current:before,
.map-listing-marker.current:after {
	content: '';
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,calc(0px - 1.5em - 4px));
	width: 0;
	z-index: 1;
}
.map-listing-marker.current:before {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 15px solid #a5a5a5;
}
.map-listing-marker.current:after {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid white;
}
.map-listing-arrow-outside,
.map-listing-arrow-inside {
	display: none;
}

}

@media only screen and (max-width: 480px) {

.map-legend__item {
	margin-right: 0;
	width: 48.5%;
}

}

@media only screen and (max-width: 460px) {

.map-listing-status {
	font-size: 0.75em;
}

}


/*------------------------------------*\
	GALLERY
\*------------------------------------*/

section.post-gallery {
	margin-top: 0;
}
.section-gallery {
	margin-top: 0.5625em;
	margin-bottom: 1.5625em;
}

.gallery-nav {
	width: 40px;
	height: 80px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	border: none;
	cursor: pointer;
	background: rgba( 0, 0, 0, 0.6 );
	background: rgba( 122, 147, 165, 0.65 );
}
.gallery-nav:hover {
	background: rgba( 122, 147, 165, 0.85 );
}
.gallery-nav.toggle-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}
.gallery-nav.toggle-next {
	right: 0;
	border-radius: 4px 0 0 4px;
}

@media only screen and ( min-width: 10em ) {

.gallery-thmbs {
	margin: 1em 1.9375em 0;
	position: relative;
	cursor: pointer;
}
.gallery-thmbs-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gallery-thmbs-list {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	list-style: none;
	white-space: nowrap;
	transition: left 0.25s ease-in;
}
.gallery-thmbs-item {
	margin-left: 1em;
	display: inline-block;
}
.gallery-thmbs-item:first-child {
	margin-left: 0;
}
.gallery-thmbs-item {
	cursor: pointer;
}
.gallery-thmbs-nav {
	width: 1.8125em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	border: none;
	font-size: 1em;
	cursor: pointer;
	outline: none;
	opacity: 0.85;
	background: #7a93a5;
}
.gallery-thmbs-nav:hover {
	opacity: 1;
	background: #acbfcc;
}
.gallery-thmbs-nav.hidden {
	opacity: 0;
}
.gallery-thmbs-nav.toggle-prev {
	left: -1.9375em;
}
.gallery-thmbs-nav.toggle-next {
	right: -1.9375em;
}
.gallery-nav > .triangle,
.gallery-thmbs-nav > .triangle {
	width: 0;
	height: 0;
	display: inline-block;
	border-color: transparent;
	border-style: solid;
	border-width: 0.71875em 0;
}
.gallery-nav.toggle-prev > .triangle,
.gallery-thmbs-nav.toggle-prev > .triangle {
	border-right-color: #fff;
	border-right-width: 0.8125em;
}
.gallery-nav.toggle-next > .triangle,
.gallery-thmbs-nav.toggle-next > .triangle {
	border-left-color: #fff;
	border-left-width: 0.8125em;
}

}

/* small gallery */

@media only screen and (min-width: 68.125em) {
	.gallery-small.gallery-spotlight,
	.gallery-small.gallery-thmbs {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}

	.gallery-small.gallery-thmbs {
		padding-left: 1.9375em;
		padding-right: 1.9375em;
	}
	.gallery-small > .gallery-thmbs-nav.toggle-prev {
		left: 0;
	}
	.gallery-small > .gallery-thmbs-nav.toggle-next {
		right: 0;
	}
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

.footer > section {
	margin-top: 2.08333333em;
}

.footer a {
	color: #c4f0c1;
}
.footer a:hover {
	color: #fff;
}

/* search */

.search-form,
.footer .social {
	margin-bottom: 2em;
	display: inline-block;
	vertical-align: middle;
}

.search-form {
	margin-right: 0.5em;
}
.search-submit {
	width: 2.75em;
	height: 2.33333333333em;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 1em;
	line-height: 1.375em;
	cursor: pointer;
	border-color: #e8e8e8;
	border-style: solid;
	border-width: 0.416666667em 0.583333333em 0.3333333333em;
	border-radius: 0.33333333333em;
	background: #e8e8e8 url( 'img/sprites.png' ) no-repeat 0 -152px;
}
.search-field {
	width: auto;
	height: 2.33333333333em;
	margin-left: -3em;
	padding: 0.166666667em 0.333333333em 0.166666667em 3em;
	display: inline-block;
	font-size: 1em;
	border: none;
	border-radius: 0.416666667em;
}

/* social media */

.footer .social {
	line-height: 0;
}
.footer .social-item {
	margin-left: 0.5em;
}
.footer .social-link {
	width: 24px;
	height: 24px;
}
.footer .social-link:hover {
	opacity: 0.5;
}
.footer .social-facebook {
	background-position: 0 0;
}
.social-twitter {
	background-position: 0 -24px;
}
.social-youtube {
	background-position: 0 -48px;
}
.social-pinterest {
	background-position: 0 -72px;
}

/* footer copy & links */

.disclaimer {
	margin-bottom: 1.8em;
	display: inline-block;
	font-size: 0.833333333em;
	font-weight: 700;
	line-height: 1.25em;
}
.copyright,
.edgemm-plug {
	font-weight: 700;
	line-height: 1.25em;
}
.copyright {
	margin-bottom: 0;
}


/*------------------------------------*\
	SEARCH
\*------------------------------------*/

.search-post {
	border-top: 1px dotted #d1d1d1;
}
.search-post:first-child {
	border-top: none;
}


/*------------------------------------*\
	MODAL
\*------------------------------------*/

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s eas-in;
	background: rgba( 0, 0, 0, 0.85 );
	z-index: 99999;
}
.modal.show {
	visibility: visible;;
	opacity: 1;
}
.modal-container {
	width: 600px;
	max-width: 90%;
	padding: 2.5em 1.25em 0.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	border-radius: 2px;
	background: #fff;
}
.js-modal-close {
	font-size: 0.85em;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #333;
	border-radius: 4px;
	cursor: pointer;
	background: #fff;
	color: #333;
}
.js-modal-close:focus,
.js-modal-close:hover {
	background: #333;
	color: #fff;
}
.modal div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none !important;
}


/*------------------------------------*\
	MISC
\*------------------------------------*/

::selection {
	text-shadow: none;
	background: #1b9b06;
	color: #fff;
}
::-webkit-selection {
	text-shadow: none;
	background: #1b9b06;
	color: #fff;
}
::-moz-selection {
	text-shadow: none;
	background: #1b9b06;
	color: #fff;
}

/*------------------------------------*\
	WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#fff;
	border:1px solid #cbcbcb;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
	PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
	FF-only
\*------------------------------------*/

@-moz-document url-prefix() {

.btn {
	line-height: 1.23076923em;
}

}