/*
Theme Name:     UPA
Description:    UPA Theme
Author:         7th Vision
Author URI:     http://www.7thvision.com.au
Template:       upa2013
Version:        1.7.9
*/

/*________ GLOBAL ELEMENTS ________*/

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
}
a {
	outline: none;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Lato', Arial, Verdana, Sans Serif;
	font-size: 16px;
	font-size: 1rem;
	color: #5d5d5d;
	background-color: #fff;
}

.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}


/*________ HEADER & NAV ________*/

.header {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}
.home .header {
	margin: 0;
}

.topHeader {
	padding: 20px 0;
	padding: 1.25rem 0;
	width: 100%;
	overflow: hidden;
}
.topHeader h1 {
	float: left;
}
.topHeader h1 img {
	width: 148px;
	width: 9.25rem;
	height: auto;
}
.topHeader .phone {
	float: right;
	text-transform: uppercase;
	margin: 20px;
	margin: 1.25rem;
	font-size: 24px;
	font-size: 1.5rem;
	color: #000;
	font-family: 'Oswald';
	line-height: 1;
}
.topHeader .phone span {
	color: #c10b25;
}
.topHeader .tagline {
	float: right;
	color: #828282;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	margin: 28px 0 0 0;
	margin: 1.75rem 0 0 0;
}



.bottomHeader {
	background-color: #000;
	width: 100%;
	height: 50px;
	height: 3.125rem;
	z-index: 4000;
	position: relative;
}
.bottomHeader.stuck {
	position: fixed;
	top: 0;
	border-bottom: 1px solid #ccc;
}

.mobileNav {
	display: none;
	text-indent: -9999px;
	border: none;
	background: url(images/icon-mobile-nav.png) no-repeat center center;
	background-size: contain;
	height: 42px;
	height: 2.625rem;
	width: 42px;
	width: 2.625rem;
	margin: 4px 0;
	margin: 0.25rem 0;
	cursor: pointer;
	float: left;
}

/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	z-index: 2500;
	position: relative;
	float: left;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 50px;
	line-height: 3.125rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.mainNav > li:first-child a {
	padding-left: 4px;
	padding-left: 0.25rem;
}
.mainNav > li:last-child a {
	padding-right: 4px;
	padding-right: 0.25rem;
}

.mainNav li.noLeftMargin a {
	padding-left: 0;
}
/* main level link hover */
.mainNav .current a, .mainNav li:hover > a {
	color: #c10b25;
}
/* sub levels link hover */
.mainNav ul li:hover a, .mainNav li:hover li a {
}
.mainNav ul a:hover {
}
/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 250px;
	width: 15.625rem;
	position: absolute;
	top: 50px;
	top: 3.125rem;
	left: 0;
	background-color: #000;
	border-radius: 0 0 6px 6px;
	border-radius: 0 0 0.375rem 0.375rem;
}
/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {
	border-bottom: 1px solid #1a1b1d;
}
.mainNav ul li:last-child a {
	border-bottom: none;
}
.mainNav ul li:first-child a {
	border-top: 4px solid #c10b25;
	border-top: 0.25rem solid #c10b25;
}
/* level 3+ list */
.mainNav ul ul {
	left: 250px;
	left: 15.625rem;
	top: -3px;
}
/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.mainNav {
	display: inline-block;
}
html[xmlns] .mainNav {
	display: block;
}
* html .mainNav {
	height: 1%;
}


.bottomHeader .search {
	float: right;
	color: #fff;
	font-family: 'Oswald';
	background-color: #c10b25;
	display: block;
	line-height: 50px;
	line-height: 3.125rem;
	padding: 0 14px;
	padding: 0 0.875rem;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-size: 0.875rem;
}


.shortlistWrapper {
	background-color: #e5e5e5;
	border-bottom: 1px solid #c4c4c4;
	height: 30px;
	height: 1.875rem;
}
.shortlistWrapper.shortCount-0 {
	display: none;
}
.shortlistWrapper p {
	color: #000000;
	font-size: 12px;
	line-height:30px;
	line-height: 1.875rem;
	padding: 0 0 0 24px;
	background: url(images/icon-star.png) no-repeat left center;
	background-size: 14px 13px;
	background-size: 0.875rem 0.8125rem;
}
.shortlistWrapper a {
	color: #c10b25;
	text-decoration: underline;
}
.shortlistWrapper a:hover {
	text-decoration: none;
}





/*________ SLIDER ________*/

.sliderWrapper {
	width: 100%;
	overflow: hidden;
}
.sliderWrapper .slider {
	position: relative;
	width: 100%;
}
.sliderWrapper .slider .slide img {
	width: 100%;
	height: auto;
	display: none
}
.sliderWrapper .slider .slide.side-1 img,
.sliderWrapper .slider .slide.slick-slide img {
	display: block;
}


form .priceRangeContainer {
	position: relative;
	padding-right: 2px;
}
form .priceRangeContainer .ui-slider {
	background-color: #000;
	border-radius: 20px;
	border-radius: 1.25rem;
	background-image: none;
	border: 10px solid #9a091e;
	border: 0.625rem solid #9a091e;
	cursor: pointer;
}
form .priceRangeContainer .ui-slider-range {
	background-color: #c10b25;
	background-image: none;
	border: 1px solid #000;
	cursor: pointer;
}
form .priceRangeContainer .ui-slider-handle {
	border: 2px solid #fff;
	background-color: #c10b25;
	background-image: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	border-radius: 50%;
	cursor: pointer;
}

form .priceRangeContainer .priceLabels {
	list-style: none;
	overflow: hidden;
	display: none;
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}
form .priceRangeContainer .priceLabels.active {
	display: block;
}
form .priceRangeContainer .rentalPriceLabels.active {
	display: none;
}
form .priceRangeContainer .priceLabels li {
	float: left;
	width: 25%;
	font-size: 10px;
	font-size: 0.625rem;
	text-align: right;
	overflow: hidden;
}
form .priceRangeContainer .priceLabels li.startPrice {
	position: absolute;
	left: 0;
	text-align: left;
}

form .priceRangeContainer .tooltip {
	display: block;
	top: 34px;
	top: 2.125rem;
	position: absolute;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 2px;
	padding: 0.125rem;
	line-height: 1;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2);
	background-color: #000;
	font-size: 10px;
	font-size: 0.625rem;
	z-index: 100;
	opacity: 0.5;
}
form .priceRangeContainer .tooltip span {
	font-size: 10px;
	font-size: 0.625rem;
}

form .priceRangeContainer .tooltip.tooltipLeft {
	left: 10px;
	left: 0.625rem;
}
form .priceRangeContainer .tooltip.tooltipRight {
	right: 0;
}
form .priceRangeContainer .tooltip.active {
	right: auto;
	opacity: 1;
}








.searchWrapper {
	position: absolute;
	z-index: 2010;
	width: 100%;
}
.searchWrapper .wrapper {
	height: auto;
	margin-top: 0;
}
.searchWrapper .startSearching {
	background-color: #c10b25;
	width: 100%;
	max-width: 572px;
	max-width: 35.75rem;
	width: 100%;
	float: right;
	padding: 16px;
	padding: 1rem;
	border-bottom: 4px solid #000;
	border-bottom: 0.25rem solid #000;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	display: none;
	overflow: hidden;
}
.searchWrapper .startSearching form fieldset {
	border: none;
	border-bottom: 1px dotted #000;
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
}
.searchWrapper .startSearching form .fieldContainer {
	overflow: hidden;
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
}
.searchWrapper .startSearching form label {
	max-width: 130px;
	width: 100%;
	margin: 0 10px 0 0;
	margin: 0 0.625rem 0 0;
	float: left;
	padding: 8px 0;
	padding: 0.5rem 0;
	line-height: 1;
	color: #fff;
}
.searchWrapper .startSearching form input[type="text"],
.searchWrapper .startSearching form select {
	border: none;
	padding: 8px;
	padding: 0.5rem;
	max-width: 310px;
	float: left;
	margin: 0;
}


.searchWrapper .startSearching .rentalTypeContainer {
	display: none;
}
.searchWrapper .startSearching .rentalTypeContainer.active {
	display: block;
}

.searchWrapper .startSearching .priceRangeContainer {
	max-width: 400px;
	width: 100%;
	float: left;
	height: 48px;
	height: 3rem;
}
.searchWrapper .startSearching form button[type="submit"] {
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	border-radius: 4px;
	border: none;
	padding: 12px 24px;
	padding: 12px 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: 'Oswald';
	margin: 0 32px 0 0;
	margin: 0 2rem 0 0;
	float: left;
}
.searchWrapper .startSearching form button[type="submit"]:hover {
	padding-top: 13px;
	padding-bottom: 11px;
}
.startSearching a.viewExtra {
	background: url(images/icon-location.png) no-repeat center left;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
	font-size: 12px;
	height: 16px;
	float: left;
	margin: 14px 0 0 0;
	margin: 0.875rem 0 0 0;
	-webkit-transition: all 80ms linear;
	-moz-transition: all 80ms linear;
	-ms-transition: all 80ms linear;
	-o-transition: all 80ms linear;
	transition: all 80ms linear;
}
.startSearching .viewExtra.viewAdvancedSearch {
	background: url(images/icon-search.png) no-repeat center left;
}
.startSearching a.viewExtra:hover {
	padding: 0 0 0 26px;
	padding: 0 0 0 1.625rem;
}



/*________ CONTENT ________*/

.contentContainer {
	overflow: hidden;
	clear: both;
}

.content {
	width: 65%;
	float: left;
	margin: 0 3% 40px 0;
	margin: 0 3% 2.5rem 0;
}
.home .content {
	padding-top: 60px;
	padding-top: 3.75rem;
	margin-right: 0;
	width: 100%;
	float: none;
}
.page-template-pages-listings-property .content,
.page-template-pages-listings-livestock .content,
.page-template-pages-listings-cattle .content,
.page-template-pages-listings-shortlisted .content,
.page-template-pages-listings-sold .content,
.page-template-pages-listings-clearing .content,
.page-template-pages-listings-rental .content,
.page-template-pages-listings-leased .content,
.post-type-archive-listing .content,
.tax-listing_category .content {
	margin-right: 0;
	width: 100%;
	float: none;
}

.content h1,
.content h2,
.content h3 {
	font-family: 'Oswald';
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
}

.content h1 {
	font-size: 28px;
	font-size: 1.75rem;
	margin: 32px 0 16px;
	margin: 2rem 0 1rem;
}
.content h2 {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 16px 0;
	margin: 1rem 0;
}
.content h2 span {
	color: #c10b25
}
.content h3 {
	font-size: 16px;
	font-size: 1rem;
	margin: 40px 0 16px;
	margin: 2.5rem 0 1rem;
}
.content h3.listingTitle {
	clear: both;
	margin-top: 16px;
	margin-top: 1rem;
}
.content h4 {
	font-size: 16px;
	font-size: 1rem;
	margin: 16px 0 16px;
	margin: 1rem 0 1rem;
	font-weight: 700;
	color: #000;
}
.content h5 {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 16px 0 16px;
	margin: 2rem 0 1rem;
}
.content h6 {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 16px 0 16px;
	margin: 1rem 0 1rem;
}
.content p {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	line-height: 1.5;
}
.content ul,
.content ol {
	margin: 0 0 16px 40px;
	margin: 0 0 1rem 2.5rem;
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	margin: 0 0 16px 40px;
	margin: 0 0 1rem 2.5rem;
}
.content a {
	color: #c10b25;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}

.content .entry-content {
	overflow: hidden;/*for gallery +20px*/
	width: 100%;
}


.listingsContainer {
	overflow: hidden;

	border-bottom: 1px solid #E5E5E5;

	display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;

	margin-bottom: 32px;
	margin-bottom: 2rem;
}
.page-template-pages-listings-property .listingsContainer,
.page-template-pages-listings-livestock .listingsContainer,
.page-template-pages-listings-cattle .listingsContainer,
.page-template-pages-listings-rental .listingsContainer {
	width: 66.4%;
}

.listingsContainer .listing {
	padding: 0 20px 40px;
	padding: 0 1.25rem 2.5rem;

	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

	-webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.page-template-pages-listings-property .listingsContainer .listing,
.page-template-pages-listings-livestock .listingsContainer .listing,
.page-template-pages-listings-cattle .listingsContainer .listing,
.page-template-pages-listings-rental .listingsContainer .listing {
	-webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.listingsContainer .listing .inner {
	position: relative;
}

.page-template-pages-listings-shortlisted .clearShortlist {
	float: right;
}
.page-template-pages-listings-shortlisted p.noListings {
	clear: both;
}
.page-template-pages-listings-shortlisted .clearShortlist button {
	color: #fff;
	font-family: 'Oswald';
	background-color: #c10b25;
	line-height: 32px;
	line-height: 2rem;
	padding: 0 14px;
	padding: 0 0.875rem;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 4px 0 0;
	margin: 0.25rem 0 0;
}
.page-template-pages-listings-shortlisted-php .clearShortlist button[disabled=disabled] {
	cursor: text;
	opacity: 0.5;
}
.page-template-pages-listings-shortlisted-php .clearShortlist .cancelTrigger {
  	display: none;
}

.page-template-pages-listings-shortlisted-php .listingsContainer .listing .shortlistAction {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
	background-color: #c10b25;
	border-radius: 0 0 4px 0;
	border-radius: 0 0 0.25rem 0;
	padding: 8px;
	padding: 0.5rem;
	line-height: 1;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: 100;
	font-size: 12px;
	font-size: 0.75rem;
}
.page-template-pages-listings-shortlisted-php .listingsContainer .listing:hover .shortlistAction {
	opacity: 1;
}
.page-template-pages-listings-shortlisted-php .listingsContainer .listing .shortlistAction:hover {
	opacity: 0.8;
}


.listingsContainer .listing img {
	width: 100%;
	height: auto;
	-webkit-transition: all 80ms linear;
	-moz-transition: all 80ms linear;
	-ms-transition: all 80ms linear;
	-o-transition: all 80ms linear;
	transition: all 80ms linear;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
}
.listingsContainer .listing:hover img {
	opacity: 0.8;
}
.listingsContainer .listing:hover .listingInfo .title {
	height: auto;
}
.listingsContainer .listing:hover .listingInfo .location {
	height: auto;
}
.listingsContainer .listing img.soldOverlay {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	opacity: 1;
	width: 92px;
	width: 5.75rem;
	height: auto;
	transform: rotate(0deg);
}
.listing .listingInfo {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	height: auto;
	color: #fff;
	padding: 8px 10px;
	padding: 0.5rem 0.625rem;
	bottom: 28px;
	bottom: 1.75rem;
	left: 0;
	width: 100%;
}
.content .listing .listingInfo a {
	text-decoration: none;
}
.content .listing .listingInfo a span {
	display: block;
}
.content .listing .listingInfo .title {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
	line-height: 18px;
	line-height: 1.125rem;
	height: 18px;
	height: 1.125rem;
	min-height: 16px;
	min-height: 1rem;
	font-weight: bold;
	overflow: hidden;
}
.content .listing .listingInfo .location {
	color: #cbcbcb;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
	text-transform: uppercase;
	line-height: 12px;
	line-height: 0.75rem;
	height: 12px;
	height: 0.75rem;
	min-height: 12px;
	min-height: 0.75rem;
	overflow: hidden;
}

.content .listing .listingDetails {
	background-color: #c10b25;
	overflow: hidden;
	width: 100%;
	height: 28px;
	height: 1.75rem;
	position: relative;
}
.content .listing .listingDetails .price,
.content .listing .listingDetails .readMore {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0 8px;
	padding: 0 0.5rem;
	line-height: 28px;
	line-height: 1.75rem;
}
.content .listing .listingDetails .readMore {
	text-decoration: underline;
	background-color: #c10b25;
	position: absolute;
	top: 0;
	right: 0;
}
.content .listing .listingDetails .readMore:hover {
	text-decoration: none;
}



.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;
	font-size: 1.25rem;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
	font-size: 14px;
	font-size: 0.875rem;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow a.pageNav {
	float: left;
}
.content .navBelow a.navNext {
	float: right;
}





/*________ ADVANCED SEARCH CONTAINER ________*/

.advancedSearchContainer {
	background-color: #e5e5e5;
	padding: 16px;
	padding: 1rem;
	max-width: 330px;
	max-width: 20.625rem;
	width: 30%;
	margin: 0 0 40px 0;
	margin: 0 0 2.5rem 0;
	float: right;
}

.advancedSearchContainer form * {
	font-size: 12px;
	font-size: 0.75rem;
}

.advancedSearchContainer form fieldset {
	border-bottom: 1px solid #ccc;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}
.advancedSearchContainer form fieldset.pricingFieldset,
.advancedSearchContainer form fieldset.livestockTypeFieldset {
	border-bottom: none;
}


.advancedSearchContainer form .fieldContainer {
	float: left;
	width: 30%;
	margin: 0 1% 4px 0;
	margin: 0 1% 0rem 0;
	overflow: hidden;
}
.advancedSearchContainer form .fieldContainer.fullWidth {
	float: none;
	width: 100%;
	margin-right: 0;
}

.

.residentialPropertyFeatures,
.subPropertyTypesContainer,
.rangeContainer {
	display: none;
}
.residentialPropertyFeatures.active,
.subPropertyTypesContainer.active,
.rangeContainer.active {
	display: block;
}
.advancedSearchContainer form .priceRangeContainer {
	height: 80px;
	height: 5rem;
}
.advancedSearchContainer form .priceRangeContainer label {
}
.advancedSearchContainer form .priceRangeContainer .sliderRange {
	float: none;
	clear: both;
}
.advancedSearchContainer form .label {
	float: none;
	margin: 0;
}
.advancedSearchContainer form .checkbox {
	float: left;
}



.advancedSearchContainer form .priceRangeContainer .ui-slider {
	background-color: #b9b9b9;
	border: 10px solid #d5d5d5;
	border: 0.625rem solid #d5d5d5;
}
.advancedSearchContainer form .priceRangeContainer .ui-slider-range {
	background-color: #c10b25;
	border: 1px solid #b9b9b9;
}
.advancedSearchContainer form .priceRangeContainer .ui-slider-handle {
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	background-color: #c10b25;
}

.advancedSearchContainer form .priceRangeContainer .tooltip {
	top: 50px;
	top: 3.125rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 4px;
	padding: 0.25rem;
}


/*________ CATTLE SEARCH ________*/

.advancedSearchContainer.cattleSearch form .fieldContainer.fullWidth.locationContainer .flexBlocks {
	margin-left: -5px;
	margin-left: -0.3125rem;
	margin-right: -5px;
	margin-right: -0.3125rem;
}
.advancedSearchContainer.cattleSearch form .fieldContainer.fullWidth.locationContainer .flexBlocks .flexBlock {
	padding: 0 5px;
	padding: 0 0.3125rem;

	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
}
.advancedSearchContainer.cattleSearch form .fieldContainer.fullWidth.locationContainer .flexBlocks .flexBlock.rangeBlock {
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	max-width: 40%;
}


/*________ LIVESTOCK ADVANCED SEARCH ________*/

.livestockTypeOptions {
	display: none;
}
.livestockTypeOptions.active {
	display: block;
}
.livestockSearch form .taxonomyContainer {
	display: none;
	overflow: hidden;
}
.livestockSearch form .taxonomyContainer.active {
	display: block;
}

.livestockSearch form .parentCheckbox {
	clear: left;
	width: 100%;
}
.livestockSearch form .childBreeds {
	padding: 0 0 0 24px;
	padding: 0 0 0 1.5rem;
}



/*________ CATTLE ADVANCED SEARCH ________*/

.cattleSearch form .parentCheckboxes {
	width: 100%;
	overflow: hidden;
}
.cattleSearch form .childCheckboxes {
	padding: 0 0 0 24px;
	padding: 0 0 0 1.5rem;
	overflow: hidden;
}




/*________ ARCHIVES PAGE ________*/



/*________ CONTACT PAGE ________*/

.page-template-pages-contact-php .content {
	float: left;
	width: 630px;
	width: 59%;
	margin: 0 5% 0 0;
	margin: 0 5% 0 0;
}
.page-template-pages-contact-php .content strong {
	color: #000;
}
.page-template-pages-contact-php .sidebar {
	float: left;
	width: 36%;
	padding-top: 40px;
	padding-top: 2.5rem;
}
.page-template-pages-contact-php .sidebar .contactContainer h2 {
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.page-template-pages-contact-php .sidebar .contactContainer .single.textarea textarea {
	height: 200px;
	height: 12.5rem;
}


/*________ SINGLES PAGE ________*/

.propertyTopInfo {
	overflow: hidden;
	clear: both;
	width: 100%;
}
.propertyTopInfo h2 {
	float: left;
	width: 54%;
}
.propertyTopInfo ul {
	list-style: none;
	float: right;
	margin: 16px 0;
	margin: 1rem 0;
}
.propertyTopInfo ul li {
	float: left;
	padding: 0 32px 0 0;
	padding: 0 2rem 0 0;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: 'Oswald';
	margin: 0 0 0 32px;
	margin: 0 0 0 2rem;
	color: #000;
}
.propertyTopInfo ul li.beds {
	background: url(images/icon-bed.png) center right no-repeat;
	margin-left: 0;
}
.propertyTopInfo ul li.cars {
	background: url(images/icon-garage.png) center right no-repeat;
}
.propertyTopInfo ul li.bathrooms {
	background: url(images/icon-shower.png) center right no-repeat;
}



.propertyBottomInfo {
	overflow: hidden;
}
.propertyBottomInfo p {
	float: left;
	color: #5c5556;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	font-family: 'Oswald';
}
.propertyBottomInfo p.suburb {
	border-right: 1px solid #918d8d;
	margin-right: 12px;
	margin-right: 0.75rem;
	padding-right: 12px;
	padding-right: 0.75rem;
}
.propertyBottomInfo p.id {
	float: right;
	color: #c10b25;
}

.propertyBottomInfo p.clearingTime {
	clear: left;
	color: #c10b25;
	text-transform: none;
	font-family: 'Lato', Arial, Verdana, Sans Serif;
}
.propertyBottomInfo p.clearingTime span {
	color: #5c5556;
}


.listingSliderContainer {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	position: relative;
}
.listingSliderContainer .listingSlider {
	position: relative;
}
.listingSliderContainer .listingSlider .slide img {
	width: 100%;
	height: auto;
	display: none
}
.listingSliderContainer .listingSlider .slide.side-1 img,
.listingSliderContainer .listingSlider .slide.slick-slide img {
	display: block;
}
.listingSliderContainer .listingSlider button.slick-prev,
.listingSliderContainer .listingSlider button.slick-next {
	width: 50px;
	width: 3.125rem;
	height: 100px;
	height: 6.25rem;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-top: -3.125rem;
	left: 0;
	background: url(images/icon-arrow-property-prev.png) no-repeat center center #c10b25;
	text-indent: -9999px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	color: #fff;
	border: none;
}
.listingSliderContainer .listingSlider button.slick-next {
	left: auto;
	right: 0;
	background-image: url(images/icon-arrow-property-next.png);
}
.listingSliderContainer .listingSlider button.slick-prev:hover,
.listingSliderContainer .listingSlider button.slick-next:hover {
	background-color: #B20505;
}



.listingSliderContainer .listingSlider .slick-dots {
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin: 10px 0;
	margin: 0.625rem 0;
}
.listingSliderContainer .listingSlider .slick-dots li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 4px;
	padding: 0 0.25rem;
}
.listingSliderContainer .listingSlider .slick-dots li button {
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
	border-radius: 50%;
	background-color: #a3a3a3;
	text-indent: -9999px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	overflow: hidden;
	border: none;
}
.listingSliderContainer .listingSlider .slick-dots li.slick-active button,
.listingSliderContainer .listingSlider .slick-dots li button:hover {
	background-color: #c10b25;
}

.listingSliderContainer img.soldOverlay {
	width: 120px;
	width: 7.5rem;
	height: auto;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 100;
}

.topContent {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.content .topContent h4 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
	line-height: 1;
}
.content .topContent p {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	color: #000;
}


.content .topContent ul.mainCategories {
	list-style: none;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	width: 100%;
	overflow: hidden;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}
.content .topContent ul.mainCategories ul {
	list-style: none;
	margin: 0;
}
.content .topContent ul.mainCategories li {
	margin: 0;
	float: left;
	width: 50%;
	overflow: hidden;
	line-height: 1.1;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	font-size: 14px;
	font-size: 0.875rem;
}
.content .topContent ul.mainCategories li.parent {
	clear: both;
	width: 100%;
	border-top: 1px dotted #ccc;
	margin: 4px 0 0 0;
	margin: 0.25rem 0 0 0;
	padding: 4px 0 0;
	padding: 0.25rem 0 0;
}
.content .topContent ul.mainCategories li.parent strong {
	font-size: 18px;
	font-size: 1.125rem;
	color: #000;
	float: left;
	width: 100%;
	line-height: 1.5;
	font-weight: bold;
}
.content .topContent ul.mainCategories li.child span {
	font-weight: 600;
}

.content .topContent ul.mainCategories li.child ul {
	padding: 4px 0 0 20px;
	padding: 0.25rem 0 0 1.25rem;
}
.content .topContent ul.mainCategories li.child ul li {
	display: block;
	float: none;
}







.content .topContent ul.listingInfo {
	list-style: none;
	margin: 0;
}
.content .topContent ul.listingInfo li {
	margin: 0;
	float: left;
	width: 50%;
	overflow: hidden;
	line-height: 1.1;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	font-size: 14px;
	font-size: 0.875rem;
}
.content .topContent ul.listingInfo li.title {
	font-size: 16px;
	font-size: 1rem;
	border-top: 1px dotted #ccc;
	color: #000;
	clear: both;
	float: left;
	width: 100%;
	line-height: 1.5;
	font-weight: bold;
	padding: 4px 0 0;
	padding: 0.25rem 0 0;
	margin: 4px 0 0 0;
	margin: 0.25rem 0 0 0;
}
.content .topContent ul.listingInfo li span {
	font-weight: 600;
	float: left;
	padding: 0 8px 0 0;
	padding: 0 0.5rem 0 0;
	line-height: 1.1;
}


.content .entry-content .listingAgentsContainer {
	display: none;
}
.content .entry-content .listingAgent {
	float: right;
	margin: 0 0 30px 30px;
	margin: 0 0 1.875rem 1.875rem;
	width: 50%;
}
.content .printContent {
	display: none;
}



.content .testimonialsContainer .testimonial {
	padding: 0 0 32px;
	padding: 0 0 2rem;
	border-bottom: 1px dotted #bababa;
}
.content .testimonialsContainer .testimonial h4 a {
	color: #000;
	text-decoration: none;
}
.content .testimonialsContainer .testimonial h4 a:hover {
	text-decoration: underline;
}
.content .testimonialsContainer .testimonial p.excerpt {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.content .testimonialsContainer .testimonial a.readMore {
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	background-color: #c10b25;
	text-decoration: none;
	border-radius: 4px;
}
.content .testimonialsContainer .testimonial a.readMore:hover {
	text-decoration: underline;
}



/*________ SINGLE CATTLE ________*/

.single-cattle .content .topInfo .section {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 2px;
	padding: 0 0 0.125rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-cattle .content .topInfo h4 {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 6px 0 4px;
	margin: 0.375rem 0 0.25rem;
}
.single-cattle .content .topInfo .section p {
	font-size: 12px;
	font-size: 0.75rem;
	width: 50%;
	padding-right: 20px;
	padding-right: 1.25rem;
	margin: 0 0 2px;
	margin: 0 0 0.125rem;
}
.single-cattle .content .topInfo .section p.full {
	width: 100%;
	padding-right: 0;
}


.single-cattle .printContainer {
	display: none;
}


/*________ SIDEBAR ________*/

.sidebar {
	margin: 24px 0 40px;
	margin: 1.5rem 0 2.5rem;
	width: 31%;
	float: left;
}
.sidebar h3 {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}

.sidebar img {
	max-width: 100%;
	height: auto;
}

.sidebar .section {
	margin: 0 0 30px;
	margin: 0 0 1.875rem;
}

.sidebarSection {
	margin: 0 0 30px;
	margin: 0 0 1.875rem;
	border-top: 5px solid #c10b25;
	border-bottom: 5px solid #c10b25;
	background-color: #e5e5e5;
	overflow: hidden;
	padding: 24px 30px;
	padding: 1.5rem 1.875rem;
}

.sidebar .propertyActions {
	padding: 8px 30px 30px;
	padding: 0.5rem 1.875rem 1.875rem;
}
.sidebar .propertyActions ul.primary {
	list-style: none;
}
.sidebar .propertyActions ul.primary > li {
	border-bottom: 1px dotted #bababa;
	padding: 16px 0;
	padding: 1rem 0;
	overflow: hidden;
}
.sidebar .propertyActions ul li a {
	color: #c10b25;
	padding: 0 4px 0 30px;
	padding: 0 0.25rem 0 1.875rem;
	font-weight: 700;
	display: block;
	float: left;
	font-size: 14px;
	font-size: 0.875rem;
	background: url(images/icon-document.png) 2px center no-repeat;
	background: url(images/icon-document.png) 0.125rem center no-repeat;
	background-size: 12px 14px;
	background-size: 0.75rem 0.875rem;
}
.sidebar .propertyActions ul li span a {
	color: #5d5d5d;
	font-size: 11px;
	font-size: 0.6875rem;
	padding: 4px 0 0 0;
	padding: 0.25rem 0 0 0;
	background: none !important;
}
.sidebar .propertyActions ul li.shortlist a {
	background: url(images/icon-star.png) center left no-repeat;
	background-size: 14px 13px;
	background-size: 0.875rem 0.8125rem;
}
.sidebar .propertyActions ul li.shortlist a.hide {
	display: none;
}
.sidebar .propertyActions ul li.shortlist a.active {
	display: block;
}
.sidebar .propertyActions ul li.email a {
	background: url(images/icon-mail.png) center left no-repeat;
	background-size: 16px 12px;
	background-size: 1rem 0.75rem;
}
.sidebar .sent {
	color: #fff;
	background-color: green;
	clear: both;
	margin: 8px 0 0;
	margin: 0.5rem 0 0;
	padding: 2px 0;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	display: block;
	float: left;
	width: 100%;
}
.sidebar .error {
	color: #fff;
	background-color: red;
	clear: both;
	margin: 8px 0 0;
	margin: 0.5rem 0 0;
	padding: 4px 0;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	display: block;
	float: left;
	width: 100%;
}
.emailInfo {
	display: none;
	clear: both;
}
.emailInfo.show {
	display: block;
}
.emailInfo form {
	padding: 8px 0 0;
	padding: 0.5rem 0 0;
	overflow: hidden;
	width: 100%;
}
.emailInfo button[type="submit"] {
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
}

.sidebar .propertyActions ul li.calculator a {
	background: url(images/icon-calculator.png) 4px center no-repeat;
	background: url(images/icon-calculator.png) 0.25rem center no-repeat;
	background-size: 9px 14px;
	background-size: 0.5625rem 0.875rem;
}
.calculatorContent {
	display: none;
	clear: both;
}
.calculatorContent form {
	padding: 8px 0 0;
	padding: 0.5rem 0 0;
	overflow: hidden;
	width: 100%;
}
.calculatorContent .fieldContainer {
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
	margin: 0 2% 0 0;
}
.calculatorContent .fieldContainer.noRightMargin {
	width: 49%;
	float: left;
	margin-right: 0;
}
.calculatorContent .fieldContainer.fullWidth {
	width: 100%;
	margin-right: 0;
}

.calculatorContent button[type="submit"] {
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	float: none;
}
.calculatorContent p.disclaimer {
	font-size: 12px;
	font-size: 0.75rem;
}



.listingAgent {
	overflow: hidden;
	margin: 0 0 30px;
	margin: 0 0 1.875rem;
}
.listingAgent img {
	border: 4px solid #e5e5e5;
	border: 0.25rem solid #e5e5e5;
	padding: 1px;
	float: left;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}
.listingAgentsContainer .tagline {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	color: #000;
}
.listingAgent h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
	color: #000;
}
.listingAgent ul {
	list-style: none;
}
.listingAgent ul li {
	color: #5d5d5d;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
}




.sidebar .propertyContact form.elab_form fieldset input[type="text"],
.sidebar .propertyContact form.elab_form fieldset select,
.sidebar .propertyContact form.elab_form fieldset textarea {
	height: 30px;
	height: 1.875rem;
}
.sidebar .propertyContact form.elab_form fieldset textarea {
	height: 140px;
	height: 8.75rem;
}
.sidebar .propertyContact form.elab_form .footnote {
	padding: 16px 0 8px;
	padding: 1rem 0 0.5rem;
	float: none;
	clear: both;
	display: none;
	text-align: left;
}
.sidebar .propertyContact form.elab_form .footnote.error-field {
	display: block;
}


.sidebar .testimonials {
	border-bottom: 1px dotted #bababa;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
	padding: 10px 0 0;
	padding: 0.625rem 0 0;
	overflow: hidden;
}

.sidebar .testimonials ul {
	list-style: none;
}
.sidebar .testimonials ul li blockquote p {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	color: #c10b25;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.sidebar .testimonials ul li blockquote p a {
	color: #c10b25;
}
.sidebar .testimonials ul li h4 {
	font-size: 14px;
	font-size: 0.875rem;
	color: #000000;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
.sidebar .testimonialsContainer .quovolve-nav {
	float: left;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}
.sidebar .testimonialsContainer .quovolve-nav a {
	float: left;
	margin: 0 10px 0 0;
	margin: 0 0.625rem 0 0;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	background: url(images/icon-arrow-left-small.png) no-repeat center center #c10b25;
	text-indent: -9999px;
	display: block;
}
.sidebar .testimonialsContainer .quovolve-nav .nav-next a {
	background: url(images/icon-arrow-right-small.png) no-repeat center center #c10b25;
}
.sidebar .testimonialsContainer a.readAll {
	line-height: 32px;
	line-height: 2rem;
	color: #c10b25;
	font-size: 14px;
	font-size: 0.875rem;
	text-decoration: underline;
}
.sidebar .testimonialsContainer a.readAll:hover {
	text-decoration: none;
}


.sidebar .categoryContainer ul {
	list-style: none;
}
.sidebar .categoryContainer ul a {
	display: block;
	color: #c10b25;
	font-weight: 700;
	line-height: 46px;
	line-height: 2.875rem;
	border-bottom: 1px dotted #bababa;
}



/*________ FOOTER ________*/

.mailingListContainer {
	overflow: hidden;
	margin: 0 0 60px;
	margin: 0 0 3.75rem;
	height: 250px;
	height: 15.625rem;
}
.mailingListContainer h2 {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: normal;
}
.mailingListContainer p {
	line-height: 1.4;
}
.mailingListContainer .leftColumn {
	float: left;
	background-color: #c10b25;
	width: 30%;
	padding: 30px;
	padding: 1.875rem;
	overflow: hidden;
}
.mailingListContainer .leftColumn .info {
	color: #fff;
	background: url(images/bg-arrow-white.png) bottom right no-repeat;
	padding: 0 0 80px;
	padding: 0 0 5rem;
}
.mailingListContainer .rightColumn {
	float: left;
	background-color: #e5e5e5;
	width: 70%;
	padding: 30px;
	padding: 1.875rem;
	overflow: hidden;
}

.mailingListContainer form fieldset {
	float: left;
	width: 45%;
	margin: 0 5% 0 0;
	border: none;
}
.mailingListContainer form .fieldContainer {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	float: left;
	width: 100%;
}
.mailingListContainer form .fieldContainer.half {
	margin-right: 4%;
	float: left;
	width: 48%;
}
.mailingListContainer form .fieldContainer.half.noRightMargin {
	margin-right: 0;
}
.mailingListContainer form label,
.mailingListContainer .label {
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.mailingListContainer form input[type="text"] {
	margin: 0;
}
.mailingListContainer form label.checkbox {
	clear: left;
}
.mailingListContainer form button[type="submit"] {
	margin: 24px 0 0;
	margin: 1.5rem 0 0;
	float: left;
}


.footer {
	background-color: #374e59;
	padding: 10px 0;
	padding: 0.625rem 0;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	width: 100%;
}

.footer p.copyright {
	color: #979797;
	float: left;
	margin: 6px 0 0 0;
	margin: 0.375rem 0 0 0;

}
.footer p.copyright a {
	color: #979797;
	display: block;
}

.footer p.members {
	float: right;
	text-align: right;
	line-height: 1.1;
}
.footer p.members img {
	float: right;
	margin: 4px 0 0 20px;
	margin: 0.25rem 0 0 1.25rem;
}
.footer p.members span {
	overflow: hidden;
	display: block;
	margin: 14px 0 0 0;
	float: left;
}


/*________ FORMS ________*/

form * {
	font-family: 'Lato', Arial, Verdana, Sans Serif;
	font-size: 14px;
	font-size: 0.875rem;
}
form fieldset {
	border: none;
}
form label,
form .label {
	font-weight: bold;
	color: #000;
	padding: 0 0 2px;
	padding: 0 0 0.125rem;
	float: left;
	display: block;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form select,
form textarea {
	width: 100%;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	color: #000;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 0 6px;
	padding: 0 0.375rem;
	height: 30px;
	height: 1.875rem;
}
form textarea {
	resize: vertical;
	height: 200px;
	height: 12.5rem;
}

form label.checkbox {
	font-weight: normal;
	padding: 0 10px 10px 0;
	padding: 0 0.625rem 0.625rem 0;
	color: #5d5d5d;
	display: block;
	float: left;
}
form label.checkbox input[type="checkbox"] {
	float: left;
	margin: 0 8px 0 0;
	margin: 0 0.5rem 0 0;
}
form label.checkbox span {
	float: left;
	line-height: 1;
}





form input[type="submit"],
form button[type="submit"] {
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	border-radius: 4px;
	padding: 8px 24px;
	padding: 0.5rem 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: 'Oswald';
	display: block;
	-webkit-appearance: none;
}
.fc_container form.elab_form input[type="submit"] {
	border-radius: 4px;
	background-color: #000;
	padding: 8px 32px;
	padding: 0.5rem 2rem;
	font-family: 'Oswald';
	font-weight: normal;
}






/*________ MISC ________*/

a.button {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Oswald';
    display: block;
    -webkit-appearance: none;
}
a.button:hover {
    background-color: #c10b25;
}

.animate {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}


.flexBlocks {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}


.hide {
	display: none;
}
.ffname {
	display: none !important;
}
button {
	cursor: pointer;
	outline: none;
}
/* Remove stupid button padding in FF */
button::-moz-focus-inner {
	border:0;
	padding:0;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:    #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #000;
}



.flexibleContainer { /* Flexible iFrame */
	position: relative;
	height: 228px;
	overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	line-height: 1.125rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	margin: 6px 6px 0;
	margin: 0.375rem 0.375rem 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 6px;
	margin: 0.375rem;
}
.wp-smiley {
	margin: 0;
}



.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.285%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}





/*________ RESPONSIVE ________*/

/* 1200px */
@media (max-width: 75em) {
	.wrapper {
		width: 96%;
	}
/*.advancedSearchContainerWrapper > div {
	width: auto !important;
	height: auto !important;
}
.advancedSearchContainerWrapper .advancedSearchContainer {
	position: relative !important;
	top: auto;
	}*/
}

/* 1100px */
@media (max-width: 68.75em) {

}

/* 1000px */
@media (max-width: 62.5em) {
	html {
		font-size: 90%;
	}

	/* main level link */
	.mainNav a {
		padding: 0 10px;
		padding: 0 0.625rem;
	}
	.mailingListContainer {
		height: auto;
	}
	.mailingListContainer .leftColumn {
		float: none;
		width: 100%;
	}
	.mailingListContainer .leftColumn .info {
		background-image: none;
		padding: 0;
	}
	.mailingListContainer .rightColumn {
		float: none;
		width: 100%;
	}
}

/* 800px */
@media (max-width: 50em) {
	html {
		font-size: 80%;
	}


	/*________ CONTENT ________*/

	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}

	.listingsContainer .listing {
		-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    max-width: 50%;
	}

	.page-template .listingsContainer .listing {
		-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	}

	.page-template-pages-listings-shortlisted-php .listingsContainer,
	.page-template-pages-listings-sold-php .listingsContainer {
		width: 100%;
	}
	.page-template-pages-listings-shortlisted-php .listingsContainer .listing,
	.page-template-pages-listings-sold-php .listingsContainer .listing {
		-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    max-width: 50%;
	}
}

/* 700px */
@media (max-width: 43.75em) {
	.header h1 {
		margin: 0 0 20px;
		margin: 0 0 1.25rem;
	}
	.topHeader .tagline {
		float: none;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		clear: both;
	}
	.bottomHeader {
		height: auto;
		overflow: hidden;
	}
	.bottomHeader.stuck {
		position: relative;
	}
	.mobileNav {
		display: block;
	}
	.mainNav {
		display: none;
		float: none;
		clear: both;
	}
	.mainNav li {
		float: none;
	}
	.mainNav a {
		display: block;
		float: none;
		background-color: #000;
		border-bottom: 1px solid #333 !important;
	}
	.mainNav li ul {
		float: none;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	.mainNav li ul a {
		background-color: #161616;
		padding-left: 20px;
		padding-left: 1.25rem;
	}


	.sliderWrapper .slider .slide img {
		left: 50%;
		margin-left: -450px;
		margin-left: -28.125rem;
		position: relative;
		width: 900px;
		width: 56.25rem;
	}

	.content {
		width: 100% !important;
		float: none;
		margin-right: 0;
	}
	.sidebar {
		width: 100% !important;
		float: none;
	}
	.footer p.copyright {
		width: 100%;
		float: none;
		margin: 0 0 16px;
		margin: 0 0 1rem;
		text-align: center;
	}
	.footer p.members {
		width: 100%;
		float: none;
		margin: 0 0 16px;
		margin: 0 0 1rem;
		text-align: center;
	}
	.footer p.members span {
		float: none;
		margin: 0 auto 16px;
		margin: 0 auto 1rem;
	}
	.footer p.members img {
		float: none;
		display: block;
		margin: 0 auto 8px;
		margin: 0 auto 0.5rem;
		margin: 0 auto
	}
}

/* 600px */
@media (max-width: 37.5em) {
	.propertyTopInfo h2 {
		width: 100%;
		float: none;
	}
	.page-template-pages-contact-php .sidebar .contactContainer .single {
		width: 100%;
	}
	.mailingListContainer form fieldset {
		float: none;
		width: 100%;
		margin: 0;
	}
	.mailingListContainer form label.checkbox {
		width: 100%;
		margin-right: 0;
	}
	.mailingListContainer form button[type="submit"] {
		margin: 16px 0 0;
		margin: 1rem 0 0;
	}
	.searchWrapper .startSearching {
		float: none;
		padding: 24px 16px 16px;
		padding: 1.5rem 1rem 1rem;
		max-width: 100%;
	}
	.shortlistWrapper {
		height: auto;
	}
	.shortlistWrapper p {
		line-height: 1.2;
		padding-top: 8px;
		padding-top: 0.5rem;
		padding-bottom: 8px;
		padding-bottom: 0.5rem;
	}
	.advancedSearchContainer {
		width: 100%;
		float: none;
		max-width: 100%;
	}

	.page-template .listingsContainer,
	.page-template-pages-listings-shortlisted-php .listingsContainer {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.listingsContainer .listing,
	.page-template-pages-listings-shortlisted-php .listingsContainer .listing {
		-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	}
}

/* 440px */
@media (max-width: 27.5em) {


	/*________ CONTENT ________*/

	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}

	.alignleft,
	img.alignleft,
	.alignright,
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
}

/*________ WP PRINT ________*/

@media print {
	.wrapper {
		width: 600px !important;
		margin: 0 auto !important;
	}
	.topHeader {
		padding: 0 !important;
	}
	.header {
		margin: 0 !important;
		height: 60px !important;
	}
	.content {
		width: 100% !important;
		margin: 0 auto !important;
	}
	.content .propertyTopInfo h2 {
		margin: 8px 0 !important;
	}
	.single .content .listingAgentsContainer .tagline {
		display: none;
	}
	.content .entry-content .listingAgentsContainer {
		display: block;
	}
	.single .content .listingAgent ul {
		padding: 0 0 20px;
		margin: 0;
	}
	.content .printContent {
		display: block;
	}
	.content .webContent {
		display: none;
	}

	.bottomHeader,
	.sticky-wrapper,
	.utilityHeader,
	.shortlistWrapper,
	.sidebar,
	.mailingListContainer,
	.topHeader .tagline,
	.footer,
	button.slick-prev,
	button.slick-next,
	.slick-dots {
		display: none !important;
	}
	.topHeader {
		padding: 0 !important;
	}
	.listingSliderContainer {
		margin: 0 0 20px !important;
	}



	/*Cattle*/

	.single-cattle .listingSliderContainer {
		display: none;
	}

	.single-cattle .printContainer {
		overflow: hidden;
		display: block;
	}
	.single-cattle .printContainer img.wp-post-image {
		float: left;
		width: 300px;
		margin: 0 20px 20px 0;
		height: auto;
	}
	.single-cattle .printContainer .listingAgentsContainer {
		overflow: hidden;
	}
	.single-cattle .printContainer .listingAgentsContainer .listingAgent {
		margin: 0;
	}

}
