/**
Theme Name: Porteous
Theme URL:
Description: Official Wordpress Theme
Author: SwishDesign
Author URI: swishdesign.com.au
Version: 0.1

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* 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;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
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;
}
/* Wordpress Core Ends */

@font-face {
    font-family: 'proxima_nova_ththin';
    src: url('fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('fonts/proxima-nova-extrabold-webfont.woff2') format('woff2'),
         url('fonts/proxima-nova-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/****/

@font-face {
    font-family: 'proxima_novabold';
    src: url('fonts/proxima-nova-bold-webfont.woff2') format('woff2'),
         url('fonts/proxima-nova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proxima-nova-light-webfont.woff2') format('woff2'),
         url('fonts/proxima-nova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/proxima-nova-regular-webfont.woff2') format('woff2'),
         url('fonts/proxima-nova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('fonts/proxima-nova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proxima-nova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Humanist521BTRoman';
    src: url('fonts/Humanist521BTRoman.eot');
    src: url('fonts/Humanist521BTRoman.eot') format('embedded-opentype'),
         url('fonts/Humanist521BTRoman.woff2') format('woff2'),
         url('fonts/Humanist521BTRoman.woff') format('woff'),
         url('fonts/Humanist521BTRoman.ttf') format('truetype'),
         url('fonts/Humanist521BTRoman.svg#Humanist521BTRoman') format('svg');
}
/** Web and Print Design Modifications **/

label {font-family:'proxima_novasemibold' !important;}
#search-form-wrapper p{font-family:'proxima_novasemibold' !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{font-family:'proxima_novasemibold' !important;}

/**/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/** GENERAL CSS PROPERTIES **/
#main-wrapper {
  margin:auto;
    /** STICKY FOOTER
    min-height:100%;
    position:relative;
    margin-bottom:-53px;**/
}
.clearer {
  clear:both;
}
a img {
  border:none;
}
a {
  text-decoration:none;
}
h1,h2,h3,h4,h5 {
  font-weight:normal;
}
h1 {  font-size:25px; }
h2 {  font-size:23px; }
h3 {  font-size:20px; }
h4 {  font-size:19px; }
h5 {  font-size:17px; }
/** MAIN: main content **/
.main_content {}
.list-post-item {
  padding-left:15px;
  padding-right:15px;
}
.main_content h1.title {
}
/** BLOG **/
#main_content .post {
	margin-bottom:20px;
}
#main_content .post h1 a {
	font-size:14px;
	padding-bottom:3px;
}
#main_content .post h2.post_title {
	margin-bottom:0;
	font-weight:bold;
}
#main_content .post h2.post_title a {
	color:#003853;
	font-size:18px;
}
.archive #main_content h2.pagetitle,
.archive #main_content h1.pagetitle {
	font-weight: bold;
	text-transform: uppercase;
}
.entry img.frame {
	float:left;
	margin:5px 10px 10px 0;
	padding:5px;
	border:solid 1px #8C1135;
}
#main_content .postmetadata {
  font-size:12px;
	display:block;
	clear:both;
	border-top:solid 1px #E0E0E0;
	padding-top:10px;
	margin-top:10px;
}
/** subscribe 2 widget **/
.s2_form_widget-2 {
	background:#0e76bc;
	color:#fff;
	display:none;
}
.s2_form_widget-2 a {
	color:#fff;
	text-decoration:underline;
}
.s2_form_widget-2 h2 {
	color:#fff;
	font-weight:normal;
	text-transform:none;
	letter-spacing:0.02em;
}
#s2email {
	padding:5px 9px;
	border:solid 1px #d0d3d6;
	color:#232621;
	font-size:11px;
	width:251px;
	line-height:1em;
	margin-right:7px;
}
.s2submit {
	background:url('images/gobt.gif') no-repeat;
	border:none;
	width:36px;
	height:25px;
	text-indent:-99999px;
}

/** FOOTER **/
#footer {}
.push {}
.footer_content {}
.footer_content a {}
/** CONTENT PROPERTIES **/
img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
img.alignright {
 display: inline;
 margin: 0 0 2px 7px;
 padding: 4px;
}
img.alignleft {
 display: inline;
 margin: 0 7px 2px 0;
 padding: 4px;
}
.alignright {
 float: right;
}
.alignleft {
 float: left;
}


/* UPDATED BY HENRY */

html body #property-form-area input[type="submit"] {
  margin-top: 30px !important;
}

html body #properties-map .results-item-details.map-list-result{
  margin-bottom: 30px !important;
}

html body #properties-map .results-item-details.map-list-result .property-details{
  padding-bottom: 20px !important;
}

html body #properties-map .results-item-details.map-list-result .property-details p.sale-label{
  text-transform: uppercase !important;
}

html body #properties-map .results-item-details.map-list-result .property-details .ammenities{
  text-align: left !important;
  margin-bottom: 20px !important;
}

html body #properties-map .results-item-details.map-list-result .property-details .ammenities p{
  font-size: 15px !important;
  margin-right: 15px !important;
}

html body #properties-map .results-item-details.map-list-result .property-details h3 a{
  font-size: 17px !important;
}

html body #main_content .property-features h4{
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 22px !important;
  font-style: normal !important;
}

html body #main_content .property-features p{
  margin-bottom: 5px !important;
  font-size: 18px !important;
}
