/*
Theme Name: Primo
Theme URI: http://themeshift.com/decasa
Description: Clean and elegant real estate theme by Simon Rimkus
Version: 0.9.7
Author: ThemeShift
Author URI: http://themeshift.com
Tags: clean, light, real estate, agents
*/

/*
	- GENERAL
		- RESET
		- BASIC HTML
	- BASIC LAYOUT
	- HEADINGS
	- LISTS
	- BOXES
		- BOX1 (FULL WIDTH)
		- BOX2 (1/3 WIDTH)
		- BOX2 (2/3 WIDTH)
	- BUTTONS
	- INPUTS
	- SEARCH PANEL
	- SEARCHFORM
	- HEADER
	- SUBHEADER HOME
	- CONTENT / SIDEBAR
	- SIDEBAR
	- SINGLE PROPERTY
		- CONTACTFORM
	- COMMENTLIST
	- COMMENTFORM
	- PROPERTY ARCHIVE
	- POST ARCHIVE
	- WP-PAGENAVI
	- FOOTER
	- WORDPRESS CSS
	- WIDGET CSS
	- CLEARING

/*	##################################
  	GENERAL
  	################################## */

/** RESET */

html, body, ul, ol, li, img, hr, input, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

/** BASIC HTML */

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 14px;
	line-height: 22px;
	text-shadow: 0 1px 1px black;
	text-align: justify;
	background: #333333 url(img/bg.png) repeat;
}

body.bg-light {
/*
background-image: -webkit-gradient(radial, 50% 100%,100,50% -50%,100, from(rgb(31, 31, 31)), to(rgb(68, 68, 68)));
background-image: -webkit-radial-gradient(50% 0%, rgb(68, 68, 68), rgb(31, 31, 31));
background-image: -moz-radial-gradient(50% 0%, rgb(68, 68, 68), rgb(31, 31, 31));
background-image: -ms-radial-gradient(50% 0%, rgb(68, 68, 68), rgb(31, 31, 31));
background-image: radial-gradient(50% 0%, rgb(68, 68, 68), rgb(31, 31, 31));
*/
}

a {
	color: #b9cde5; /* light blue */
	text-decoration: none;
	background: transparent;
}
a:hover {
	color: #ffffff;
}

p, ul, ol, blockquote, address {
	margin: 0 0 10px 0;
}

blockquote, address {
	padding: 0 0 0 40px;
	background: url(img/bg-blockquote.png) no-repeat left top;
	font-style: italic;
	text-align: left;
}

pre {
	display: block;
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #eee;
	font-family: "Courier New", Courier, serif;
	overflow: auto;
}

code {
	font-family: "Courier New", Courier, serif;
}

/*	##################################
  	BASIC LAYOUT
  	################################## */

#main, .container {
        width: 940px;
        margin: 0 auto;
				max-width: 90%;
}

/*	##################################
  	HEADINGS
  	################################## */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	color: #b7afa2; /* light brown */
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
}



/*	##################################
  	LISTS
  	################################## */

.page .box3-con ul, #content ol {
	padding: 0 0 0 20px;
}

.page .box3-con ul li {
	list-style: disc;
}

.page .box3-con li li {
	list-style: circle;
}

.page .box3-con li li li {
	list-style: square;
}

.page .box3-con ol li {
	 list-style: decimal;
}

.page .box3-con dt {
	font-weight: bold;
}

.page .box3-con dd {
	padding: 0 0 0 20px;
}


/* encart */

.su-box {
	margin: 1em 0;
}
.su-box .su-box-title {
	background-color: black !important;
	border: 4px solid black;
	padding-top: 4px;
	text-align: center !important;
}
.su-box-content {
	padding: 0.5em;
	border: 4px solid black;
}
.su-box-content ol li {
	list-style: decimal !important;
}
.su-box-content li {
	margin: 2em !important;
}

/* header images */

img.wp-post-image,
img.alignnone {
	width: 100%;
	height: auto;
}


/*	##################################
  	BUTTONS
  	################################## */

.btn {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 0 0 20px;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
}

a.btn:active {
	position: relative;
	top: 1px;
}

.btn-green .btn {
	background: transparent url(img/bg-btn-green.png) no-repeat left top;
}

.btn-green-3d .btn {
	background: transparent url(img/bg-btn-green-3d.png) no-repeat left top;
}

.btn-blue .btn {
	background: transparent url(img/bg-btn-blue.png) no-repeat left top;
}

.btn-blue-3d .btn {
	background: transparent url(img/bg-btn-blue-3d.png) no-repeat left top;
}

.btn-red .btn {
	background: transparent url(img/bg-btn-red.png) no-repeat left top;
}

.btn-red-3d .btn {
	background: transparent url(img/bg-btn-red-3d.png) no-repeat left top;
}

.btn-grey .btn {
	background: transparent url(img/bg-btn-grey.png) no-repeat left top;
}

.btn-grey-3d .btn {
	background: transparent url(img/bg-btn-grey-3d.png) no-repeat left top;
}

.btn span {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 0;
}

.btn-green .btn span {
	background: url(img/bg-btn-right-green.png) no-repeat right top;
}

.btn-green-3d .btn span {
	background: url(img/bg-btn-right-green-3d.png) no-repeat right top;
}

.btn-blue .btn span {
	background: url(img/bg-btn-right-blue.png) no-repeat right top;
}

.btn-blue-3d .btn span {
	background: url(img/bg-btn-right-blue-3d.png) no-repeat right top;
}

.btn-red .btn span {
	background: url(img/bg-btn-right-red.png) no-repeat right top;
}

.btn-red-3d .btn span {
	background: url(img/bg-btn-right-red-3d.png) no-repeat right top;
}

.btn-grey .btn span {
	background: url(img/bg-btn-right-grey.png) no-repeat right top;
}

.btn-grey-3d .btn span {
	background: url(img/bg-btn-right-grey-3d.png) no-repeat right top;
}

.listing .the-more {
	margin-bottom: 0px;
}


/*	##################################
  	INPUTS
  	################################## */

.text {
   	height: 16px;
   	padding: 6px 5px;
   	border: 1px solid #eee;
   	color: #4a4a4a;
   	font-family: Georgia, "Times New Roman", serif;
   	font-style: italic;
}

.fielderror {
   	color: #ff0000;
}

#bg-classic .text, #bg-classic .select {
   	background: #fff url(img/bg-input.png) repeat-x left top;
}

#bg-light .text, #bg-light .select {
   	background: #fff;
}

.select {
   	height: 30px;
   	padding: 4px 5px!important;
   	border: 1px solid #eee;
   	color: #4a4a4a;
   	font-family: Georgia, "Times New Roman", serif;
   	font-style: italic;
}

.submit {
	height: 30px;
	background: transparent;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

button {
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 10px 0 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	text-align: center;
	border: 0px;
	overflow: visible;
}

.btn-green button {
	background: transparent url(img/bg-btn-right-green.png) no-repeat right top;
}

.btn-green-3d button {
	background: transparent url(img/bg-btn-right-green-3d.png) no-repeat right top;
}

.btn-blue button {
	background: transparent url(img/bg-btn-right-blue.png) no-repeat right top;
}

.btn-blue-3d button {
	background: transparent url(img/bg-btn-right-blue-3d.png) no-repeat right top;
}

.btn-red button {
	background: transparent url(img/bg-btn-right-red.png) no-repeat right top;
}

.btn-red-3d button {
	background: transparent url(img/bg-btn-right-red-3d.png) no-repeat right top;
}

.btn-grey button {
	background: transparent url(img/bg-btn-right-grey.png) no-repeat right top;
}

.btn-grey-3d button {
	background: transparent url(img/bg-btn-right-grey-3d.png) no-repeat right top;
}

button span {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.btn-green button span {
	background: url(img/bg-btn-green.png) no-repeat left top;
}

.btn-green-3d button span {
	background: url(img/bg-btn-green-3d.png) no-repeat left top;
}

.btn-blue button span {
	background: url(img/bg-btn-blue.png) no-repeat left top;
}

.btn-blue-3d button span {
	background: url(img/bg-btn-blue-3d.png) no-repeat left top;
}

.btn-red button span {
	background: url(img/bg-btn-red.png) no-repeat left top;
}

.btn-red-3d button span {
	background: url(img/bg-btn-red-3d.png) no-repeat left top;
}

.btn-grey button span {
	background: url(img/bg-btn-grey.png) no-repeat left top;
}

.btn-grey-3d button span {
	background: url(img/bg-btn-grey-3d.png) no-repeat left top;
}

button::-moz-focus-inner { /* fixing default firefox padding */
	padding: 0px;
	border: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button {
	    padding-right: 7px;
	}
	button span {
	    margin-top: -1px;
	}
}

/*	##################################
  	SEARCH PANEL
  	################################## */

#panel {
	margin: 0 0 30px 0;
	z-index: 1;
}

#panel .box1-con {
	position: relative;
	height: 30px;
}

#panel #keyword-search {
	position: absolute;
	top: 0px;
	left: 20px;
}

#panel ul {
	position: absolute;
	top: 0px;
	right: 20px;
	margin: 0px;
}

#panel li {
	float: left;
	width: auto;
	display: inline;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 20px;
}

#panel label {
	display: block;
	float: left;
	width: auto;
	margin: 0 0 0 20px;
	padding: 0 10px 0 0;
	font-weight: bold;
}

#panel .select {
	width: 200px;
}

/*	##################################
  	SEARCHFORM
  	################################## */

.searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.search-text {
	display: inline;
	width: 200px;
	margin: 0 10px 0 0;
}

#sidebar .search-text {
	width: 198px;
}

#panel .search-text {
	width: 220px;
}

/*	##################################
	HEADER
	################################## */

#header {
	position: relative;
	height: 90px;
	margin: 0 0 30px 0;
	z-index: 10;
}

#logo {
	position: absolute;
	/*bottom: 40px;*/
	box-shadow: 0 0 8px black;
	height: 180px;
}

#logo { top:-20px;
	-webkit-transition: top 0.5s cubic-bezier(0.42, 3, 0.58, 1.0);
	-moz-transition: top 0.5s cubic-bezier(0.42, 3, 0.58, 1.0);
	-o-transition: top 0.5s cubic-bezier(0.42, 3, 0.58, 1.0);
	-ms-transition: top 0.5s cubic-bezier(0.42, 3, 0.58, 1.0);
}
#logo:hover { top:-15px; }

#site-description {
	position: absolute;
	bottom: 20px;
	left: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #fff;
	letter-spacing: 1px;
}

#header .bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
	background: #4a4a4a;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1px;
	z-index: 1;
}

#top-panel {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
}

#rss a, #login a {
	padding: 2px 0 2px 20px;
	line-height: 25px;
	text-decoration: none;
}

.icons-greyscale #rss a {
	background: url(img/icons-greyscale/bg-rss.png) no-repeat left center;
}

.icons-color #rss a {
	background: url(img/icons-color/bg-rss.png) no-repeat left center;
}

#login a {
	padding-right: 5px;
}

.icons-greyscale #login a {
	background: url(img/icons-greyscale/bg-login.png) no-repeat left center;
}

.icons-color #login a {
	background: url(img/icons-color/bg-login.png) no-repeat left center;
}

/*	##################################
  	SUBHEADER HOME
  	################################## */

#subheader {
	margin: 0 0 30px 0;
	z-index: 1;
}

/*	##################################
  	CONTENT / SIDEBAR
  	################################## */

#content {
	float: left;
	width: 600px;
}

#sidebar {
	float: right;
	width: 300px;
}

#content h2, #sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*	##################################
  	SIDEBAR
  	################################## */

#sidebar .box2 {
	margin: 0 0 20px 0;
}

#sidebar ul, #sidebar p {
	margin: 0px;
}

#sidebar ul {
	margin: -5px 0 0 0;
}

#sidebar li {
	padding: 2px 0;
	border-bottom: 1px solid #978f82; /* darker light brown */
}

#sidebar li ul {
	margin: 5px 0 0 0;
	padding: 0 0 5px 20px;
}

#sidebar li li {
	margin: 0px;
	padding: 0px;
	list-style: disc;
	border: none;
}

#sidebar li li ul {
	margin: 0px;
	padding: 0 0 0 20px;
	border: none;
}

#sidebar li li li {
	list-style: circle;
}

#sidebar li li li li {
	list-style: square;
}

#sidebar li a {
	text-decoration: none;
}

/*	##################################
  	SINGLE PROPERTY
  	################################## */

.details li {
	font-style: italic;
}
.details span {
	font-style: normal;
	float: right;
	padding: 0 5px;
}

.h1-property { font-size: 20px; line-height: 20px; font-weight:normal; padding-bottom: 7px; }


#property-location {
	color: #333;
	text-shadow: none;
}

#property-location .gsmsc-mapDiv {
	height : 350px;
}

#property-location .gsmsc-idleMapDiv {
	height : 350px;
	width: 598px;
	overflow: hidden!important;
}

#property-location #mapsearch * {
	margin: 0px!important;
	padding: 0px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#property-location #mapsearch {
	width : 600px;
}

#property-location .gsmsc-controls,
#property-location div.gs-directions-to-from {
	display: none;
}

#property-photos a {
	float: left;
	width: 18%;
	margin: 0 2.5% 0 0;
}
#property-photos a > img {
	width: 100%;
	height: auto;
}

#property-photos a.gallery-alt {
	margin: 0px;
}

#property-photos .box3-con img {
	margin: 0px;
}

#property-photos .space {
	height: 20px;
	clear: left;
}

/** CONTACTFORM */

#property-contact .avatar {
	float: left;
	width: auto;
	padding: 0 20px 20px 0;
}

#contactform {
	clear: both;
}

#contactform label {
	display: block;
	float: left;
	width: 140px;
	font-weight: bold;
}

#contactform input.text {
	width: 448px;
}
#contactform textarea {
	width: 448px;
	height: 150px;
	font-size: 12px;
}

#contactform .captcha-img {
	float: left;
	width: auto;
	margin: 0px;
}

#contactform #contact_captcha {
	float: right;
	width: 328px;
}

#contactform #email {
	display: none;
}

#contactform .p-submit {
	margin: 0px;
}

.success {
	padding: 0 0 0 25px;
}

.icons-greyscale .success {
	background: url(img/icons-greyscale/bg-success.png) no-repeat 0px 5px;
}

.icons-color .success {
	background: url(img/icons-color/bg-success.png) no-repeat 0px 5px;
}

.alert {
	margin: 0 0 0 140px;
	padding: 5px 0 0 20px;
	clear: both;
}

.icons-greyscale .alert {
	background: url(img/icons-greyscale/bg-error.png) no-repeat 0px 5px;
}

.icons-color .alert {
	background: url(img/icons-color/bg-error.png) no-repeat 0px 5px;
}


/*	##################################
  	PROPERTY ARCHIVE
  	################################## */

#single-property,
#archive-properties {
	margin-top: 50px;
}

#property-photos img,
.post img { box-shadow: 0 0 16px black; }


.listing {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 40px 40px 0;
}

.alt {
	margin-right: 0px;
	clear: none;
}

h3.title-listing {
	margin: 0 0 5px 0;
	font-size: 14px;
}

h3.title-listing a {
	text-decoration: none;
}

.details-listing {
	margin: 0 0 10px 0;
}

.price-listing {
	display: block;
	float: right;
	width: auto;
	font-weight: bold;
}

.location-listing {
	display: block;
	float: left;
	width: auto;
}

.ribbon {
	position: relative;
	margin: -40px 0 0 -7px;
	bottom: 80px;
	background: url(img/ribbon.png) no-repeat;
	height: 42px;
	padding: 6px 12px 0 12px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	line-height: 22px;
	width: 280px;
	max-width: 100%;
}


/*	##################################
  	POST ARCHIVE
  	################################## */

.post {
	background:rgba(255,255,255,0.05);
	margin-bottom:1.5em;
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.post.alt { background:rgba(0,0,0,0.2) }

/*	##################################
  	WP-PAGENAVI
  	################################## */

.navi {
	clear: both;
}

#menu a {
	color: white;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 4px solid transparent;
}

#menu a:hover {
	-webkit-transition: border-color 1s;
	-moz-transition: border-color 1s;
	border-color: #b9cde5; /* light blue */
}

#menu .current-cat a,
#menu .current_page_item a { border-color: #b7afa2 }

.navi p {
	margin: 0px;
}

.wp-pagenavi {
	position: relative;
}

.wp-pagenavi .pages {
	position: absolute;
	top: 0px;
	right: 0px;
}

.wp-pagenavi a, .wp-pagenavi .current {
	padding: 0 5px;
	text-decoration: none;
}

.wp-pagenavi .current {
	font-weight: bold;
}

.main-menu {
	float: right;
	width: 75%;
	width: calc(100% - 220px);
	/* outline: 1px dotted green; */
}
#menu-main {
	text-align: right;
}
#menu-main > li {
	margin-left: 0.8em;
  display: inline;
	text-transform: uppercase;
}
#menu-main > li > a {
	display: inline-block;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.connect-menu {
	text-align: right;
	margin-bottom: 1em;
}
.connect-menu a {
	display: inline-block;
	background: black;
	background: rgba(79, 88, 85, 0.38);
	padding: 0.3em 0.6em 0.4em;
	border: 1px solid rgba(255, 255, 255, 0.67) !important;
	/* text-transform: uppercase; */
	letter-spacing: 0.1em;
}
.connect-menu a:hover {
	background: black;
	background: rgba(79, 88, 85, 1);
}

/*	##################################
  	FOOTER
  	################################## */

#footer {
	margin: 20px 0 0 0;
	padding: 10px 0 0;
	background: #b7afa2; /* light brown */
	color: #333;
	text-shadow: 0 1px 0 #f2e7d6;
	box-shadow: 0 0 16px black;
}

#footer_widgets { padding-top: 20px; }
#footer_widgets #sidebar{ width: 100%; }
#footer_widgets #sidebar > div { float:left; width:220px; margin-right:20px; }
#footer_widgets #sidebar > div:last-child { margin-right:0; }
/*#footer_widgets div#simplecontactformrevisited-3 { margin-right:0 }*/

#footer h2 { color: #333; font-size: 13px; padding-bottom: 0; }
#footer a { color: black; letter-spacing: 1px; }
#footer a:hover { background-color: #f2e7d6; }

#footer p {
	line-height: auto;
}

#footer li { padding-bottom: 1px; }

.copyright { padding-top: 15px; font-size: 12px; }

#legal {
	float: left;
	width: 50%;
}

#credit {
	float: right;
	width: 50%;
	text-align: right;
}

/*#footer_widgets .widget_nav_menu { margin-left:140px; }*/


#newsletter-box {
	float: right; width: 280px; height:12px; background: url(img/eck.png) top left no-repeat; margin-top: -42px;
	padding: 10px; overflow: hidden;
	z-index: 100; position: relative;
	-webkit-transition: 0.5s;
}
#newsletter-box:hover {
	height: 65px; margin-top: -90px;
}


#newsletter-box p { font: italic 12px/20px Georgia; text-align: right;  }
#newsletter-box label { float:left; width:100px; padding-left:10px  }
#newsletter-box input#ne { width:125px; }


.contactform p {
	margin: 0 0 5px 0;
}
.contactform label {
}

.newsletform input,
.contactform input,
.contactform textarea {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    font: italic 14px Georgia;
    padding: 3px !important;
    color: #333 !important;
    text-shadow: none !important;
    margin: 0;
}

.newsletform input:focus,
.contactform input:focus,
.contactform textarea:focus {
	outline: 1px solid rgb(200,150,150);
}

.contactform .text_input {
	float: left;
	width: 20%;
}

.contactform .invalid {
	background: rgb(230,200,200) !important;
	outline: 1px solid rgb(200,150,150);
}

.contactform .text_input {
	float:right;
	width:70% !important;
}

.contactform .textarea {
	width:97% !important;
	height: 60px;
	line-height: 20px;
}

.newsletform input[type="submit"],
.contactform input[type='submit'] { float: right; padding: 5px; background: none; cursor: pointer; }

.newsletform input[type="submit"]:hover,
.contactform input[type='submit']:hover { background: #fff; color: #fff }




/*	##################################
  	WORDPRESS CSS
  	################################## */

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 10px!important;
}

.alignleft {
	float: left;
	width: auto;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	width: auto;
	margin: 0 0 10px 10px;
}

.wp-caption {
	margin-bottom: 10px;
	padding-top: 4px;
	background: #f7f7f7;
	border: 1px solid #eee;
	text-align: center;
}

.wp-caption img {
	float: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

.wp-caption p.wp-caption-text {
	padding: 0px;
	margin: 0px;
}

/*	##################################
  	WIDGET CSS
  	################################## */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	border-bottom: 1px dotted #e3ede1;
}

#tag_cloud .box2-con {
	line-height: normal;
}

#newsletter-text {
	display: inline;
	width: 198px;
	margin: 0 10px 0 0;
}

.widget_ts_about .avatar {
	float: right;
	margin: 0 0 0 10px;
}

/*	##################################
  	CLEARING
  	################################## */

.clear {
	height: 0px;
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



.wpcolumn { float:left; width:280px; padding-right:50px; }
.wpcolumn-last { padding-right:0; }


html, body {
height: 100%;
margin:0;
}
#main {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -225px;
}
#footer { min-height: 230px; }
.push {   height: 235px; }

.navigation { margin-top: 40px }

.currentTextHolder { color:#666; text-shadow: none; }


#largecolumn {
	float:left; width:600px;
}

.print-only { display:none }


@media print {
@page {size: landscape}
body {background:white;
     font-size:9pt;
     color: #000000;
     text-shadow: none;
     margin:0 }
.print-only { 	display:block; }
.addressblock { float: right; text-align: right; font-size: 80%; line-height: 120%;
				padding: 10px; }
.no-print,
#LikePluginPagelet,
.navigation,
#menu,
#footer { display:none }

#content{ margin-left:0;
     float:none;
     width:auto }
#content{ margin-left:0;
     float:none;
     width:auto }
#footer { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
     page-break-inside:avoid }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
.right { float: right; }
.left { float: left }
#property-photos img, .post img { box-shadow: none }
img { page-break-inside:avoid;
     page-break-after:avoid; }
}



.su-column {
	display: block;
	margin: 0 4% 1em 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.su-column-last { margin-right: 0; }
.su-row .su-column { margin: 0 0 1em 4%; }
.su-row .su-column.su-column-1-1 { margin-left: 0; margin-right: 0; }
.su-row .su-column:first-child { margin-left: 0; }
.su-column-centered {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
}
.su-column img,
.su-column iframe,
.su-column object,
.su-column embed { max-width: 100%; }
@media only screen {
	[class*="su-column"] + [class*="su-column"]:last-child { float: right; }
}
@media only screen and (min-width: 769px) {
	.su-column-1-1 { width: 100%; }
	.su-column-1-2 { width: 48%; }
	#sidebar, .su-column-1-3 { width: 30.66%; }
	#largecolumn, .su-column-2-3 { width: 65.33%; }
	.su-column-1-4 { width: 22%; }
	.su-column-3-4 { width: 74%; }
	.su-column-1-5 { width: 16.8%; }
	.su-column-2-5 { width: 37.6%; }
	.su-column-3-5 { width: 58.4%; }
	.su-column-4-5 { width: 79.2%; }
	.su-column-1-6 { width: 13.33%; }
	.su-column-5-6 { width: 82.66%; }
	#logo {
		left: 60px;
	}
}

/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
	.su-column {
		width: 100% !important;
		margin: 0 0 1em 0 !important;
		float: none !important;
	}

	#largecolumn,
	#sidebar {
		width: 100%;
	}
	#archive-properties > .post {
		padding: 1em;
	}
	.main-menu {
		width: calc(100% - 120px);
	}
	#menu-main > li > a {
		padding-bottom: 0;
		margin-bottom: 0.4em;
		letter-spacing: normal;
	}
	#logo img {
		max-width: 120px;
	}
}
