/*
Theme Name: Harcourts Gold
Theme URI: http://www.avatar.co.nz
Description: Harcourts Gold theme by <a href="http://www.avatar.co.nz">Avatar</a>
Version: 1
Author: Avatar
Author URI: http://www.avatar.co.nz
Tags: avatar
*/


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(/scripts/boxsizing.htc);}

body {
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	background: #EDEAE4/*#e7e3dc*/;
	margin: 0;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
a img {
	border: none;
}

/* Header
-------------------------------------------------------------- */

#header-container {
	width: 100%;
	background: #000000/*#9e9171*/;
}
.home #header-container {
	background: #86754e;
}
#logo {
	float: left;
	width: 500px;
	height: 101px;
	margin: 15px 0 0 0/*21px 0 0 0*/;
}

/* Menu
-------------------------------------------------------------- */

#menu-container {
	float: right;
	position: relative;
	width: 600px/*590px*/;
	height: 90px/*90px*/;
	margin-top: 40px;
}
#menu-container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
	position: absolute;
	right: 0;
}
#menu-container ul li {
	float: left;
	margin: 0 0 0 10px/*30px*/;
	padding: 0;
	position: relative;
	z-index: 200;
}
#menu-container ul li.menu-item-101368 {
	display: none; /* Hide Contact from main menu */
}
#menu-container ul li a {
	display: block;
	padding: 36px 9px 32px 9px;
	color: #fff;
	/*font-family: "Helvetica Neue", "Myriad Pro", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#menu-container ul li a:hover, #menu-container ul li.active a {
	text-decoration: none;
	opacity: 0.5;
}
#menu-container ul ul {
	display: none;
}

/* --------- Drop downs --------- */

#menu-container li ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 200;
	clear: both;
	width: 220px;
	top: 90px;
	left: -6px;
	margin: 0;
	text-align: left;
}
#menu-container li ul.sub-menu:hover {
	display: block;
}
#menu-container li ul.sub-menu li {
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
}
#menu-container li ul.sub-menu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	display: block;
	width: 220px;
	color: #000;
	font-size: 13px;
	line-height: 13px;
	padding: 10px 15px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	background: #EDEAE4;/*#e7e3dc*/;
	text-shadow: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	opacity: 1;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
#menu-container li ul.sub-menu li a:hover {
	color: #000;
	text-decoration: none;
	background: #A4A4A4/*#d4cdc0*/;
}
#menu-container li ul.sub-menu ul {
	display: none;
	margin-left: 220px; /* ul width */
	top: -1px;
	left: -1px;
}
#menu-container li#menu-item-4688 ul.sub-menu ul { /* About Us */
	left: -439px !important;
}
#menu-container ul li ul.sub-menu li ul li a {
	border-bottom: 1px solid #fff !important;
}
#menu-container ul li ul.sub-menu li ul li:first-child a {
	border-top: 1px solid #fff !important;
}
#menu-container ul li ul.sub-menu ul li a:hover {
	background: #A4A4A4/*#d4cdc0*/ !important;
}

/* Mobile Menu
-------------------------------------------------------------- */

#mobile-menu-container, #mobile-menu, #mobile-menu-btn {
	display: none;
}
#mobile-menu-btn {
	float: right;
	height: 41px;
	width: 120px;
	margin: 40px 0 0 0;
}
#mobile-menu-btn #mobile-btn {
	height: 41px;
	min-width: 100px;
	display: block;
	float: right;
	color: #fff;
	font-family: "Helvetica Neue", "Myriad Pro", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 41px;
	text-decoration: none;
	text-align: right;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#mobile-menu-btn a#mobile-btn:hover {
	opacity: 0.5;
	color: #fff;
	text-decoration: none;
}
#mobile-menu {
	clear: both;
}
#mobile-menu ul, #mobile-menu ul li {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-menu ul li a {
	width: 100%;
	display: block;
	color: #000;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	border-top: 1px solid #fff;
	background: #EDEAE4/*#e7e3dc*/;
}
#mobile-menu ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #A4A4A4/*#d4cdc0*/;
}
#mobile-menu ul li ul {
	display: none;
}
#mobile-menu ul li.current-menu-item ul, #mobile-menu ul li.current-menu-parent ul {
	/* display: block; */
}
#mobile-menu ul li li a {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
}

/* Slider
-------------------------------------------------------------- */

#slider {
	width: 100%;
	height: auto;
	position: relative;
}
#slider img {
	width: 100%;
	height: auto;
}
.slide-caption-container {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(left,  rgba(134,117,78,0.8) 0%, rgba(233,195,30,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(134,117,78,0.8)), color-stop(100%,rgba(233,195,30,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(134,117,78,0.8) 0%,rgba(233,195,30,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(134,117,78,0.8) 0%,rgba(233,195,30,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(134,117,78,0.8) 0%,rgba(233,195,30,0.8) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(134,117,78,0.8) 0%,rgba(233,195,30,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86754e', endColorstr='#e9c31e',GradientType=1 ); /* IE6-9 */
	z-index: 1000;
}
.slide-caption {
	padding-right: 105px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Myriad Pro", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 60px;
	color: #fff;
	text-align: right;
}
.slide-text {
	width: 20%;
	position: absolute;
	top: 33%;
	right: 2%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Myriad Pro", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #86754e;
	font-size: 14px;
	line-height: 20px;
	z-index: 1000;
}
.slide-text .partners {
	letter-spacing: -0.1px;
	font-size: 13px;
	line-height: 19px;
}
.slide-text strong {
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", "Myriad Pro", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 600;
}
.slide-text .blue {
	font-weight: 400;
	color: #00447c;
}
.bx-controls {
	width: 1200px;
	height: 60px;
	position: relative;
	margin: -60px auto 0 auto;
	text-align: right;
	z-index: 2000;
}

/* Body
-------------------------------------------------------------- */

#body-bg {
	width: 100%;
	background: #fff;
}
#body-container {
	position: relative;
}
#body-bg-light-brown {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 50px 0;
}
#body {
	float: right;
	width: 890px;
	margin: 50px 0 60px 0;
	font-family: Helvetica, Arial, sans-serif;
}
#body-full-width {
	width: 100%;
	margin: 50px 0 60px 0;
}
#sect-banner {
	margin: 0 0 15px 0;
}
/*h1, .h1, h2, h3, h2.post-title a, h3 a, h3 a:hover {
	color: #86754e;
}*/
h1, .h1 {
	color: #000000;
	font-size: 23px;
	line-height: 35px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
h2, h2.post-title {
	color: #686A6C;
}
h3 {
	color: #2A2D29;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 0 0;
}
#sidebar h2 {
	clear: both;
	margin: 30px 0 8px 0;
}
.home-col1 h2, .home-col2 h2, .home-col3 h2, .home-col4 h2 {
	margin: 0 0 10px 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 0 0;
}
p {
	margin: 5px 0 15px 0;
}
a {
	color: #00447c;
	text-decoration: none;
}
a:hover {
	color: #00447c;
	text-decoration: underline;
}
.blue {
	color: #00447c;
}
.blueBold {
    color: #00447c;
    font-weight: bold;
}
.gold {
	color: #86754e;
}
hr {
    clear: both;
    border: none;
    height: 1px;
    color: #86754e;
    background-color: #86754e;
    margin: 30px 0;
}
.home-col1, .home-col2, .home-col3, .home-col4 {
	float: left;
	width: 430px;
}
.home-col2, .home-col4 {
	margin-left: 30px;
}
.content-box {
	float: left;
	width: 430px;
	margin-bottom: 10px;
}
.content-box h3 {
	margin: 0px 0 5px 0;
}
.content-box p {
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
}
#content-box3, #content-box5, #content-box7 {
	clear: both;
}
#content-box2, #content-box4, #content-box6, #content-box8 {
	margin-left: 30px;
}
.content-box a img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.content-box a:hover img {
	opacity: 0.75;
}
#cta-online-auctions {
	width: 100%;
}
.cta-image, .cta-image img {
	width: 100%;
	float: left;
}
.cta-caption {
	margin-top: 5px;
	float: left;
	width: 100%;
}
.cta-btn {
	display: block;
	background: #e7e3dc url(images/cta-arrow.gif) no-repeat bottom right;
	font-size: 15px;
	line-height: 15px;
	padding: 8px 10px 7px 10px;
	color: #000;
	text-decoration: none;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.cta-btn:hover {
	color: #000;
	background: #d4cdc0 url(images/cta-arrow.gif) no-repeat top right;
	text-decoration: none;
}
#sidebar .cta-btn, #back-btn .cta-btn {
	background: #e7e3dc url(images/cta-arrow-small.gif) no-repeat bottom right;
}
#sidebar .cta-btn:hover, #back-btn .cta-btn:hover {
	background: #d4cdc0 url(images/cta-arrow-small.gif) no-repeat top right;
}
.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
	opacity: 0.75;
}
#gold-logo {
	text-align: left/*right*/;
}
.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.ddsg-wrapper p {
	display: none;
}
.post h1 {
	margin-bottom: 0;
}
p.date {
	color: #999;
}
.category p.date {
	margin: 5px 0;
}
.post-thumbnail {
	float: left;
	margin: 30px 20px 0 0;
}
.post-thumbnail img {
	border: 1px solid #eee;
}
.post-thumbnail a:hover img {
	border: 1px solid #86754e;
}
.left {
	float: left;
	margin: 0 5px 0 0;
}
.right {
	float: right;
	margin: 0 0 0 5px;
}
.clear-floats {
	clear: both;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Featured Properties Slider
-------------------------------------------------------------- */

.featured-property-caption {
	margin-top: 5px;
	float: left;
	width: 100%;
	background: #e7e3dc;
	font-size: 15px;
	line-height: 15px;
	padding: 8px 85px 7px 10px;
	color: #000;
}
#featured-properties .bx-controls {
	width: 100%;
	height: 30px;
	position: relative;
	margin: 0;
	text-align: right;
	z-index: 2000;
}
#featured-properties .bx-prev {
	display: none;
}
#featured-properties .bx-next {
    background: url(images/cta-arrow.gif) no-repeat bottom right;
    right: 0;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
#featured-properties .bx-next:hover {
    background: url(images/cta-arrow.gif) no-repeat top right;
}
#featured-properties .bx-controls-direction a {
	height: 30px;
	margin: -30px 0 0 0;
	outline: 0 none;
	position: absolute;
	text-indent: none;
	top: 0;
	bottom: 0;
	width: 75px;
	z-index: 9999;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	padding: 8px 27px 7px 0;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 260px;
	margin: 50px 0 60px 0;
}
.home #sidebar {
	margin: 84px 0 60px 0;
}
.search #search-box, .search #property-search-box, .property-search-box {
	margin: 10px 0;
}
#search-box, #property-search-box, .property-search-box {
	height: 30px;
	width: 260px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search input#searchField, .search input#propertySearchField {
	float: left;
	display: inline;
	height: 28px;
	width: 220px;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 10px;
}
.search input.button {
	float: right;
	display: inline;
	height: 30px;
	width: 30px;
	background: none;
	border: none;
	margin: -1px -1px 0 0;
	text-indent: -500px;
	overflow: hidden;
	cursor: pointer;
}
input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

#quick-links-menu {
	margin-bottom: 30px;
}
#quick-links-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#quick-links-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}
#quick-links-menu li:first-child {
	border-top: 1px solid #e7e3dc;
}
#quick-links-menu a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	font-size: 15px;
	line-height: 15px;
	border-bottom: 1px solid #e7e3dc;
}
#quick-links-menu a:hover {
	color: #86754e;
}

#side-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#side-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
	display: none;
}
#side-menu li.current-menu-item, #side-menu li.current-page-ancestor, #side-menu li.current-page-ancestor li {
	display: block;
}
#side-menu li.menu-item-101368  {
    display: none; /* Hide Contact from main menu */
}
#side-menu li li {
	border: none;
}
#side-menu a {
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 0 0 10px 0;
	font-size: 24px;
	border-bottom: 1px solid #e7e3dc;
}

#side-menu li.current-menu-parent li a, #side-menu li.current-menu-item li a, #side-menu li li a {
	color: #000;
	padding: 10px 0;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
}
#side-menu li.current-page-ancestor li li a, #side-menu li.current-menu-item li li a, #side-menu li li li.current-menu-item a, #side-menu li li.current-menu-item li a, #side-menu li li.current-menu-parent li a, #side-menu li li.current-menu-parent li a {
	color: #000;
	padding: 10px 0 10px 15px;
}
#side-menu a:hover, #side-menu li.current-menu-item a, #side-menu li.current-menu-item li a:hover, #side-menu li li.current-menu-item a, #side-menu li li.current-page-ancestor li.current-menu-item a, #side-menu li.current-menu-parent li a:hover {
	color: #F1B200;
}
#side-menu ul ul {
	display: none;
	margin: 0;
	padding :0;
	border-top: none;
}
#side-menu ul .current_page_item ul, #side-menu ul .current_page_item li, #side-menu ul .current-menu-parent li, #side-menu ul .current_page_parent ul {
	display: block;
}
#side-menu ul li.current-menu-ancestor ul ul, #side-menu ul .current_page_item ul ul, #side-menu ul .current_page_parent ul ul {
	display: none;
}
#side-menu ul li.current-menu-ancestor ul, #side-menu ul .current-menu-ancestor ul li.current-menu-item ul, #side-menu ul .current-menu-ancestor ul li.current-menu-ancestor ul {
	display: block;
}

#agent-side-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#agent-side-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}
#agent-side-menu li:first-child {
	border-top: 1px solid #e7e3dc;
}
#agent-side-menu a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	font-size: 15px;
	line-height: 15px;
	border-bottom: 1px solid #e7e3dc;
}
#agent-side-menu a:hover {
	color: #86754e;
}

/* Auctions
-------------------------------------------------------------- */

.pastAuction span.newRow {
    clear: left;
}
.pastAuction span {
    float: left;
    width: 180px;
}
.pastAuction span.wide {
    float: left;
    width: 266px;
}

/* Gold Agents Old
-------------------------------------------------------------- */

#officeListWrap {
    margin-bottom: 15px;
    overflow: hidden;
    width: 626px;
}
.officeListItem {
    background: url(images/officelist-bg.jpg) repeat-y scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 100px;
    line-height: 15px;
    margin-bottom: 10px;
    width: 312px;
}
.officeListItem a {
    color: #666;
}
.officeListItem img {
    float: left;
    margin-right: 10px;
}
.officeListItem h3 {
    margin-top: 30px;
    font-size: 14px;
    padding: 0 0 1px;
    margin: 0;
    text-transform: uppercase;
}
.officeListItem h3 a {
    color: #005ba1;
}

/* Gold Agents
-------------------------------------------------------------- */

.page-template-custom-agent-list-page #body-full-width {
	margin: 50px 0;
}
.page-template-custom-agent-list-page h1 {
	margin: 0;
}
#back-btn {
	position: absolute;
	width: 260px;
	right: 0;
	top: 52px;
}
.agent-listing {
	float: left;
	width: 190px;
	margin: 0 50px 25px 0;
	background: #fff;
	line-height: 15px;
}
.agent-thumb {
	float: left;
	width: 190px;
	height: 200px;
}
.agent-thumb img {
	width: 100%;
	height: auto;
}
.agent-thumb a {
	display: block;
}
.agent-details {
	float: left;
	width: 100%;
	padding: 10px;
	color: #fff;
	background: #c3b6a2;
	min-height: 92px;
}
.agent-details h2 {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.agent-details p {
	margin: 5px 0 0 0;
}
.agent-details .agent-role {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}
.agent-links {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
}
.agent-links a {
	color: #000;
	text-decoration: none;
}
.agent-links a:hover {
	color: #86754e;
	text-decoration: none;
}
.agent-profile-btn {
	float: left;
	width: 50%;
	padding: 10px;
}
.agent-email-btn {
	float: right;
	width: 50%;
	text-align: right;
	padding: 10px;
}
.page-template-custom-agent-profile #body, .page-template-custom-agent-profile #sidebar {
	margin-top: 0;
}
.page-template-custom-agent-profile h1 {
	margin: 50px 0;
}
#profile-property-photo {
	position: relative;
}
#profile-property-photo img {
	width: 100%;
	height: auto;
}
#profile-photo {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 30px;
	margin-top: -100px;
}
#profile-header {
	border-bottom: 1px solid #86754e;
	padding: 20px 0;
	margin-bottom: 20px;
}
#profile-header h2 {
	clear: both;
	margin: 0 0 2px 0;
}
#profile-header p {
	margin: 0 0 5px 0;
}
.profile-role {
	color: #86754e;
	text-transform: uppercase;
}
.profile-reaa {
	float: right;
	margin-left: 20px;
}
.profile-phone {
	float: left;
	margin-right: 20px;
}
.profile-email {
	float: left;
}

/* Gold Offices
-------------------------------------------------------------- */

#officeDetailsHead {
    background: url(images/officelist-bg-long.jpg) repeat-y scroll right center #d0d1d2;
    height: 190px;
    width: 100%;
}
#officeDetailsHead img {
    float: left;
    margin: 0 30px 15px 0;
}
#officeDetailsHead h1 {
	font-size: 22px;
	line-height: 24px;
    margin: 0;
    padding: 30px 0 10px 0;
	text-transform: uppercase;
}
#officeDetailsHead h3 {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 1px;
	margin: 0;
	text-transform: uppercase;
}

/* Forms
-------------------------------------------------------------- */

#body .gform_body ul, #sect-body .gform_body ul {
    margin: 0;
    padding: 0;
}
#body .gform_body ul li, #sect-body .gform_body ul li {
    background-image: none;
    margin: 0 0 10px 0;
    padding: 0;
}
#body .gform_body ul li li, #sect-body .gform_body ul li li {
    margin: 0;
}
#body .gform_body ul li.gfield.gfield_error, #sect-body .gform_body ul li.gfield.gfield_error, #body .gform_body ul li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #sect-body .gform_body ul li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #FFDFE0;
}
.gform_wrapper .top_label input.medium, .gform_wrapper textarea.medium, .gform_wrapper textarea.small {
    border: 1px solid #e7e3dc;
}
.gform_wrapper  input.button {
    background: #86754e;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 7px 15px 6px;
    text-shadow: none;
    text-transform: capitalize;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 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: 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 #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Responsive Images
-------------------------------------------------------------- */

.entry-content img,
.comment-content img,
#footer img,
.widget img,
.hgpl-listing img, #sect-banner img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, #sect-body img, #sect-banner img {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	height: auto;
}

/* Footer
-------------------------------------------------------------- */

#footer-container {
	clear: both;
	width: 100%;
	padding: 30px 0;

}
#footer {
	font-size: 15px;
	color: #000000;

}
#footer p {
	margin: 0 0 15px 0;
}
#footer a {
	color: #444444;
	text-decoration: none;
	opacity: 1;
}
#footer a:hover {
	text-decoration: none;
	color:#F1B200;
}
#copyright {
	float: left;
	width: /*25%*/43%;
}
#footer-links {
	float: right;
	width: /*75%*/57%;
	text-align: right;
}
#footer-links a {
	margin: 0 0 0 20px/*0 0 0 20px*/;
	transition: /*opacity*/ .25s ease-in-out;
	-moz-transition: /*opacity*/ .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#footer-links a:hover {
	/*opacity: 0.5;*/
}
.facebook, .twitter, .pinterest {
	float: right;
	width: 30px;
	height: 30px;
	margin: -5px 5px 0 0px/*-5px 5px 0 0*/;
}
.pinterest {
	margin-right: 15px;
}
#view-full-site, #view-mobile-site, .mobile-only {
	display: none;
}

/* Listings - archive
-------------------------------------------------------------- */

.hgpl-listings {

	padding: 0;
	list-style: none;

}

.hgpl-listing {

	float: left;
	width: 50%;
	height: 370px; /* fixed height on XL view only */

}

.page-template-page-custom-auctions .hgpl-listing {

	height: 340px; /* fixed height on XL view only */

}

.hgpl-listing__thumbnail {

	display: block;
	margin: 7px 0 14px;

}

.hgpl-listing-link {

	display: block; /* remove whitespace below img */

}

.hgpl-listing dl {

	margin: 0;

}

dl.hgpl-listing__location {

	margin: 0;

}

.hgpl-listing__tagline {

	display: block;
	margin: 0;
  	width: 95%;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	color: #86754e;

}

.hgpl-listing dt,
.hgpl-listing dd {

	float: left;
	width: auto;

}

.hgpl-listing dd {

	margin: 0;

}

.hgpl-listing__location dd {

	margin: 0 10px 0 0;

}

.hgpl-listing__sale-details {
	
	font-weight: bold;
	
}

.hgpl-listing__features dt {

	display: inline-block;
	width: 35px;
	height: 20px;
	margin: 0 2px 0 0;
	background-image: url( images/listings/sprite--listing-features.gif );
	line-height: 1.25;

}

.hgpl-listing__features dd {

	display: inline-block;
	margin: 0 7px 0 0;

}

.hgpl-listing__feature--bed {

	background-position: 0 0;

}

.hgpl-listing__feature--bath {

	background-position: 0 -20px;

}

.hgpl-listing__feature--garage {

	background-position: 0 -40px;

}

.hgpl-listing__feature--reception {

	background-position: 0 -60px;

}

.hgpl-listing a,
.hgpl-listing a:visited {

	color: #000;

}

.hgpl-listing a:hover,
.hgpl-listing a:active {

	color: #86754e;

}

.hgpl-listings-search {

	margin: 0 0 32px;

}

.hgpl-listings-search-select {

	width: 100%;
	height: 28px;
	padding: 0 0 0 10px;
	border: none;
	font-size: .875em;

}

.hgpl-listings-search-select.half {

	float: left;
	width: 47.5%;
	height: 28px;
	border: none;

}

.hgpl-listings-search-select.half-right {

	float: right;

}

.hgpl-listings-search-submit {

	float: right;
	width: 125px;
	height: 35px;
	border: none;
	color: #fff;
	background: #86754e;
	font-size: 1.25em;
	-webkit-appearance: none;

}

.hgpl-listings-search-submit:hover {

	cursor: pointer;

}

.hgpl-listings-links {

	padding: 0;
	list-style: none;

}

.hgpl-listings-link {

	position: relative;
	display: block;
	height: 108px;
	margin: 0 0 20px;
	padding: 20px 0 0 32px;
	border-radius: 7px;
	border: 1px solid #cfd0d0;
	color: #86754e;
	background: #dcdde0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #dcdde0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dcdde0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #dcdde0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(-45deg, #dcdde0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(135deg, #dcdde0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdde0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 2em;
	line-height: 1;

}

.hgpl-listings-link:after {

	position: absolute;
	content: '';
	top: 44px;
	right: 24px;
	background: transparent;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12.5px 0 12.5px 15px;
	border-color: transparent transparent transparent #86754e;


}

.hgpl-listings-link:hover {

	color: inherit;
	text-decoration: none;

}

.hgpl-listings-link--single-word {

	padding-top: 40px;

}

/* Listings - single
-------------------------------------------------------------- */

.hgpl-listing-location a {

	color: #86754e;
	text-decoration: underline;

}

.hgpl-listing-price {

	font-size: 1.5em;
	font-weight: 700;

}

.hgpl-listing-gallery {

	margin: 0;
	padding: 0;

}

.attachment-hgpl-listing-slider {

	width: 100%;
	height: auto;

}

.hgpl-listing-gallery-pager {

	display: inline-block;
	margin: 0 5px 0 0;

}

.hgpl-listing-single__main {

	float: left;
	width: 600px;

}

.hgpl-listing-information {

	margin-top: 5px;
	padding: 0;
	list-style: none;

}

.hgpl-listing-information-key {

	font-weight: 700;
	text-transform: capitalize;

}

.hgpl-listing-single__sidebar {

	float: left;
	width: 290px;
	padding-left: 40px;

}

.hgpl-listing-id {

	background: #D1D1D1;/*#e7e3dc*/;
	margin: 20px 0 0;
	padding: 5px 10px;

}

.hgpl-listing-agent-details {

	margin: 16px 0;
}

.hgpl-listing-agent-details dt,
.hgpl-listing-agent-details dd {

	float: left;
	width: auto;

}

.hgpl-listing-agent-details dt {

	clear: both;
	margin-right: 3px;

}

.hgpl-listing-agent-details dd {

	margin: 0;

}

.hgpl-listing-agent-details a {

	color: #86754e;

}

/* Plugin: BX Slider */

.hgpl-listing-single .bx-controls {

position: relative;
	width: 100%;
	height: 5px;
	margin: 0;
	text-align: center;

}

.hgpl-listing-single .bx-pager {

	height: 100%;
	padding: 0;

}

/* Plugin: PageNavi */
.wp-pagenavi .pages {

	display: inline-block;
	margin: 0 6px 0 0;

}

.wp-pagenavi a,
.wp-pagenavi .current {

	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 0 2px 5px;
	text-align: center;
	color: #86754e;
	background: #e7e3dc;
	font-size: .875em;
	line-height: 3.5;

}

.wp-pagenavi a:hover,
.wp-pagenavi .current {

	color: #fff;
	background: #86754e;
	text-decoration: none;

}

.wp-pagenavi .extend {

	color: #86754e;

}


/* Mobile
-------------------------------------------------------------- */

@media screen and (max-width: 1280px) {
	#logo {
		float: left;
		width: 250px/*370px*/;
		height: 73px;
		margin: 21px 0 0 0;
	}
	#logo img {
		width: 100%;
		height: auto;
	}
	#menu-container {
		margin-top: 14px;
	}
	.slide-text {
		width: 21%;
		right: 1%;
		font-size: 12px;
		line-height: 16px;
	}
	.slide-text .partners {
		font-size: 10px;
		line-height: 15px;
	}
	.wrapper, .bx-controls {
		width: 960px;
	}
	#body {
		width: 725px;
	}
	#sidebar {
		width: 210px;
	}
	.home-col1, .home-col2, .home-col3, .home-col4 {
		width: 350px;
	}
	.home-col2, .home-col4 {
		margin-left: 25px;
	}
	.content-box {
		width: 350px;
	}
	#content-box2, #content-box4, #content-box6, #content-box8 {
		margin-left: 25px;
	}
	#search-box, #property-search-box, .property-search-box {
		width: 210px;
	}
	.search input#searchField, .search input#propertySearchField {
		width: 170px;
	}
	#gold-logo img {
		width: 320px;
		height: auto;
	}


	.hgpl-listing {

		padding: 0 1.5%;

	}

	.hgpl-listing__location dd {

		clear: both;
		float: none;

	}

	.hgpl-listing-single__main {

		clear: both;
		float: none;
		width: 100%;

	}

	.hgpl-listing-single__sidebar {

		clear: both;
		float: none;
		width: 100%;
		padding: 0;

	}

}
@media screen and (max-width: 1100px) {
	.slide-text {
		font-size: 11px;
		line-height: 15px;
	}
	.slide-text p {
		margin: 8px 0;
	}
	.slide-text .partners {
		font-size: 10px;
		line-height: 15px;
	}

}
@media screen and (max-width: 980px) {
	.wrapper, .bx-controls {
		width: 90%;
	}
	#body, #sidebar {
		width: 100%;
	}
	#body {
		/*margin: 30px 0;*/
		margin: 30px 0 10px 0;
	}
	#sidebar {
		margin: 30px 0 10px 0/*30px 0 60px 0*/;
		padding-top: 60px;
		border-top: 1px solid #86754e;
	}
	.home-col1, .home-col2, .home-col3, .home-col4 {
		width: 47%;
	}
	.home-col2, .home-col4 {
		margin-left: 6%;
	}
	.content-box {
		width: 47%;
	}
	#content-box2, #content-box4, #content-box6, #content-box8 {
		margin-left: 6%;
	}
	#menu-container, #slider {
		display: none
	}
	#mobile-menu-container, #mobile-menu-btn {
		display: block;
	}
	#back-btn {
		display: none;
	}
	#footer p {
		line-height: 30px;
	}
	#copyright, #footer-links {
		float: left;
		width: 100%;
	}
	#footer-links {
		text-align: left;
	}
	#footer-links p {
		margin-bottom: 0;
	}
	/*#footer-links a {
		margin: 0 20px 0 0;
	}*/
	.facebook, .twitter, .pinterest {
		margin-top: -3px;
	}
	#view-full-site, .mobile-only {
		display: inline-block;
	}

	.hgpl-listing {

		height: auto;
		margin: 0 0 31px;

	}

	.hgpl-listings-search-submit {

		float: left;

	}


	.hgpl-listing-gallery-pager {

		width: 66px !important;
		height: 44px !important;

	}

	.hgpl-listing-gallery-pager > img {

		width: 100%;
		height: auto;

	}

}
@media screen and (max-width: 750px) {
	.home-col1, .home-col2, .home-col3, .home-col4 {
		width: 100%;
	}
	.home-col2, .home-col4 {
		margin-left: 0;
	}
	.home-col2, .home-col4 {
		margin-top: 30px;
		border-top: 1px solid #86754e;
	}
	.home-col2 h2, .home-col4 h2 {
		margin-top: 30px;
	}
	.content-box {
		width: 100%;
	}
	#content-box2, #content-box4, #content-box6, #content-box8 {
		margin-left: 0;
	}
	#gold-logo img {
		width: 85%;
	}
	.home #sidebar {
		margin-top: 30px;
	}

	/* Plugin: PageNavi */
	.wp-pagenavi .pages {

		display: block;
		margin: 0 0 6px 0;

	}

}
@media screen and (max-width: 550px) {
	#logo {
		float: none;
		margin: 0 auto;
	}
	#mobile-menu-container {
		clear: both;
		width: 100%;
	}
	#mobile-menu-btn {
		float: none;
		margin: 0 auto 10px auto;
		width: 100%;
		height: 50px;
	}
	#mobile-menu-btn #mobile-btn {
		float: none;
		text-align: center;
	}
	.alignleft, .alignright {
		display: block;
		float: none;
		margin: 5px auto 20px;
	}
	.page-template-custom-agent-profile h1 {
		margin: 50px 0 20px 0;
	}
	#profile-photo {
		position: static;
		float: left;
		margin: 10px 0;
	}
	.profile-reaa, .profile-phone, .profile-email {
		clear: both;
		float: left;
		margin: 0;
	}


	.hgpl-listing {

		float: none;
		width: 86%;
		margin: 0 2.5% 31px;
		padding: 0;

	}

	/* Plugin: PageNavi */
	.wp-pagenavi .extend {

		display: block;
		margin: 0 0 6px 0;

	}

}
@media screen and (max-width: 450px) {
	#logo {
		width: 100%;
		height: auto;
	}
	#logo img {
		width: 100%;
		height: auto;
	}
	#view-full-site, #view-mobile-site {
		float: left;
	}
	#footer-links a {
		float: left;
	}
	.footer-menu-clear {
		clear: both;
	}
}