/*
    Theme Name:Power Property
    Theme URI:http://demo.thatid.com/powerproperty/
    Author:Agentpoint
    Author URI:http://agentpoint.com.au/
    Description:Power Property
    Tags:responsive design
*/
@import url('https://fonts.googleapis.com/css?family=Philosopher:400,700');
@import url('fonts/rotis-serif/fonts.css');
@import url('css/utilities.css?v=1.000');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none
}

body {
  font-size: 14px;
  line-height: 1.5;
  color: #363636;
  font-family: 'Lato', 'Philosopher', sans-serif
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', 'Philosopher', sans-serif;
  font-weight: normal;
  line-height: normal;
  color: #363638
}

h1 {
  font-size: 3em
}

h1.page-title {
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  margin-top: 20px !important
}

div[role="main"] {
  background: #fff
}

#content.default .title, #content>.title {
  margin: 15px 0;
  padding-top: 15px
}

#content.search_results h1.page-title {
  margin: 20px 0
}

h2 {
  font-size: 2.16667em
}

h3 {
  font-size: 2em
}

h4 {
  font-size: 1.83333em
}

h5 {
  font-size: 1.66667em
}

h6 {
  font-size: 1.5em
}

.blue {
  color: #11b7ed
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.has-account a {
  color: #11b7ed
}

a:hover {
  color: #454446
}

strong {
  font-weight: 600
}

em {
  font-style: italic
}

hr {
  margin: 28px 0;
  border-top: 2px solid #e5e5e5;
  border-bottom: none
}

table {
  width: 100%
}

th, td {
  padding: 5px
}

.col-center {
  text-align: center
}

.col-left {
  text-align: left
}

.col-right {
  text-align: right
}

.col-2 {
  width: 20%;
  float: left;
  padding: 0 15px
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea {
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], select {
  box-sizing: border-box;
  width: 100%;
  height: 2.5em;
  padding: 0 0.8em;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px #ccc inset;
  outline: none;
  font: 1em/normal "Source Sans Pro", "Helvetica", Arial, sans-serif;
  color: #666
}

textarea {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 0.8em;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px #ccc inset;
  outline: none;
  font: 1em/normal "Source Sans Pro", "Helvetica", Arial, sans-serif
}

input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle
}

select {
  padding: 0.5em
}

textarea {
  resize: none
}

input[type="submit"], input[type="button"], a.button, button {
  height: 2.5em;
  line-height: 2.5em;
  margin: 0;
  padding: 0 1em;
  cursor: pointer;
  font-size: 1em;
  color: #fff;
  background: #11b7ed;
  border: none;
  transition: all .5s;
  -webkit-transition: all .5s
}

a.button {
  display: inline-block
}

input[type="submit"]:hover, input[type="button"]:hover, a.button:hover, button:hover {
  background: #666
}

input[type="submit"]:focus, input[type="button"]:focus, a.button:focus, button:focus {
  outline: 0
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border-radius: 4px
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], select, textarea {
  border-radius: 0
}

#manage_profile .cf-ol.left, .section-form .button-wrap {
  width: 50%
}

.gform_wrapper {
  width: 80%
}

.gform_wrapper .gform_body, .gform_wrapper input[type="text"], .gform_wrapper select {
  width: 100% !important
}

.gform_wrapper .gfield_captcha_input_container {
  padding-left: 30%
}

.gform_fields li:after {
  content: "";
  clear: both;
  display: block
}

@media (max-width: 992px) {
  .gform_wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .gform_wrapper label.gfield_label, .gform_wrapper .ginput_container {
    width: 100% !important;
    display: block !important;
    float: none !important
  }

  .gform_wrapper .gfield_captcha_input_container {
    padding-left: 0
  }
}

.full-width {
  max-width: 100%
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.row:before, .row:after {
  content: "";
  display: table
}

.row:after {
  clear: both
}

.clear, .clearer {
  clear: both;
  content: ""
}

.row-item, .left {
  float: left
}

.row-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px
}

img.alignleft {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 14px 28px 28px 0
}

.right {
  float: right
}

img.alignright {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 14px 0 28px 28px !important
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.text-uppercase {
  text-transform: uppercase
}

.text-orange {
  color: #11b7ed
}

.font-georgia {
  font-family: Georgia, "Times New Roman", Times, serif
}

.aquo {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.16667em
}

.required, .red {
  color: #e00
}

.hidden {
  display: none
}

.title-with-line {
  overflow: hidden;
  text-align: center
}

.title-with-line:before, .title-with-line:after {
  background-color: #ddd;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%
}

.title-with-line:before {
  right: 0.5em;
  margin-left: -50%
}

.title-with-line:after {
  left: 0.5em;
  margin-right: -50%
}

.slides>ul:after {
  clear: both;
  content: "";
  display: table;
  padding-bottom: 30px
}

ul.ui-tabs-nav li {
  float: left
}

ul.ui-tabs-nav li a {
  display: block
}

div.ui-tabs-panel {
  clear: both
}

#page {
  margin: 0 auto;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

#page.shrink {
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0)
}

#header {
  position: fixed;
  z-index: 4;
  width: 100%;
  background: #000;
  top: 0;
  left: 0
}

@media (max-width: 992px) {
  #header .hgroup {
    padding: 0 30px
  }
}

#content {
  position: relative;
  z-index: 0;
  min-height: calc(100vh - 201px);
  background: #fff;
  padding-top: 80px !important
}

header#lead.alt {
  padding: 33% 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

header#lead.alt .group {
  width: 90%
}

header#lead.alt h1.page-title {
  margin: 0;
  padding: 28px 0 0;
  background: #fff
}

header#lead.alt h1.page-title span.breadcrumbs {
  display: block;
  font-size: 0.333333em
}

header#lead.alt h1.page-title span.breadcrumbs a {
  color: #423b34
}

header#lead.alt h1.page-title span.breadcrumbs a:hover, header#lead.alt h1.page-title span.breadcrumbs span.gt {
  color: #11b7ed
}

header#lead.alt h1.page-title span.breadcrumbs span.appended {
  padding: 0 0 0 5px
}

header#lead h1.page-title span.role {
  display: block;
  padding: 0 0 21px;
  font-size: 0.47619em
}

article#entry {
  padding: 28px 0
}

#entry {
  min-height: 200px
}

.awards-table td {
  vertical-align: middle
}

.entry-inner {
  margin: 0 -15px
}

.entry-inner:after {
  clear: both;
  content: "";
  display: table
}

.entry-inner .contact-table, .entry-inner .gform_wrapper, .entry-inner>.form, .entry-inner>.image {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
  float: left
}

.entry-inner>.text {
  padding: 0 15px;
  margin: 15px 0
}

.entry-inner>.form {
  width: 80%
}

.entry-inner>.form .gform_wrapper {
  width: 100%;
  padding: 0
}

.entry-inner>.image {
  width: 20%
}

.entry-inner>.image img {
  width: 100%
}

@media (max-width: 767px) {
  .entry-inner .contact-table, .entry-inner .gform_wrapper, .entry-inner>.form, .entry-inner>.image {
    float: none;
    width: 100%
  }

  #content {
    padding-top: 70px !important
  }
}

@media screen and (min-width:1152px) {
  .grid-max-3>.column {
    width: 33.33%
  }

  .grid-max-4>.column {
    width: 25%
  }

  .grid-max-5>.column {
    width: 20%
  }

  .grid-max-3>.column:nth-of-type(3n+1), .grid-max-4>.column:nth-of-type(4n+1), .grid-max-5>.column:nth-of-type(5n+1) {
    clear: both
  }
}

@media screen and (min-width:1024px) and (max-width:1151px) {
  .grid-max-3>.column {
    width: 33.33%
  }

  .grid-max-4>.column {
    width: 33.33%
  }

  .grid-max-5>.column {
    width: 25%
  }

  .grid-max-3>.column:nth-of-type(3n+1), .grid-max-4>.column:nth-of-type(3n+1), .grid-max-5>.column:nth-of-type(4n+1) {
    clear: both
  }
}

@media screen and (min-width:480px) and (max-width:1023px) {
  .grid-max-3>.column {
    width: 50%
  }

  .grid-max-4>.column {
    width: 50%
  }

  .grid-max-5>.column {
    width: 33.33%
  }

  .grid-max-3>.column:nth-of-type(2n+1), .grid-max-4>.column:nth-of-type(2n+1), .grid-max-5>.column:nth-of-type(3n+1) {
    clear: both
  }
}

@media screen and (min-width:480px) {
  [class^="grid-"] {
    margin-left: -14px;
    margin-right: -14px
  }

  [class^="grid-"]:before, [class^="grid-"]:after {
    display: table;
    content: ""
  }

  [class^="grid-"]:after {
    clear: both
  }

  [class^="grid-"]>.column {
    box-sizing: border-box;
    float: left;
    padding-right: 14px;
    padding-bottom: 28px;
    padding-left: 14px
  }

  [class^="grid-"]>.column.full {
    width: 100%
  }

  .grid-max-2>.column {
    width: 50%
  }

  .grid-max-2>.column:nth-of-type(2n+1) {
    clear: both
  }
}

@media screen and (max-width:479px) {
  [class^="grid-"]>.column {
    padding-bottom: 14px;
    width: 100%
  }
}

#header.scrolled {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}

#header .hgroup img {
  max-height: 64px
}

#header.scrolled .hgroup img {
  max-height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

#header.scrolled nav[role="navigation"] ul.menu>li, #header.scrolled .hgroup .logins {
  line-height: 66px
}

#header.scrolled .utils .social {
  line-height: 45px
}

#header .logo {
  padding: 5px 0
}

#header .logo {
  width: 20%
}

#header .logins {
  width: 12%;
  line-height: 40px;
  text-align: center
}

#header .site-menu {
  width: 80%
}

.site-menu nav[role="navigation"] {
  width: 100%
}

#header .utils {
  width: 30%;
  text-align: right;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

#header.scrolled .utils {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

#header .logins a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-shadow: none;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  font-size: 10px
}

#header a.button {
  background: #666
}

#header a.button:hover {
  background: #11b7ed
}

.socials {
  line-height: 40px
}

.socials .phone {
  display: block;
  line-height: normal;
  color: #fff;
  font-weight: bold;
  font-size: 24px
}

#header .socials .outer-phone {
  display: inline-block
}

#header .socials .phone {
  display: inline-block;
  margin: 0 5px
}

header .row {
  align-items: center;
  display: flex
}

.socials>a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #11b7ed;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.socials>a:hover {
  background: #666
}

#sidenav .socials {
  text-align: center
}

#sidebar {
  width: 33%
}

#sidebar .side-block {
  margin: 0 0 28px
}

#sidebar h3.section-title {
  margin: 0 0 14px;
  font-size: 1.71429em
}

#sidebar a {
  color: #423b34
}

#sidebar a:hover {
  color: #999
}

.featured-image .figure-image {
  position: relative;
  height: 0;
  padding-bottom: 33%;
  overflow: hidden
}

.featured-image .figure-image a {
  position: relative;
  display: block;
  padding-bottom: 30%;
  overflow: hidden
}

.featured-image .figure-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.featured-image .figure-caption {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.featured-image .figure-caption h1 {
  margin-bottom: 0 !important
}

.figure-caption .vc:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.figure-caption .page-title {
  color: #fff;
  font-weight: 600;
  font-size: 4em;
  text-shadow: 3px 0px 5px rgba(12, 12, 12, 1)
}

.section.team_member {
  padding: 30px 0
}

.section.team_member .agent_name a {
  color: #11b7ed;
  transition: none
}

.section.team_member .agent_role {
  font-weight: bold;
  color: #808080
}

.properties.cycle-slideshow {
  overflow: hidden;
  padding-bottom: 35%;
  height: 0
}

.slideshow .cycle-slide {
  width: 100%
}

.slideshow .image-slider {
  position: relative;
  height: 0;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
  background: #000
}

.slideshow .image-slider:after, .featured-image .figure-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%
}

.slideshow .image-slider img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .85
}

.section.property_method {
  padding: 60px 0 30px
}

.property_method_wrap .row {
  margin-left: -3px;
  margin-right: -3px
}

.property_method_wrap .par {
  float: left;
  width: 33.333%;
  position: relative;
  border: 3px solid transparent
}

.property_method_wrap .par:hover {
  border: 3px solid #11b7ed;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out
}

.property_method_wrap .par:hover .property_title {
  color: #11b7ed
}

@media (max-width: 1024px) {
  .cycle-slideshow .cycle-pager span {
    width: 15px !important;
    height: 15px !important
  }
}

@media (max-width: 992px) {
  .property_method_wrap .par {
    width: 50%
  }

  .property_method_wrap .par.last {
    width: 100%
  }
}

@media (max-width: 767px) {
  .property_method_wrap .par {
    width: 100%;
    float: none;
    margin-bottom: 15px
  }

  .properties.cycle-slideshow, .slideshow .image-slider {
    padding-bottom: 60%
  }

  .slideshow .image-slider img {
    height: 100%;
    width: auto
  }
}

.property-method-image {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  opacity: .5
}

@media (min-width: 1200px) {
  .property-method-image {
    background-attachment: fixed
  }
}

.property-method-text {
  position: absolute;
  top: 0;
  height: 100%
}

.property-method-text .vc:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, .65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.property-method-text .vc-inner {
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1
}

@media (max-width: 568px) {
  .property-method-text .vc-inner {
    padding: 10px
  }
}

.property-method-text .property_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px
}

.property-method-text .property_description {
  margin-top: 15px;
  margin-bottom: 15px
}

.property_method_wrap a.button {
  border: 1px solid #666;
  color: #666;
  border-radius: 4px;
  background: transparent
}

.property_method_wrap .par:hover a.button {
  background: #11b7ed;
  border: 1px solid #11b7ed;
  color: #fff
}

.homepage>.title {
  display: none
}

.homepage .section.property-management {
  background: #3a3a3b;
  color: #fff
}

.homepage .section.homepage-text {
  padding: 50px 0 10px
}

.homepage .section.homepage-text ul {
  margin-left: 15px;
  list-style-type: circle
}

.section.tabbed {
  padding: 28px 0 48px
}

.section .title, .section .section-title {
  margin: 20px 0;
  font-size: 3em;
  color: #363636
}

@media (max-width:992px) {
  .section .title, .section .section-title {
    font-size: 2em
  }
}

.homepage .section.property-management .title {
  color: #fff;
  font-size: 20px
}

.section.property-specialist .title {
  font-size: 20px;
  margin-bottom: 0;
  color: #363636;
  margin-top: -10px
}

.tabbed .tab-nav {
  margin: 0 0 28px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset
}

.tabbed.bottom .tab-nav {
  box-shadow: none
}

.tabbed.bottom .tab-nav li a {
  text-transform: uppercase;
  opacity: 1
}

.tabbed .tab-nav li {
  float: none;
  display: inline-block
}

.tabbed .tab-nav a, #agent .tabs-nav a {
  padding: 0 14px;
  line-height: 2.42857em;
  color: #423b34;
  opacity: .4;
  font-size: 16px
}

.tabbed .tab-nav a:hover, #agent .tabs-nav a:hover {
  opacity: 1;
  color: rgba(17, 183, 237, .2);
  box-shadow: 0 -3px 0 rgba(17, 183, 237, .2) inset
}

.tabbed .tab-nav .ui-tabs-active a, #agent .tabs-nav .ui-tabs-active a {
  opacity: 1;
  color: #11b7ed;
  box-shadow: 0 -3px 0 #11b7ed inset
}

#agent .RMA-widget {
  margin: 0 0 40px
}

#agent .RMA-widget>a img {
  display: block;
  margin: 6px 0 0;
  max-width: 140px
}

.slide .slide-image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background: #11b7ed
}

.slide .slide-image img {
  position: absolute;
  min-width: 50%;
  min-height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.slide .slide-description {
  padding: 15px;
  text-align: center
}

.slide .slide-description h5 {
  color: #11b7ed;
  font-weight: 700 !important;
  font-size: 20px;
  margin-bottom: 15px
}

.slide:hover h5 {
  color: #fff
}

.section.property-specialist span.icon {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ddd;
  background-size: 100%;
  border-radius: 50%
}

.icon-research {
  background-image: url(images/research.png)
}

.icon-analyze {
  background-image: url(images/analyze.png)
}

.icon-invest {
  background-image: url(images/invest.png)
}

.section.property-specialist .parallax-wrap {
  padding: 30px 0 0
}

.section.property-specialist .par .image, .section.property-specialist .par .text {
  float: left
}

.section.property-specialist .par .text {
  width: calc(100% - 60px);
  text-align: left;
  padding: 0 15px
}

.section.property-specialist .par a.link {
  color: #363636
}

.section.property-specialist .par a.link:hover, .section.property-specialist .par a.link:hover .title {
  color: #11b7ed
}

.carousels {
  position: relative;
  margin-left: -15px;
  margin-right: -15px
}

.carousels .slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 200
}

.carousels ul.container {
  position: relative;
  padding: 15px 0;
  width: 20000em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0
}

.carousels .direction {
  width: 100%
}

.carousels .direction a {
  display: block;
  position: absolute;
  top: 35%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  *font-size: 45px;
  color: #11b7ed;
  text-align: center;
  font-size: 45px;
  z-index: 999
}

.carousels .direction a i.fa {
  line-height: 50px
}

.carousels .direction a.prev {
  right: 100%
}

.carousels .direction a.next {
  left: 100%
}

.listing-slides li.slide {
  position: relative;
  float: left;
  color: #363638;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #f0f0f0;
  box-shadow: 0 0 1px #888;
  margin: 0 15px 30px
}

.listing-slides .no-slides .slide {
  margin: 0 0 30px;
  padding: 0 15px;
  float: left;
  width: 25%
}

.slide.flex-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.slide.flex-item .slide-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f0f0f0;
  box-shadow: 0 0 1px #888;
  position: relative;
  padding-bottom: 15px
}

.listing-slides li.slide figure, .no-slides .slide figure {
  height: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%
}

.listing-slides li.slide figure .price, .no-slides .slide figure .price {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #000;
  color: #fff;
  font-size: 22px
}

.listing-slides li.slide:not(.date):hover, .no-slides .slide:not(.date):hover .slide-inner {
  background: #11b7ed
}

.listing-slides li.slide:not(.date):hover, .no-slides .slide:not(.date):hover .slide-inner, .listing-slides li.slide:not(.date):hover .rooms-price, .no-slides .slide:not(.date):hover .rooms-price {
  color: #fff
}

.listings-slides li.slide .property-row, .no-slides .slide .property-row {
  display: table;
  width: 100%
}

.listing-slides li.slide figure a, .no-slides .slide figure a {
  display: block;
  position: relative;
  padding-bottom: 76.25%
}

.listing-slides li.slide figure a img, .no-slides .slide figure a img {
  margin: 0 !important;
  height: 100% !important;
  max-width: none;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.no-slides .slide:hover .rooms i.icon-bath {
  background-image: url(images/icons/bath-wh.png)
}

.no-slides .slide:hover .rooms i.icon-car {
  background-image: url(images/icons/car-wh.png)
}

.no-slides .slide:hover .rooms i.icon-bed {
  background-image: url(images/icons/bed-wh.png)
}

@media (max-width: 992px) {
  .listing-slides .no-slides .slide {
    width: 33.333%
  }
}

@media (max-width: 767px) {
  .listing-slides .no-slides .slide {
    width: 50%
  }

  .listing-slides li.slide {
    margin: 0
  }

  .location-image .image {
    padding-right: 0 !important
  }

  .carousels .direction a.prev {
    right: 82%
  }

  .carousels .direction a.next {
    left: 82%
  }
}

@media (max-width: 568px) {
  .listing-slides .no-slides .slide {
    width: 100%
  }
}

.homepage .listing-slides li.slide article {
  background: #f5f3f2 none repeat scroll 0 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 14px solid #ffffff;
  display: table-cell;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 50%
}

.homepage .listing-slides li.slide article:hover {
  background: #11b7ed none repeat scroll 0 0
}

.homepage .listing-slides li.slide article .property-wrap * {
  color: #363638
}

.homepage .listing-slides li.slide article .property-wrap h2.property-title a {
  color: #11b7ed
}

.homepage .listing-slides li.slide article:hover .property-wrap *, .homepage .listings-slides li.slide article:hover .property-wrap h2.property-title a {
  color: #ffffff
}

.homepage .listing-slides li.slide article .property-image, .homepage .listing-slides li.slide article .property-wrap {
  float: left;
  width: 50%
}

.homepage .listing-slides li.slide .property-row:nth-child(2) article .property-image, .homepage .listing-slides li.slide .property-row:nth-child(2) article .property-wrap {
  float: right;
  width: 50%
}

.homepage .listing-slides li.slide article .property-image {
  position: relative;
  min-height: 220px;
  overflow: hidden
}

.homepage .listing-slides li.slide article .property-image>a {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%
}

.homepage .listing-slides li.slide article .property-image>a img {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  top: 0
}

.homepage .listing-slides li.slide article .property-image .property-detail {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  bottom: 15px;
  display: table;
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 90%
}

.homepage .listing-slides li.slide article:hover .property-image .property-detail {
  opacity: 1;
  visibility: visible
}

.homepage .listing-slides li.slide article .property-wrap {
  padding: 30px 20px 50px;
  min-height: 220px;
  position: relative
}

.homepage .listing-slides li.slide .property-row article .property-wrap::before {
  border-color: transparent #f5f3f2 transparent transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-style: solid;
  border-width: 0 18px 18px 0;
  content: "";
  left: -16px;
  position: absolute;
  top: 20px;
  z-index: 10
}

.homepage .listing-slides li.slide .property-row article:hover .property-wrap::before {
  border-color: transparent #11b7ed transparent transparent
}

.homepage .listing-slides li.slide .property-row:nth-child(2) article .property-wrap::before {
  border-color: #f5f3f2 transparent transparent;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  left: auto;
  right: -16px
}

.homepage .listing-slides li.slide .property-row:nth-child(2) article:hover .property-wrap::before {
  border-color: #11b7ed transparent transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s
}

.homepage .listing-slides li.slide article .property-summary {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 50%
}

.homepage .listing-slides li.slide article:hover .property-summary * {
  color: #ffffff
}

.homepage .listing-slides li.slide .property-row:nth-child(2) article .property-summary {
  left: 0;
  right: auto
}

.homepage .listing-slides li.slide article .property-summary::before {
  background: rgba(0, 0, 0, 0) url("images/inset_brown.png") repeat-x scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%
}

.homepage .listing-slides li.slide .property-featured {
  display: table-cell;
  overflow: hidden;
  height: 360px;
  position: relative;
  vertical-align: top;
  width: 55%
}

.listing-slides li.slide .property-category {
  background: rgba(0, 169, 172, 0.5) none repeat scroll 0 0;
  font-size: 32px;
  left: 0;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 300
}

.listing-slides li.slide .property-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 45%
}

.listing-slides li.slide .property-title {
  font-size: 1.2em;
  color: #11b7ed;
  font-weight: bold;
  line-height: 1.2;
  margin: 0
}

.listing-slides li.slide .property-title a {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block
}

.listing-sides li.slide .property-excerpt {
  padding: 15px 0
}

.listing-slides li.slide .property-summary {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%
}

.listing-slides li.slide .property-detail {
  bottom: 10px;
  display: block;
  font-size: 18px;
  left: 0;
  line-height: 30px;
  padding: 0 18px;
  position: absolute;
  width: 100%
}

.homepage .listing-slides li.slide .property-detail ul.rooms {
  background: rgba(0, 0, 0, 0) url("images/inset_brown.png") repeat-x scroll 0 0;
  clear: both;
  float: left;
  font-size: 12px;
  line-height: 1;
  padding-top: 10px;
  width: 100%
}

.homepage .listing-slides li.slide .property-detail .property-price {
  clear: both;
  float: left;
  padding-top: 5px;
  width: 100%
}

.homepage .listing-slides li.slide .property-detail>div.size {
  width: 50%
}

.homepage .listing-slides li.slide .property-detail>div.bathrooms {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5
}

.homepage .listing-slides li.slide .property-detail>div>span {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 0
}

.homepage .listing-slides li.slide .property-detail>div>span>span {
  background: none !important;
  padding: 0
}

.homepage .listing-slides li.slide .property-detail>div.size span {
  background-image: url(images/icons/large-home.png)
}

.homepage .listing-slides li.slide .property-detail>div.bedrooms span {
  background-image: url(images/icons/bed-24.png)
}

.listing-slides li.slide .property-detail>div.bathrooms span {
  background-image: url(images/icons/bath-24.png)
}

.listing-slides li.slide .property-info {
  border-radius: 0;
  display: table;
  width: 100%
}

.listing-slides li.slide .property-info>div {
  display: table-cell;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  width: 50%
}

.listing-slides li.slide .property-info .property-price {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  text-align: left
}

.listing-slides li.slide .property-info .property-action {
  padding: 0
}

.listing-slides li.slide .property-featured>a {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%
}

.listing-slides li.slide .property-featured a img {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  top: 0
}

@media (max-width:992px) {
  .listing-slides li.slide figure .price, .no-slides .slide figure .price {
    font-size: 20px
  }
}

.listing-slides li.slide figure .price>span, .no-slides .slide figure .price>span {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 0 5px;
  font-size: 14px
}

.listing-slides li.slide figure img, .no-slides .slide figure img {
  display: block;
  max-width: 100%;
  height: auto !important;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.listing-slides li.slide section, .no-slides .slide section {
  padding: 14px
}

.listing-slides li.slide section p, .no-slides .slide section p {
  margin-bottom: 0
}

.listing-slides li.slide section .status, .no-slides .slide section .status {
  display: none
}

.listing-slides li.slide section ul, .no-slides .slide section ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.listing-slides li.slide section, .no-slides .slide section {
  padding-bottom: 55px
}

.listing-slides li.slide section .opens, .no-slides section .opens {
  display: none
}

.listing-slides li.slide p.suburb, .no-slides .slide p.suburb {
  font-size: 20px;
  font-family: 'Lato', 'Philosopher', sans-serif;
  color: #000
}

.no-slides .slide:hover p.suburb {
  color: #fff
}

.listing-slides li.slide p.address, .no-slides .slide p.address {
  padding-bottom: 10px;
  font-weight: bold
}

.listing-slides li.slide section>p, .no-slides .slide section>p, .listing-slides li.slide .property-description, .no-slides .slide .property-description {
  color: #888
}

.listing-slides li.slide .rooms-price, .no-slides .slide .rooms-price {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 0 0 0;
  margin-top: 14px;
  color: #11b7ed;
  background: none
}

.listing-slides li.slide .rooms-price .price, .no-slides .slide .rooms-price .price {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 55%
}

.listing-slides li.slide .btn-property, .no-slides .slide .btn-property {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px
}

.listing-slides li.slide .btn-property a, .no-slides .slide .btn-property a {
  background: #666;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  display: block;
  line-height: 25px;
  margin-top: 5px
}

.listing-slides li.slide.date p, .no-slides .slide.date p {
  padding: 0 14px
}

.listing-slides li.slide.date p.day, .no-slides .slide.date p.day {
  padding: 14px 14px 28px;
  font-size: 1.5em
}

.listing-slides li.slide.date p.month, .no-slides .slide.date p.month {
  font-size: 2em;
  line-height: 0.5
}

.listing-slides li.slide.date p.date, .no-slides .slide.date p.date {
  font-size: 4em;
  line-height: 1.25
}

.homepage .carousels .direction:hover, #team_member .direction:hover {
  background: transparent
}

.homepage .carousels .direction a:hover, #team_member .direction a:hover {
  color: #363638
}

.homepage .carousels .button-view {
  text-align: center
}

.homepage .carousels .url {
  padding: 14px 0 0;
  display: inline-block;
  text-transform: capitalize
}

.homepage .parallax {
  width: 100%;
  background: rgba(0, 0, 0, 0) none no-repeat fixed 50% 0 / cover
}

.homepage .homepage-text-wrap {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #11b7ed
}

.homepage .keep-text-wrap {
  padding: 50px 0
}

.parallax-wrap-full {
  width: 100%
}

.homepage .keep-text-wrap .section-title {
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 20px
}

.homepage-text .parallax-wrap {
  padding-left: 60px;
  padding-right: 60px
}

.parallax-wrap .par .image img {
  height: auto;
  max-width: 90%;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.parallax-wrap .par {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 33.333%;
  text-align: center;
  margin-bottom: 30px
}

@media (max-width:992px) {
  .parallax-wrap .par {
    width: 100%
  }

  .section.property-management .parallax-wrap .par {
    margin-bottom: 30px
  }
}

.parallax-wrap .par .image {
  margin-bottom: 30px;
  font-size: 32px
}

.parallax-wrap .par .image>span {
  display: inline-block
}

.parallax-wrap .par .image .fa {
  border: 10px solid #008bb8;
  border-radius: 50%;
  height: 100px;
  line-height: 80px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100px;
  color: rgb(255, 255, 255);
  background: rgba(0, 139, 184, 0.5);
  opacity: .65
}

.parallax-wrap .par:hover .image .fa {
  opacity: 1
}

.parallax-wrap .par .homepage-text {
  margin-bottom: 30px;
  min-height: 0 !important;
  color: #fff
}

.parallax-wrap .par>.image {
  position: relative
}

.parallax-wrap .par a.link {
  font-size: 14px;
  line-height: 3em;
  display: block;
  height: 3em;
  margin: 0;
  padding: 0 1.5em;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  border: none
}

.par .link.button {
  background: #11b7ed
}

.par .link.button:hover {
  background: #666
}

.parallax-wrap .par .link.button {
  background: rgba(0, 139, 184, 0.5);
  display: inline-block;
  min-width: 255px
}

.parallax-wrap .par .link.button:hover {
  background: rgba(0, 139, 184, 1)
}

.parallax-wrap .par a.link:hover {
  color: #fff
}

.homepage #team_member h3.section-title, .homepage .homepage-text-wrap h3.section-title {
  text-align: center;
  font-size: 3em;
  font-weight: 400
}

#home .col-buttons:after {
  display: table;
  content: '';
  clear: both
}

#home .col-buttons {
  margin-top: 20px
}

#home .col-buttons .col-list {
  float: left;
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px
}

#home .col-buttons .col-list .outer-black {
  text-align: center
}

#home .col-buttons .col-list .title-button {
  display: block;
  margin-bottom: 5px;
  font-size: 16px
}

#home .col-buttons .col-list a.button {
  display: block !important;
  font-weight: 600;
  background: #11b7ed
}

#home .col-buttons .col-list a.button:hover {
  background: rgba(0, 139, 184, 1)
}

@media (max-width: 1200px) {
  #home .col-buttons .col-list {
    width: 50%
  }
}

@media (max-width: 767px) {
  #home .col-buttons .col-list {
    width: 100%
  }
}

.team_member .carousels .slides li {
  width: 25%;
  float: left;
  margin: 0 14px 30px
}

.homepage .team_member .agent_item {
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s
}

.homepage .team_member .slides li:hover {
  background-color: #11b7ed
}

.homepage .team_member .slides li:hover .agent_item * {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.homepage .team_member .imageCont {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%
}

.homepage .team_member .imageCont::after {
  content: "";
  display: block;
  margin-top: 120%
}

.homepage .team_member .image a {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%
}

.homepage .team_member .image img {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%
}

.homepage .team_member .descCont {
  display: block;
  padding: 15px 20px;
  text-align: center
}

.homepage .team_member .descCont p.agent_name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px
}

.homepage .team_member .descCont p.description {
  margin-bottom: 10px
}

.homepage .team_member .descCont p.description a {
  color: #423b34
}

.homepage .suburb-profiles {
  position: relative
}

.homepage .suburb-profiles a {
  display: block;
  height: 0;
  padding-bottom: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.homepage .suburb-profiles img {
  display: block;
  width: 100%
}

.homepage .suburb-profiles span.caption {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}

.homepage .suburb-profiles span.caption:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle
}

.homepage .suburb-profiles span.text {
  display: inline-block;
  max-width: 90%;
  font-size: 4em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  vertical-align: middle
}

.homepage .suburb-profiles span.text small {
  display: block;
  font-size: 0.5em
}

.homepage .our-services ul:after {
  content: "";
  display: table;
  clear: both
}

.homepage .section.video p {
  padding: 15px 0
}

#home .social-media .row {
  text-align: center;
  font-size: 0
}

#team_member .title-right {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600
}

.outer-agents .agents {
  margin: 0 -15px;
  text-align: center;
  font-size: 0
}

.outer-agents .agents figure {
  margin-bottom: 5px
}

.outer-agents .agents .agent {
  display: inline-block;
  font-size: 14px;
  width: 11.111%;
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center
}

.outer-agents .agents .agent.sales .image-agent {
  border: 3px solid #000
}

.outer-agents .agents .agent.admin .image-agent {
  border: 3px solid #999
}

.outer-agents .agents .agent.property-management .image-agent {
  border: 3px solid #11b7ed
}

.outer-agents .agents .agent .image-agent {
  border-radius: 100%;
  overflow: hidden;
  position: relative
}

.outer-agents .agents .agent .image-agent a {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black)
}

.outer-agents .agents .agent .image-agent a>img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0
}

.outer-agents .agents .agent .image-agent a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.outer-agents .agents .agent .agent_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.outer-role {
  text-align: center;
  margin: 30px 0
}

.outer-role .agent-role {
  display: inline-block;
  padding: 5px 10px
}

.outer-role .agent-role .sales-agent .fa {
  color: #000
}

.outer-role .agent-role .admin .fa {
  color: #999
}

.outer-role .agent-role .property-manager .fa {
  color: #11b7ed
}

@media (min-width: 1367px) {
  .outer-agents .agents .agent {
    padding: 0 30px
  }
}

@media (max-width: 1024px) {
  .outer-agents .agents .agent {
    width: 14.285%
  }
}

@media (max-width: 992px) {
  .outer-agents .agents .agent {
    width: 20%
  }
}

@media (max-width: 480px) {
  .outer-agents .agents .agent {
    width: 25%
  }
}

@media (max-width: 420px) {
  .outer-agents .agents .agent {
    width: 33.333%
  }
}

.default h1, .default h2, .default h3, .default h4, .default h5, .default h6 {
  margin: 0 0 14px
}

.default ul {
  list-style: disc;
  margin: 0 0 14px 15px
}

.default ol {
  list-style: decimal;
  margin: 0 0 14px 20px
}

.default p {
  margin: 0 0 14px
}

.default img {
  max-width: 100%;
  height: auto
}

img.aligncenter {
  display: block;
  margin: auto
}

#post-entry {
  width: 67%;
  padding-right: 126px
}

#post-entry .post {
  margin: 0 0 21px;
  padding: 0 0 14px;
  border-bottom: 2px solid #dcdad9
}

#post-entry.single .post {
  margin: 0 0 28px
}

#post-entry h2.post-title a {
  color: #423b34
}

#post-entry h2.post-title a:hover {
  color: #11b7ed
}

#post-entry p.post-meta {
  font-size: 0.857143em;
  color: #999
}

#post-entry p.post-meta a {
  color: #999
}

#post-entry p.post-meta a:hover {
  color: #423b34
}

.comments {
  margin: 0 0 28px
}

.comments h2.section_title {
  margin: 0 0 28px
}

.comments ul {
  list-style: none;
  margin: 0
}

.comments ul.children {
  margin: 0 0 0 6.54206%
}

.comments ul li {
  margin: 0
}

.comments .comment-body {
  position: relative;
  margin: 0 0 14px;
  padding: 22px 28px 28px;
  background: #f5f3f2
}

.comments ul li img.avatar {
  float: left;
  margin: 6px 14px 14px 0
}

.comments ul li cite.fn {
  font-weight: 600
}

.comments ul li .comment-meta {
  margin: 0 0 14px;
  color: #999;
  font-size: 0.857143em
}

.comments ul li .comment-meta a {
  color: #999
}

.comments ul li .comment-meta a:hover {
  color: #423b34
}

.comments p {
  margin: 0
}

.comments .reply {
  position: absolute;
  top: 0;
  right: 0
}

.comments .reply a {
  display: block;
  padding: 7px 14px;
  background: #ccc;
  color: #fff
}

.comments .reply a:hover {
  background: #11b7ed
}

.comment-respond h3.reply-title {
  margin: 0 0 28px
}

#commentform p label {
  display: block;
  margin: 0 0 7px;
  font-weight: 600
}

#commentform textarea {
  height: 150px
}

a#cancel-comment-reply-link {
  float: right;
  font-size: 12px;
  font-style: italic;
  font-size: #CC0000
}

.mfp-bg.mf-flip {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

.mfp-bg.mf-flip.mfp-ready {
  opacity: 0.8
}

.mfp-bg.mf-flip.mfp-removing {
  opacity: 0
}

.mf-popup {
  position: relative;
  max-width: 484px;
  margin: 0 auto;
  padding: 28px
}

.mf-popup.white {
  background: #fff
}

.mf-popup.flip {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.mfp-ready .mf-popup.flip {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0)
}

.mfp-removing .mf-popup.flip {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.mf-popup h2.title {
  margin: 0 0 20px;
  font-size: 1.71429em;
  text-align: center
}

.mf-popup ul.listforms li {
  padding: 0 0 14px
}

.mf-popup ul.listforms li.last {
  padding: 0
}

.mf-popup ul.listforms label {
  display: block;
  margin: 0 0 3.5px
}

.mf-popup ul.listforms input[type="button"], .mf-popup ul.listforms input[type="submit"], .mf-popup ul.listforms a.button {
  min-width: 100px;
  text-align: center
}

.mf-popup ul.listforms textarea {
  height: 100px
}

.mf-popup ul.listforms a.btn {
  float: left
}

.mf-popup ul.listforms .captcha {
  position: relative
}

.mf-popup ul.listforms .captcha span.image {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px
}

.mf-popup ul.listforms .captcha a.reload {
  line-height: 31px;
  padding: 0 7px;
  color: #fff;
  background: #363638
}

.mf-walkscore .mfp-iframe-scaler iframe {
  background: #fff
}

.object-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.object-wrap iframe, .object-wrap object, .object-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.media #streetview, .media #map_canvas {
  width: 100%;
  height: 309px
}

#outdated-browsers {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff
}

#outdated-browsers .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 220px;
  margin: -110px 0 0 -400px
}

#outdated-browsers .logo img {
  display: block;
  margin: 0 auto
}

#outdated-browsers .copy {
  text-align: center
}

#outdated-browsers .copy p {
  margin: 28px 0 0;
  font-size: 18px
}

#outdated-browsers a.link-update {
  display: block;
  width: 160px;
  line-height: 38px;
  margin: 0 auto;
  color: #000;
  background: #11b7ed
}

.grid-max-2>.column.image-post img {
  margin: auto;
  display: block
}

.grid-max-2>.column.description-post {
  padding-top: 15px
}

@media (min-width:768px) {
  .grid-max-2>.column.image-post {
    width: 8%
  }

  .grid-max-2>.column.description-post {
    width: 92%
  }
}

@media (min-width:480px) {
  .grid-max-2>.column.image-post {
    width: 15%
  }

  .grid-max-2>.column.description-post {
    width: 85%
  }
}

@media (max-width:568px) {
  .grid-max-2>.column.image-post, .grid-max-2>.column.description-post {
    width: 100%
  }
}

#thumbnail-mode.with-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#thumbnail-mode.with-flex .listing {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#thumbnail-mode {
  display: block
}

#thumbnail-mode:after {
  content: '';
  display: table;
  clear: both
}

.vc {
  display: table;
  width: 100%;
  height: 100%
}

.vc-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1
}

.reload-captcha {
  display: inline-block;
  vertical-align: top;
  line-height: 40px
}

.load-more-btn {
  display: block;
  width: 10%;
  margin: auto;
  border-radius: 4px;
  background: #11b7ed;
  color: #fff
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

ul.rooms:after {
  content: "";
  display: table;
  clear: both
}

ul.rooms li {
  float: left;
  margin: 0 14px 0 0
}

ul.rooms li:last-child {
  margin: 0
}

ul.rooms li i {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle
}

i.icon-bed {
  background-image: url(images/icons/bed-blue.png)
}

.rooms_text_slider i.icon-bed {
  background-image: url(images/icons/bed-wh.png)
}

.listing:hover i.icon-bed, #property-shortinfo i.icon-bed, .homepage .carousels li.slide .property-row article:hover i.icon-bed {
  background-image: url(images/icons/bed-wh.png)
}

i.icon-bath {
  background-image: url(images/icons/bath-blue.png)
}

.rooms_text_slider i.icon-bath {
  background-image: url(images/icons/bath-wh.png)
}

.listing:hover i.icon-bath, #property-shortinfo i.icon-bath, .homepage .carousels li.slide .property-row article:hover i.icon-bath {
  background-image: url(images/icons/bath-wh.png)
}

i.icon-car {
  background-image: url(images/icons/car-blue.png)
}

.rooms_text_slider i.icon-car {
  background-image: url(images/icons/car-wh.png)
}

.listing:hover i.icon-car, #property-shortinfo i.icon-car, .homepage .carousels li.slide .property-row article:hover i.icon-car {
  background-image: url(images/icons/car-wh.png)
}

.property-detail span.icon_bathroom, .property-detail span.icon_bedroom {
  display: inline-block;
  height: 24px;
  margin-left: 5px;
  vertical-align: middle;
  width: 24px
}

.property-detail span.icon_bathroom {
  background-image: url(images/icons/bed-24.png)
}

.property-detail span.icon_bedroom {
  background-image: url(images/icons/bath-24.png)
}

.page_toolbar {
  text-align: right;
  padding: 10px 0
}

.pagination a, .page_toolbar a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #0878bf;
  font-size: 24px;
  text-align: center;
  background: rgba(17, 183, 238, 0.65);
  border-radius: 4px;
  cursor: pointer
}

.pagination a:hover, .page_toolbar a:hover {
  background: rgba(17, 183, 238, 1);
  color: #fff
}

.pagination a.current, .pagination a.current_page_link, .page_toolbar a.current_page_link {
  background: #363638;
  color: #fff
}

.pagination a:active {
  background: #dcdad9;
  -webkit-transform: scale(0.85);
  transform: scale(0.85)
}

.pagination a i.fa {
  font-size: 1.16667em
}

.pagination .page_numbers, .pagination .page_next, .pagination .page_prev, .page_toolbar>p {
  display: inline-block
}

ul.qs-ul {
  list-style-type: none;
  margin: 0
}

.realty_widget_quick_search_3, .realty_widget_quick_search_5, .search {
  background: #11b7ed;
  padding: 15px 0
}

.realty_widget_quick_search_3>.group, .realty_widget_quick_search_5>.group, .search>.group {
  width: 100%;
  padding: 0 15px
}

.search_quick-wrap .qs-ul, .search_quick-wrap .quick_search_btn {
  float: left;
  padding-left: 5px;
  padding-right: 5px
}

.search_quick-wrap .qs-ul {
  width: 90%
}

.search_quick-wrap .qs-ul li, .search .quicksearch-1 .field {
  float: left;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px
}

.search .quicksearch-1 .field {
  width: 30%
}

.search .quicksearch-1 .field.button {
  width: 10%
}

.search_quick-wrap .quick_search_btn {
  width: 10%;
  padding-left: 0
}

.search_quick-wrap .qs-ul:after, .qs-ul li#price_for_sale:after, .qs-ul li#house_rooms:after {
  content: "";
  display: table;
  clear: both
}

.qs-ul li#price_for_sale>div {
  float: left;
  width: 50%
}

.qs-ul li#house_rooms>div {
  float: left;
  width: 33.333%
}

.qs-ul li#price_for_sale .price_max {
  padding-left: 5px
}

.qs-ul li#price_for_sale .price_min, .qs-ul li#house_rooms .bedrooms {
  padding-right: 5px
}

.qs-ul li#house_rooms .bathrooms {
  padding-left: 5px;
  padding-right: 5px
}

.qs-ul li#house_rooms .carrooms {
  padding-left: 5px
}

.search .quicksearch-1 #price_for_sale>select, .search .quicksearch-1 #house_rooms>select {
  width: calc(50% - 10px);
  float: left;
  margin-left: 5px;
  margin-right: 5px
}

.search .quicksearch-1 #price_for_sale, .search .quicksearch-1 #house_rooms {
  padding-left: 0;
  padding-right: 0
}

.search_quick-wrap select, .search_quick-wrap input[type="text"], .search_quick-wrap button, .search select, .search button {
  border-radius: 4px
}

.search_quick-wrap .suburb_select {
  position: relative;
  cursor: pointer
}

.search_quick-wrap .suburb_select #select_suburb {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #fff;
  max-height: 200px;
  overflow: auto
}

.search_quick-wrap input[type="submit"], .btn, button {
  background: #181818;
  color: #11b7ed;
  width: 100%
}

@media (max-width: 1152px) {
  .realty_widget_quick_search_3 {
    padding: 30px 0
  }

  .search_quick-wrap .qs-ul, .search_quick-wrap .quick_search_btn {
    width: 100%
  }

  .search_quick-wrap .quick_search_btn {
    padding: 0 10px
  }

  .search_quick-wrap .qs-ul li {
    width: 50%;
    margin-bottom: 15px
  }

  .search .quicksearch-1 .field {
    width: 100%;
    margin-bottom: 15px
  }

  .search .quicksearch-1 .field.button {
    margin-bottom: 0;
    width: 100%
  }
}

@media (max-width: 767px) {
  .search_quick-wrap .qs-ul li {
    width: 100%
  }

  .figure-caption .page-title {
    font-size: 2em
  }
}

.realty_widget_current_listings_2 {
  position: relative
}

.sticker {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 75px;
  height: 75px;
  background-size: contain !important
}

.sticker.new {
  background: url(images/sticker_new.png?v=1.000) 0 0 no-repeat
}

.sticker.sold {
  background: rgba(0, 0, 0, 0) url("images/sticker-sold.png?v=2.00") no-repeat scroll 0 0 / 100% auto
}

.sticker.leased {
  background: url(images/sticker-leased.png?v=2.00) 0 0 no-repeat
}

.sticker.under_offer {
  background: url(images/sticker_under_offer.png?v=1.000) 0 0 no-repeat
}

.sticker.open_home {
  background: url(images/sticker_open_home.png?v=1.000) 0 0 no-repeat
}

.info-window {
  width: 280px;
  font-size: 14px;
  font-family: "Source Sans Pro", "Helvetica", Arial, sans-serif
}

.info-window section.top {
  padding: 0 0 7px
}

.info-window .image {
  width: 90px
}

.info-window .image img {
  display: block;
  width: 100%
}

.info-window .overview {
  width: 183px
}

.info-window section.bottom {
  padding: 7px 0 0;
  border-top: 1px solid #ddd
}

#return {
  color: #ff0000
}

.search_results #lead .search form {
  max-height: none
}

.search-order a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 14px;
  line-height: 2.4;
  color: #000
}

.search-order a.active, .search-order a:hover {
  opacity: 1;
  color: #11b7ed;
  box-shadow: 0 -3px 0 rgba(17, 183, 237, 1) inset
}

.thumbview .flex-item {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.thumbview .flex-item .thumbview-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width: 992px) {
  .thumbview .flex-item {
    width: 50%
  }
}

@media (max-width: 767px) {
  .thumbview .flex-item {
    width: 50%
  }
}

@media (max-width: 568px) {
  .thumbview .flex-item {
    width: 100%
  }
}

.thumbview .top-header:after {
  content: "";
  display: table;
  clear: both
}

.thumbview .thumbview-item {
  position: relative;
  color: #363638;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 30px;
  box-shadow: 0 0 2px #888
}

.thumbview .thumbview-item:hover, .thumbview .listing.column:hover .container {
  background: #11b7ed
}

.thumbview .listing.column:hover .container .rooms li {
  color: #fff
}

.thumbview-item .rooms li {
  color: #11b7ed
}

.thumbview-item:hover .rooms li {
  color: #fff
}

.thumbview-item .top-header {
  background: #fff
}

.thumbview-item .top-header li {
  padding: 10px
}

.thumbview-item .top-header li.left {
  width: 100%
}

.thumbview-item .top-header span {
  display: block;
  font-weight: bold
}

.thumbview-item .top-header span.price {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.thumbview-item .top-header span.type {
  text-align: center;
  background: #11b7ee;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px
}

.thumbview .headline {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.thumbview .description {
  padding-bottom: 10px
}

.thumbview .thumbview-item .rooms-price {
  position: absolute;
  bottom: 0;
  width: 100%
}

.thumbview .thumbview-item .rooms-price .rooms {
  border-top: 1px solid #ddd
}

.thumbview .thumbview-item .rooms li {
  display: table-cell;
  width: 1%;
  float: none;
  text-align: center;
  padding: 5px 0;
  border-right: 1px solid #ddd
}

.thumbview .thumbview-item .rooms li:last-child {
  border-right: 0
}

.search-toolbar.top {
  padding: 0 0 28px
}

.search-toolbar .count {
  padding: 7px 0 0
}

.search-toolbar ul.tabsnav a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 0 0 7px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.28571em;
  background: #363638;
  border-radius: 100%;
  text-align: center
}

.webkit .search-toolbar ul.tabsnav a {
  line-height: 40px
}

.search-toolbar ul.tabsnav li.ui-tabs-active a, .search-toolbar ul.tabsnav a:hover {
  color: #fff
}

.search-toolbar ul.tabsnav a:active {
  -webkit-transform: scale(0.85);
  transform: scale(0.85)
}

.search-toolbar.bottom {
  position: relative
}

.thumbview .listing figure {
  position: relative;
  height: 0;
  padding-bottom: 69%;
  overflow: hidden
}

.thumbview .listing figure>a {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%
}

.thumbview .listing figure>a img {
  bottom: 0;
  height: 50% !important;
  left: 0;
  margin: auto !important;
  min-height: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  max-width: none !important
}

.thumbview .listing figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 1.3s;
  transition: all 1.3s
}

.thumbview .listing:hover figure img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.thumbview .listing .overview {
  padding: 14px
}

.thumbview .listing p.suburb {
  font-size: 1.42857em;
  color: #363636
}

.thumbview .listing .rooms-price {
  padding: 14px 0 0
}

.thumbview .listing p.opens span {
  opacity: .7
}

.thumbview .listing p.opens span.label {
  opacity: 1
}

.span6.findApply {
  padding-top: 10px
}

.hideApply img {
  max-width: 100%
}

.listview .listing {
  padding: 0 0 28px
}

.listview .listing .container, .location-list .location-wrap {
  position: relative;
  background: #f5f3f2;
  color: #363638;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 6px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.4s;
  transition: all 0.4s
}

.overview.borderbox.right>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100
}

.location-list .location-wrap {
  margin-bottom: 28px
}

.listview .listing:hover .container, .location-list .location-wrap:hover {
  background: #11b7ed;
  color: #fff
}

.listview .listing:hover .container *, .location-list .location-wrap:hover * {
  color: #fff
}

.listview .rooms-price .rooms {
  color: #11b7ed
}

.listview .listing figure, .location-list .location-wrap .image {
  position: relative;
  width: 34.8736%;
  height: 0;
  padding-bottom: 29.9291%;
  overflow: hidden
}

.location-list .location-wrap .image {
  float: left;
  box-sizing: border-box
}

.listview .listing figure img, .location-list .location-wrap .image img {
  display: block;
  position: absolute;
  left: 50%;
  width: auto !important;
  height: 100% !important;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 !important
}

.ribbon {
  position: absolute;
  left: 5px;
  top: 5px
}

.ribbon.sold {
  background: rgba(0, 0, 0, 0) url("images/sticker-sold.png?v=2.00") no-repeat scroll 0 0 / 100% auto
}

.ribbon.new {
  background: rgba(0, 0, 0, 0) url("images/sticker_just_listed.png?v=1.00") no-repeat scroll 0 0 / 100% auto
}

.ribbon.leased {
  background: url(images/sticker-leased.png?v=2.00) 0 0 no-repeat;
  background-size: 100%
}

.ribbon.under_offer {
  background: url(images/sticker_offer.png?v=2.00) 0 0 no-repeat
}

.ribbon.open_home {
  background: url(images/sticker_open.png?v=2.00) 0 0 no-repeat
}

.ribbon a {
  display: block;
  height: 80px;
  width: 80px
}

.ribbon.sold a, .ribbon.new a {
  height: 80px;
  width: 80px
}

.listview .listing .overview, .location-list .location-wrap .location-desc {
  width: 65.0392%;
  padding: 28px
}

.location-list .location-wrap .location-desc {
  float: right;
  box-sizing: border-box
}

.location-list .location-wrap .location-desc h2 {
  color: #11b7ed
}

.location-list .location-wrap:hover .location-desc * {
  color: #FFFFFF
}

.location-list .location-wrap .location-desc p.view-more {
  padding-top: 20px
}

.location-list .location-wrap .location-desc p.view-more a {
  background-color: #11b7ed;
  color: #ffffff;
  display: inline-block;
  padding: 5px 12px;
  text-transform: uppercase
}

.location-list .location-wrap:hover .location-desc p.view-more a {
  background-color: #ffffff;
  color: #11b7ed
}

.listview .listing h3.headline {
  margin: 0 0 14px
}

.listview .listing h3.headline a {
  color: #11b7ed
}

.listview .listing p.description {
  margin: 14px 0 0
}

.listview .listing .rooms-price {
  position: absolute;
  bottom: 14px;
  left: 37.3147%;
  right: 28px;
  padding: 14px 0 0;
  background: url(images/inset_brown.png) 0 0 repeat-x
}

.listview .listing p.opens span {
  opacity: .7
}

.listview .listing p.opens span.label {
  opacity: 1
}

.mapview {
  margin: 0 1em 2em
}

#map_canvas {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.property .section.overview {
  padding: 28px 0
}

.property .section.overview .block.heading:after {
  display: table;
  content: '';
  clear: both
}

.property .section.overview .block.heading .title-heading {
  float: left;
  width: 67%
}

.property .section.overview .block.heading .price-text {
  float: left;
  width: 33%
}

@media (max-width: 992px) {
  .property .section.overview .block.heading .title-heading, .property .section.overview .block.heading .price-text {
    float: none;
    width: auto
  }

  .location-list .location-wrap .image {
    float: none;
    width: 100%;
    padding-bottom: 70%
  }

  .location-list .location-wrap .location-desc {
    float: none;
    width: 100%
  }
}

.property .section.overview .block.heading h1.title, .property .section.overview .block.heading .price-text .price {
  color: #11b7ed;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 28px;
  display: inline-block
}

.property .section.overview .block.left {
  width: 67%;
  padding-right: 126px
}

.property .section.overview .block.right {
  width: 33%
}

.property .section.overview .property-block {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: solid 1px #ccc
}

.property .section.overview .property-block.realty_widget_contact_agent, .property .section.overview .property-block.realty_widget_property_table {
  border-bottom: none
}

.property .section.overview h3.section-title {
  margin: 0 0 14px;
  font-size: 1.71429em
}

.property .section.overview .similar-listing {
  display: inline-block;
  width: 100%
}

.property #similar_listings h2.section_title {
  font-size: 1.71429em;
  margin: 0 0 14px
}

#similar_listings .thumbview .listing .container {
  min-height: 22em
}

#property-description p.head {
  font-size: 1.71429em;
  margin: 0 0 14px;
  text-transform: capitalize
}

#side_realty_widget_location_info_suburb h3 {
  font-size: 1.71429em;
  margin: 0 0 14px
}

#side_realty_widget_location_info_suburb img {
  width: 100%
}

#content.team #entry>p {
  margin: 0 0 28px
}

#agents .options {
  position: relative;
  margin: 0 0 28px;
  text-align: center
}

#agents .options select {
  width: 25%
}

#agents .options .loading {
  position: absolute;
  top: 4px
}

#agents .agent figure {
  overflow: hidden
}

#agents .agent figure img {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

#agents .agent:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

#agents .agent section {
  position: relative;
  min-height: 175px;
  padding: 14px;
  background: #f5f3f2;
  color: #363638;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s
}

#agents .agent section .outer-contact {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px
}

#agents .agent:hover section {
  background: #11b7ed;
  color: #ffffff
}

#agents .agent:hover * {
  color: #ffffff
}

#agents .agent section p.name {
  font-size: 1.42857em;
  line-height: 1.2
}

#agents .agent p.role {
  margin: 0 0 10px
}

#agents .agent p a {
  color: #363638
}

#agents .agent p i.fa {
  width: 20px
}

#agent {
  position: relative
}

#agent .section {
  margin: 0 0 28px
}

#agent .section h2.section-title, #agent p.title {
  margin: 0 0 28px;
  font-size: 3em;
  text-align: center
}

#agent .details {
  width: 25%
}

#agent .details figure {
  margin: 0 0 21px
}

#agent .details figure img {
  display: block;
  width: 100%
}

#agent .details p.name {
  font-size: 1.42857em;
  line-height: 1.2
}

#agent .details p.role {
  margin: 0 0 14px
}

#agent .details p a {
  color: #423b34
}

#agents .agent:hover section p.name a, #agent .details p:hover a {
  color: #ffffff
}

#agent .details p i.fa {
  width: 20px
}

#agent .description {
  width: 75%;
  padding: 0 0 0 28px
}

#agent .tabs-nav {
  margin: 0 0 28px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  text-align: center
}

#agent .tabs-nav li {
  display: inline-block;
  float: none
}

#agent .tabs-nav li.active a {
  opacity: 1;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset
}

#agent .tabs-nav li a {
  display: block
}

#agent .testimonials li {
  padding: 0 0 28px
}

#agent .testimonials li p.copy {
  padding: 28px;
  background: #f5f3f2
}

#agent .testimonials li p.name {
  padding: 7px 0 0 35px;
  background: url(images/testimonial_bubble.png) 0 0 no-repeat
}

#agent .profile .info {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 20px
}

#agent .profile .info img {
  width: 700px;
  max-width: 100%
}

#agent .profile aside {
  width: 100%;
  float: none
}

#agent>.overview {
  margin-bottom: 20px;
  padding: 40px 0
}

#agent .recaptchatable {
  line-height: 0.5 !important
}

#appraisal.tabs-content .gform_wrapper {
  margin: 15px auto
}

#content_suburb_market, #content_online_form {
  display: inline-block;
  padding-bottom: 50px;
  padding-top: 80px;
  width: 100%
}

#content_suburb_market h1.page-title, #content_online_form h1.page-title {
  display: none
}

#content_suburb_market .top, #content_online_form .top {
  position: relative;
  margin: 0 0 25px
}

#content_suburb_market .top img, #content_online_form .top img {
  width: 100%
}

#content_suburb_market .top .text-image, #content_online_form .top .text-image {
  color: #ffffff;
  font-size: 14px;
  left: 27px;
  position: absolute;
  top: 10%
}

#content_suburb_market .top .text-image .text-title, #content_online_form .top .text-image .text-title {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px;
  width: 350px
}

#content_suburb_market .top .text-image .highlighting, #content_online_form .top .text-image .highlighting {
  display: block;
  font-weight: bold;
  margin: 0 0 10px
}

#content_suburb_market .top .text-image ul, #content_online_form .top .text-image ul {
  list-style: outside none none;
  margin: 0
}

#content_suburb_market .top .text-image li, #content_online_form .top .text-image li {
  font-size: 1.4em;
  padding: 0 0 5px
}

#content_suburb_market .top .text-image li i, #content_online_form .top .text-image li i {
  width: 30px;
  font-size: 25px
}

#content_suburb_market .bottom>.left, #content_online_form .bottom>.left {
  position: relative;
  border-top: 2px solid #48c5c0;
  text-align: center;
  padding: 25px 0 0;
  width: 12.6042%
}

#suburb-report .bottom .left img {
  box-shadow: 2px 2px 10px #333333;
  height: auto
}

#suburb-report .bottom .left div.view-sample {
  bottom: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0
}

#suburb-report .bottom .left .view-sample span {
  background: #fe0607 none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 0 2px #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  max-width: 100px;
  padding: 3px 0;
  width: 80%
}

#content_suburb_market .bottom>.right, #content_online_form .bottom>.right {
  width: 84.0625%;
  border-top: 2px solid #48c5c0;
  padding: 25px 0 0
}

#content_suburb_market .bottom>.right>.entry>p {
  color: #11b7ed;
  font-size: 1.7em
}

#content_suburb_market .gform_wrapper .gform_fields li h2.gsection_title {
  font-size: 1em;
  margin-bottom: 0
}

#content_suburb_market .gform_body ul, #content_online_form .gform_body ul {
  list-style: outside none none;
  margin: 0;
  display: inline-block;
  width: 100%
}

#content_suburb_market .gform_body ul li.gfield, #content_online_form .gform_body ul li.gfield {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 10px
}

#content_online_form .gform_body ul li.gfield {
  margin-bottom: 20px
}

#content_suburb_market .gform_body ul li#field_1_1, #content_suburb_market .gform_body ul li#field_1_9, #content_online_form .gform_body ul li#field_1_1, #content_online_form .gform_body ul li#field_1_9 {
  width: 100%
}

#content_suburb_market .gform_body ul li#field_1_7, #content_suburb_market .gform_body ul li#field_1_9, #content_online_form .gform_body ul li#field_1_7, #content_online_form .gform_body ul li#field_1_9 {
  clear: both
}

#content_suburb_market .gform_body ul li.gfield label, #content_online_form .gform_body ul li.gfield label {
  width: 100%;
  display: block
}

#content_suburb_market .gform_body ul li.gfield .ginput_container, #content_online_form .gform_body ul li.gfield .ginput_container {
  width: 100%
}

#content_suburb_market .gform_body ul.gfield_checkbox li, #content_online_form .gform_body ul.gfield_checkbox li {
  float: left;
  margin: 0 2% 0 0;
  padding: 0
}

#content_suburb_market .gform_body li#field_1_9>label, #content_online_form .gform_body li#field_1_9>label {
  float: left;
  font-weight: bold;
  margin: 0 1.5% 0 0;
  width: auto
}

#content_suburb_market .gform_body li#field_1_9 .ginput_container, #content_online_form .gform_body li#field_1_9 .ginput_container {
  float: left;
  width: 80%
}

#content_suburb_market .gform_body ul.gfield_checkbox li input[type="checkbox"], #content_online_form .gform_body ul.gfield_checkbox li input[type="checkbox"] {
  float: left;
  margin: 3px 5px 0 0
}

#content_suburb_market .gform_body li#field_1_9 .ginput_container ul li label, #content_online_form .gform_body li#field_1_9 .ginput_container ul li label {
  float: left;
  margin: 0;
  width: auto
}

.listings-table {
  font-size: 18px
}

.listings-table ul.rooms li i {
  height: 17px
}

.listings-table td {
  padding: 7px 14px 7px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ccc
}

.listings-table td.col-date {
  padding: 28px 0 7px;
  font-size: 1.42857em;
  font-weight: 300;
  border-bottom: 1px solid #363638
}

.listings-table tr:first-child td.col-date {
  padding: 7px 0
}

.listings-table td.col-image {
  width: 60px
}

.listings-table td.col-image img {
  display: block;
  width: auto !important;
  max-width: 160px !important
}

.listings-table td.col-agent {
  padding: 7px 0
}

.listings-table td a {
  color: #423b34
}

.listings-table td a:hover {
  color: #11b7ed
}

#calculator h3.section-title {
  margin: 0 0 14px
}

#calculator section .field {
  padding: 0 0 14px
}

#calculator section .field label {
  display: block;
  padding: 0 0 7px
}

#calculator section .field a.button {
  min-width: 200px;
  padding: 0;
  text-align: center
}

#calculator p.info {
  padding: 0 14px
}

.search-order {
  margin-top: 20px !important
}

#current-listings .property {
  width: 100%
}

#current-listings .property a.container {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 47.619%;
  overflow: hidden;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover
}

#current-listings .property section {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 92.513%;
  padding: 18px 54px 28px;
  color: #fff;
  font-size: 1.3em;
  background: rgba(19, 10, 1, 0.5);
  text-shadow: 0 0 3px #000
}

#current-listings .property section h2.headline {
  font-size: 2.15385em;
  color: #fff
}

#current-listings .property section p.address {
  margin: 0 2em 0 0
}

.cycle-slideshow .cycle-pager {
  position: absolute;
  z-index: 101;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0 15px
}

.cycle-slideshow .cycle-pager span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: rgba(255, 255, 255, .75);
  cursor: pointer;
  border-radius: 100%
}

.cycle-slideshow .cycle-pager span.cycle-pager-active {
  background: rgba(255, 255, 255, 1)
}

#home .cycle-slideshow .direction {
  display: none
}

.property .direction {
  position: absolute;
  z-index: 102;
  top: 35%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 0
}

.direction:hover {
  color: #fff;
  background: rgba(0, 0, 0, .4)
}

.cycle-prev {
  left: 0
}

.cycle-next {
  right: 0
}

.property-slider-description {
  position: absolute;
  bottom: 30%;
  width: 100%;
  text-align: right;
  padding: 0 30px;
  color: #fff
}

.property-slider-description h2 {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 1px 2px #000
}

.property-slider-description ul.rooms {
  float: right
}

.property-description .rooms_text_slider {
  padding: 15px 0
}

.rooms_text_slider .rooms:after {
  clear: both;
  content: "";
  display: table
}

.rooms_text_slider .rooms li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
  font-size: 20px
}

.rooms_text_slider .rooms li i {
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  text-shadow: 0 1px 2px #000
}

@media (max-width: 767px) {
  .property-slider-description {
    position: relative;
    bottom: 0;
    background: #000;
    text-align: left;
    padding: 15px
  }

  .property-slider-description h2 {
    font-size: 20px
  }

  .properties.cycle-slideshow .cycle-pager {
    bottom: 0;
    padding: 5px
  }

  .property-slider-description ul.rooms {
    float: none;
    padding: 5px 0
  }

  .rooms_text_slider .rooms li span {
    font-size: initial
  }
}

.section.gallery.group {
  padding-top: 0
}

#property-media .tabs-content {
  overflow: hidden
}

#property-media #gallery figure {
  width: 100%
}

#property-media #gallery .container {
  height: 0;
  padding-bottom: 67.25%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

#property-media #gallery img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#property-media #gallery .cycle-slideshow {
  position: relative
}

#property-media #gallery .cycle-pager {
  position: absolute;
  z-index: 101;
  bottom: 0;
  width: 100%;
  padding: 14px 0;
  text-align: center
}

#property-media #gallery .cycle-pager span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  opacity: .75;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 3px #000;
  cursor: pointer
}

#property-media #gallery .cycle-pager span.cycle-pager-active {
  opacity: 1;
  background-color: #11b7ed
}

#property-media #gallery .direction {
  position: absolute;
  z-index: 102;
  cursor: pointer;
  color: #fff;
  height: 90px;
  top: 50%
}

#property-media #gallery .cycle-prev {
  left: 0
}

#property-media #gallery .cycle-next {
  right: 0
}

#property-media #gallery .direction i.fa {
  font-size: 0.9em;
  line-height: 90px
}

#property-media #map #map_canvas {
  width: 100%
}

#property-media .tabs-nav {
  background: #f5f4f3;
  text-align: center;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset
}

#property-media .tabs-nav ul.nav {
  display: inline-block
}

#property-media .tabs-nav ul li {
  display: inline-block;
  float: none
}

#property-media .tabs-nav ul a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  color: #423b34;
  opacity: .4
}

#property-media .tabs-nav ul a:hover, #property-media .tabs-nav ul a.active {
  opacity: 1;
  box-shadow: 0 -3px 0 #363638 inset
}

#property-address-icon {
  padding: 2.25em 6.076005%;
  background-color: #f7f7f7;
  font-size: 0.75em
}

#property-address-icon::after {
  clear: both;
  content: "";
  display: table
}

#property-address-icon .address-wrap {
  border-bottom: 0 none;
  display: block;
  float: left;
  margin-bottom: 0;
  margin-right: 2%;
  padding-bottom: 0;
  width: 70%
}

#property-address-icon .icon {
  display: block;
  float: left;
  margin: 0;
  text-align: right;
  width: 28%
}

#property-address-icon .icon ul {
  display: inline-block;
  text-align: right;
  float: none
}

#property-address-icon .icon ul li {
  background: rgba(0, 0, 0, 0) none no-repeat scroll left center;
  display: inline-block;
  line-height: 24px;
  min-height: 24px;
  padding-left: 30px;
  margin-right: 1.2em;
  font-size: 18px
}

#property-address-icon .icon ul li.bedrooms {
  background-image: url("images/icons/bed-24-blue.png")
}

#property-address-icon .icon ul li.bathrooms {
  background-image: url("images/icons/bath-24-blue.png")
}

#property-address-icon .icon ul li.carspaces {
  background-image: url("images/icons/car-24-blue.png")
}

#property-address-icon .icon ul li.last {
  margin-right: 0
}

#property-address-icon .icon ul li i {
  display: none
}

#property-address-icon .suburb {
  color: #11b7ed
}

#property-address-icon .suburb, #property-address-icon .address {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#property-enquiry .agent {
  width: 100%;
  margin: 0.5em 0
}

#property-enquiry .agent::after {
  clear: both;
  content: "";
  display: table
}

#property-enquiry .agent .image {
  width: 29.6291%;
  height: 0;
  padding-bottom: 29.6291%;
  overflow: hidden;
  margin-right: 2.35765%
}

#property-enquiry .agent .image img {
  display: block;
  width: 100%
}

#property-enquiry .agent .overview {
  display: block;
  float: left;
  margin-left: 2.13245%;
  margin-right: 0;
  padding: 0 0.75em;
  width: 65.8808%;
  position: relative
}

#property-enquiry .agent .overview p.name {
  margin: 0 0 7px;
  font-size: 1.2em
}

#property-enquiry .agent .overview i.fa {
  display: inline-block;
  width: 20px
}

#property-enquiry .agent .overview i.fa.fa-envelope {
  font-size: 0.875em
}

#property-auction {
  padding: 0 0 14px
}

.property .section.overview #property-auction h3.section-title {
  display: none
}

#property-shortinfo {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid #ccc
}

#property-shortinfo ul.rooms {
  margin: 0 14px 0 0
}

#property-actions p {
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 0 3.5px 7px;
  text-align: center
}

#property-actions a {
  display: block;
  padding: 14px 0;
  color: #363638;
  background: #f5f3f2
}

#property-actions a.gallery-item {
  display: initial;
  padding: 0
}

#property-actions a i.fa {
  display: block;
  font-size: 2em
}

#property-actions a span {
  display: block;
  font-size: 0.714286em
}

#property-actions a:hover {
  background: #11b7ed;
  color: #fff
}

#property-ofi li {
  padding: 0 0 7px
}

#property-table li {
  padding: 0 0 7px
}

#property-table span.field {
  font-weight: 600
}

#property-table span.field:after {
  display: inline-block;
  content: ":"
}

#property-map #map_canvas {
  padding-bottom: 33%
}

#location-info.suburbs .suburb a {
  display: block;
  position: relative;
  color: #fff
}

#location-info.suburbs .suburb a:hover {
  color: #11b7ed
}

#location-info.suburbs .suburb span {
  display: block
}

#location-info.suburbs .suburb span.image {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden
}

#location-info.suburbs .suburb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

#location-info.suburbs .suburb a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

#location-info.suburbs .suburb span.name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 0;
  background: rgba(34, 18, 2, 0.75)
}

#location-info.suburb .section.overview .block.left {
  width: 67%;
  padding-right: 126px
}

#location-info.suburb .section.overview .block.right {
  width: 33%
}

#location-info.suburb .section.overview section {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid #ccc
}

#location-info.suburb .section.overview h3.title {
  margin: 0 0 14px;
  font-size: 1.71429em
}

#location-info.suburb .section.overview .short-info ul {
  margin: 0;
  list-style: none
}

#location-info.suburb .section.overview .short-info li span {
  display: inline-block;
  width: 100px
}

#location-info.suburb .section.overview ul li a {
  color: #423b34
}

#location-info.suburb .section.overview ul li a:hover {
  color: #11b7ed
}

#location-info.suburb .section.map {
  margin: 28px -8.80558% -28px
}

#location-info.suburb .section.map #map_canvas {
  padding-bottom: 33%
}

#subscriptions .editor {
  margin: 0 0 35px;
  border-bottom: 2px solid #dcdad9
}

#subscriptions .editor p {
  margin: 0 0 28px
}

#subscriptions form h2.form-title {
  padding: 0 0 28px
}

#subscriptions form .field select[multiple] {
  height: 100px
}

#subscriptions form .field textarea {
  height: 150px
}

#subscriptions form .field input[type="submit"] {
  min-width: 200px
}

#subscriptions form .field a.button {
  min-width: 200px;
  padding: 0;
  text-align: center
}

#subscriptions form .field.alerts label.title {
  display: block;
  margin: 0 0 7px
}

#subscriptions form .field.alerts ul.options {
  padding: 14px 0 0
}

#subscriptions form .field.alerts ul.options li {
  padding: 0 0 14px
}

#subscriptions form .field.alerts ul.options li.alt {
  margin: 0 -7px
}

#subscriptions form .field.alerts ul.options .split {
  width: 50%;
  padding: 0 7px
}

#subscriptions .return {
  margin: 0 0 28px;
  padding: 14px;
  background: #ffa
}

#subscriptions form.login .field span.alt {
  display: block;
  padding: 7px 0 0
}

#subscriptions form.password p {
  margin: 0 0 28px
}

.list-col2 {
  width: 100%;
  float: left;
  *padding: 0 10px;
  box-sizing: border-box
}

.homepage .section.homepage-text:after {
  display: table;
  content: "";
  clear: both
}

.list-text {
  padding: 10px;
  background: #ddd;
  margin: 0 0 15px;
  border-radius: 7px
}

.list-text strong {
  display: inline-block;
  font-size: 120%;
  margin: 0 0 5px
}

#entry .gform_wrapper ul, #entry .gform_wrapper ol {
  list-style-type: none;
  margin: 0
}

.gform_wrapper .gform_fields li label {
  width: 30%;
  display: block;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.gform_wrapper .gform_fields li .ginput_container {
  width: 70%;
  float: left
}

.gform_wrapper .gform_fields li {
  margin: 0 0 10px
}

.gform_wrapper .gform_fields li:after, .gform_wrapper ul.gform_fields li.gfield:after {
  display: table;
  content: "";
  clear: both
}

.gform_wrapper .gform_fields li h2.gsection_title {
  margin: 15px 0
}

.gform_wrapper .gform_fields li .gfield_checkbox li label {
  float: none;
  display: inline-block;
  width: auto
}

.gform_wrapper .gform_fields li#field_2_10 {
  margin: 40px 0 10px
}

#entry .recaptchatable #recaptcha_response_field {
  font-size: inherit;
  border: 1px solid #eee !important
}

#location_info ul.ui-tabs-nav {
  margin: 0 0 28px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
  text-align: center
}

#location_info ul.ui-tabs-nav li {
  float: none;
  display: inline-block
}

#location_info ul.ui-tabs-nav a {
  padding: 0 14px;
  line-height: 2.42857em;
  color: #423b34;
  opacity: .4
}

#location_info ul.ui-tabs-nav a:hover {
  opacity: 1;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset
}

#location_info ul.ui-tabs-nav .ui-tabs-active a {
  opacity: 1;
  box-shadow: 0 -3px 0 #aaa inset
}

.location-image .image {
  float: left;
  padding: 0 15px 15px 0
}

.map-image {
  margin-bottom: 20px
}

.map-image img {
  width: 100%;
  display: block
}

table.results tr {
  border-bottom: 1px solid #ccc
}

table.results tr.th {
  border-bottom: 1px solid #363638
}

table.results th {
  text-align: left;
  padding-left: 0
}

table.results td {
  padding-left: 0
}

table.results td.td_view {
  padding-left: 0;
  padding-right: 0;
  text-align: right
}

div[role="main"]>.group {
  padding: 30px 0
}

#blog aside#sidebar {
  float: left;
  padding-right: 30px
}

#blog aside#sidebar .side-block ul {
  list-style: outside none none;
  margin: 0 0 15px
}

#blog aside#sidebar .side-block ul li {
  border-bottom: 1px solid #f5f3f2
}

#blog aside#sidebar .side-block ul li a {
  background-color: #f9f9f9;
  display: block;
  padding: 5px 10px
}

#blog aside#sidebar .side-block ul li a:hover {
  background-color: #11b7ed;
  color: #ffffff
}

#blog .main-content {
  float: left;
  width: 75%
}

#blog .main-content .box {
  float: left;
  width: 33.333%;
  padding: 0 14px;
  margin-bottom: 28px
}

#blog .sidebar {
  float: left;
  width: 25%
}

#blog .main-content .box>.entry>.excerpt {
  min-height: 80px;
  text-align: justify;
  margin-bottom: 10px;
  display: block;
  width: 100%
}

.excerpt.right.s-cf a:first-child {
  font-weight: 600
}

@media (max-width: 1366px) {
  #blog .main-content .box>.entry>.excerpt {
    text-align: justify
  }
}

@media (max-width: 1024px) {
  #blog .main-content .box {
    width: 50%
  }
}

@media (max-width: 992px) {
  #blog .sidebar {
    float: none !important;
    width: auto;
    padding-right: 0 !important
  }

  #blog .main-content {
    float: none;
    width: auto
  }
}

@media (max-width: 600px) {
  #blog .main-content .box {
    width: 100%
  }

  #blog .main-content .box>.entry>.excerpt {
    min-height: 0
  }
}

#blog .main-content .box>.entry>a.image {
  display: block;
  position: relative;
  padding-bottom: 66.25%;
  overflow: hidden;
  margin-bottom: 10px;
  background: #000
}

#blog .main-content .box>.entry>a img {
  position: absolute;
  height: auto;
  width: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#blog .main-content>.post {
  border-bottom: 4px solid #f5f3f2;
  margin-bottom: 20px
}

#blog .main-content>.post header {
  display: inline-block;
  width: 100%
}

#blog .main-content>.post header h3 {
  font-size: 1.3em
}

#blog .main-content>.post article.entry {
  margin-bottom: 10px
}

#blog .main-content>.post .image {
  float: left;
  background-color: #f5f3f2;
  height: 0;
  overflow: hidden;
  padding-bottom: 20%;
  position: relative;
  width: 25%
}

#blog .main-content>.post .image span {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%
}

#blog .main-content>.post .image span img {
  bottom: 0;
  height: 50%;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 0;
  position: absolute;
  right: 0;
  top: 0
}

#blog .main-content>.post .excerpt {
  box-sizing: border-box;
  float: left;
  padding-left: 20px;
  width: 75%
}

#blog .main-content>.post span.more-link {
  display: block;
  padding-top: 20px
}

#blog .main-content>.post span.more-link a {
  background-color: #11b7ed;
  color: #ffffff;
  display: inline-block;
  padding: 5px 12px;
  text-transform: uppercase
}

#blog .main-content>.post footer {
  display: inline-block;
  margin-bottom: 3px;
  width: 100%
}

.thumbview .listing .overview {
  position: relative
}

#our-sales-team .thumbview .listing .overview {
  position: static
}

.overview .book_inspection {
  position: absolute;
  right: 10px;
  top: -35px
}

.overview .book_inspection a.bai_btn {
  display: inline-block;
  background: #11b7ed;
  padding: 5px 10px;
  font-size: 11px;
  color: #fff;
  font-family: 'Arial', verdana, sans-serif
}

.overview .book_inspection a.bai_btn:hover, #property-media .book_inspection_individual a:hover {
  background: #03bfc2
}

#property-media .book_inspection_individual {
  float: right;
  margin-top: 10px
}

#property-media .book_inspection_individual a {
  display: inline-block;
  background: #11b7ed;
  padding: 7px 18px;
  font-size: 12px;
  color: #fff;
  font-family: 'Arial', verdana, sans-serif;
  text-transform: capitalize
}

body#contact .tile-group {
  margin-left: -15px;
  margin-right: -15px
}

.tile-group:after, .map-group:after {
  clear: both;
  content: "";
  display: table
}

body#contact .tile {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px
}

.map-group {
  margin-bottom: 30px
}

.map-group>div {
  float: left;
  width: 50%
}

.map-group .map-address {
  padding: 0 15px
}

@media (max-width:1152px) {
  body#contact .tile, .map-group>div {
    float: none;
    width: 100%
  }
}

ol.cf-ol {
  list-style-type: none;
  margin: 0
}

ol.cf-ol>li {
  margin-bottom: 10px
}

ol.cf-ol li.last label {
  display: block;
  width: 100%
}

footer[role="contentinfo"] {
  position: relative;
  z-index: 1;
  *margin: -253px 0 0;
  background: #000;
  color: #888
}

.section.credit {
  padding-top: 10px;
  padding-bottom: 10px
}

.section.footer-widget {
  padding-top: 15px;
  padding-bottom: 10px
}

#footer .section .title, #footer .section-title {
  color: #11b7ed;
  margin: 0;
  padding: 0 0 10px;
  font-size: 15px;
  font-weight: 600 !important
}

#footer .offices p.text.white {
  color: #fff
}

#footer .section label.title {
  display: block;
  padding-bottom: 0;
  color: #888
}

#footer .signup-form label.title {
  color: #11b7ed
}

#footer a {
  color: #888
}

#footer .section.credit, #footer .section.credit a {
  color: #fff
}

#footer a:hover {
  text-decoration: underline
}

#footer .magazine {
  position: absolute;
  top: 14px;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  *box-shadow: -10px 0 5px #000000
}

#footer .magazine:hover {
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6)
}

#footer .magazine img {
  display: block;
  max-width: 150px
}

#footer .logo {
  margin: 0 0 14px;
  padding: 14px 0;
  *background: url(images/inset_brown.png) 0 100% repeat-x
}

#footer .logo img {
  display: block;
  height: 50px
}

#footer .logo a {
  display: block;
  height: 50px;
  margin-bottom: 15px
}

#footer .logo1 img {
  max-height: 70px;
  width: auto
}

@media (max-width:768px) {
  #footer .logo1 img {
    margin: 0 auto 15px
  }
}

#footer .offices span.name {
  color: #ffffff
}

#footer .offices span.slashes {
  color: #11b7ed
}

#footer .socials {
  padding: 0 0 10px 0
}

@media (max-width: 992px) {
  #footer .socials {
    text-align: center
  }
}

#footer .socials a {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 3px;
  text-align: center;
  border-radius: 100%;
  background: #11b7ed;
  color: #fff
}

#footer .socials a:hover {
  background: #666
}

#footer .socials i.fa {
  font-size: 1.5em;
  line-height: 42px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff
}

#footer .socials a:hover i.fa {
  color: #ffffff
}

#footer form input[type="text"], #footer form input[type="submit"], #footer form input[type="email"] {
  float: left
}

#footer form input[type="text"], #footer form input[type="email"] {
  width: 65%
}

#footer form input[type="submit"] {
  width: 35%;
  border-radius: 0
}

#footer .credit {
  font-size: 0.857143em
}

.logins:after {
  clear: both;
  content: "";
  display: table
}

.logins select {
  width: calc(50% - 15px);
  float: left;
  margin-left: 7.5px;
  margin-right: 7.5px
}

.footer-widget .row-item {
  width: 33.333%;
  margin-bottom: 10px
}

.footer-widget .footer-logo {
  width: 60%
}

.footer-widget .footer-widget-office {
  width: 40%;
  text-align: right
}

@media (max-width: 992px) {
  .footer-widget .footer-logo, .footer-widget .footer-widget-office, .footer-widget .row-item {
    width: 100%;
    text-align: center
  }
}

iframe[id^='twitter-widget-'] {
  width: 100% !important;
  max-width: none !important;
  max-height: none !important
}

.validation_error {
  color: red
}

.validation_message {
  color: red;
  font-style: italic
}

.gfield_description.validation_message {
  padding-left: 30% !important
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  border-top: 0 transparent !important;
  border-bottom: 0 transparent !important
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important
}

.gform_confirmation_message {
  color: #000;
  font-weight: bold
}

#search_results .link-back {
  margin: 10px 0
}

#search_results .link-back a {
  color: #11b7ed
}

.listing-slides li.slide:hover section p, .listing-slides li.slide:hover section p .title, .no-slides .slide:hover section p, .listing-slides li.slide:hover .property-description, .no-slides .slide:hover .property-description {
  color: #fff
}

.listing-slides li.slide section p .title {
  font-size: 14px
}

.listing-slides li.slide figure .price, .no-slides .slide figure .price {
  display: none
}

.realty_widget_featured_listings .listing-slides li.slide section, .realty_widget_sold_listings .listing-slides li.slide section {
  position: relative;
  padding: 14px 14px 50px 14px !important
}

.realty_widget_opentimes .listing-slides li.slide section, .realty_widget_upcoming_auction .listing-slides li.slide section {
  position: relative;
  padding: 14px 14px 70px 14px !important
}

.listing-slides li.slide .rooms-price {
  position: absolute;
  bottom: 14px;
  left: 14px
}

#footer .section.credit {
  padding-top: 0;
  padding-bottom: 0
}

#footer .section.credit .group>span {
  display: block;
  padding: 10px 0
}

#footer .logo1>a {
  display: inline-block
}

#footer .logo1>a img {
  margin-top: 10%
}

.slide-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.page-child #entry iframe {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  display: inherit
}

.page-child #entry img {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  height: auto
}

.outer-list-thumb .list-thumb {
  margin-bottom: 20px
}

.outer-list-thumb .list-thumb:after {
  display: table;
  content: '';
  clear: both
}

.outer-list-thumb .list-thumb .thumb-left {
  width: 250px;
  float: left;
  padding-right: 20px
}

.outer-list-thumb .list-thumb .thumb-left img {
  width: 100%;
  margin: 5px 0 !important
}

.outer-list-thumb .list-thumb .content-right {
  overflow: hidden
}

article#entry:after {
  display: table;
  content: '';
  clear: both
}

.awards-col {
  float: left;
  width: 50%;
  padding: 10px 20px
}

.awards-col .outer-list-thumb .list-thumb .thumb-left {
  width: 175px
}

.phone-data td.second {
  width: 200px
}

.page-id-84 #entry img {
  margin-left: 30px
}

.loadmore .animation_image>img {
  width: 50px !important;
  height: auto !important
}

#tenancy-application #entry a {
  color: #11b7ed
}

#tenancy-application #entry a:hover {
  color: #000
}

.page-id-439 .gform_wrapper ul.gfield_checkbox li, .page-id-439 .gform_wrapper ul.gfield_radio li {
  font-size: 18px
}

.page-id-439 .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  margin-top: 0 !important
}

#mobile-tools {
  display: block;
  position: fixed;
  z-index: 2;
  bottom: 1px;
  right: 0;
  margin: -75.5px 0 0;
  transition-duration: .4s;
  opacity: 0
}

#mobile-tools.alt {
  opacity: 1
}

#mobile-tools a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 1.28571em;
  text-align: center;
  background: rgba(0, 0, 0, .7)
}

#mobile-tools a.scroll-down {
  margin: 1px 0
}

#mobile-tools a:hover {
  background: rgba(17, 183, 237, 0.75)
}

@media screen and (min-width:1152px) {
  .m, .t {
    display: none !important
  }

  .toggle-menu {
    display: none
  }

  nav[role="navigation"] ul.menu {
    display: block;
    text-align: center;
    margin-right: -25px
  }

  nav[role="navigation"] ul.menu a {
    color: #fff;
    font-size: 14px
  }

  nav[role="navigation"] ul.menu li {
    position: relative;
    line-height: normal;
    text-align: left
  }

  nav[role="navigation"]>ul.menu>li {
    line-height: 45px;
    display: inline-block;
    padding: 0 10px
  }

  nav[role="navigation"] ul.menu>li:hover>a, nav[role="navigation"] ul.menu>li.current-menu-ancestor>a, nav[role="navigation"] ul.menu>li.current-menu-parent>a, nav[role="navigation"] ul.menu>li.current-menu-item>a {
    border-bottom: 2px solid #11b7ed;
    color: #11b7ed
  }

  nav[role="navigation"] ul.sub-menu {
    position: absolute;
    min-width: 15em;
    max-height: 0;
    overflow: hidden;
    background: #11b7ed;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0
  }

  nav[role="navigation"] ul.sub-menu ul {
    left: 100%;
    top: 0;
    margin: 0 0 0 -2px
  }

  nav[role="navigation"] li:hover>ul.sub-menu {
    max-height: 1000px;
    overflow: inherit;
    opacity: 1
  }

  nav[role="navigation"] ul.sub-menu li {
    padding: 0 2px
  }

  nav[role="navigation"] ul.sub-menu li.first {
    padding: 2px 2px 0
  }

  nav[role="navigation"] ul.sub-menu li.last {
    padding: 0 2px 2px
  }

  nav[role="navigation"] ul.sub-menu a {
    display: block;
    padding: 7px 21px;
    white-space: nowrap;
    color: #ffffff
  }

  nav[role="navigation"] ul.sub-menu li.current_page_ancestor>a, nav[role="navigation"] ul.sub-menu li.current_page_parent>a, nav[role="navigation"] ul.sub-menu li.current_page_item>a, nav[role="navigation"] ul.sub-menu li:hover>a {
    background: #fff;
    color: #999
  }

  .listings-table td.col-times {
    width: 230px
  }

  .listings-table td.col-rooms {
    width: 150px
  }

  .listings-table td.col-agent {
    width: 150px
  }
}

@media screen and (max-width:1440px) {
  #content_online_form .bottom .content {
    padding: 20px;
    box-sizing: border-box
  }
}

@media screen and (min-width:1024px) {
  .form-box {
    width: 800px;
    margin: 0 auto;
    padding: 20px
  }

  .social-media .side-block {
    width: 25%
  }
}

@media screen and (max-width: 992px) {
  .page-id-84 #entry img {
    margin-left: 0;
    width: 100%;
    max-width: 100%
  }

  .page-child #entry img {
    max-width: 100%
  }

  .location-image .image {
    padding: 0
  }
}

@media screen and (min-width:768px) and (max-width:850px) {
  #footer .logo img {
    display: block;
    height: 35px
  }

  #footer .logo a {
    height: 35px;
    display: block;
    margin-bottom: 15px
  }
}

@media screen and (min-width:768px) {
  .s {
    display: none !important
  }

  #location-info.suburb .section.overview section:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none
  }
}

@media screen and (max-width:767px) {
  body {
    position: relative;
    overflow-x: hidden
  }

  .page-id-351 p:first-child {
    position: relative;
    padding-bottom: 56.25%
  }

  .page-id-351 p iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0
  }

  .outer-list-thumb .list-thumb .thumb-left {
    width: 100%;
    float: none;
    padding-right: 0
  }

  .awards-col {
    float: none;
    width: 100%;
    padding: 10px 0;
    text-align: center
  }

  .awards-col .outer-list-thumb .list-thumb .thumb-left {
    text-align: center;
    width: 100%
  }

  .awards-col .outer-list-thumb .list-thumb .thumb-left img {
    display: inline-block;
    max-width: 200px !important
  }
}

@media screen and (min-width:481px) {
  .gform_wrapper .gform_fields li label {
    margin-top: 8px
  }

  .group {
    width: 87.84799%;
    margin: 0 auto
  }

  .page-id-18 .group {
    width: 75.84799%
  }

  #header .group {
    position: relative
  }
}

@media screen and (max-width:420px) {
  #footer .logo img {
    display: block;
    height: auto;
    width: 100%
  }

  #footer .logo a {
    height: auto;
    display: block;
    margin-bottom: 15px;
    width: 100%
  }

  .phone-data td.second {
    width: 170px
  }
}

@media screen and (max-width:1151px) {
  .socials .phone {
    color: #555;
    font-size: 18px
  }

  #sidenav ul.menu li i, #sidenav ul.menu li ul li i {
    float: right;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 15px;
    line-height: 54px;
    color: #000;
    cursor: pointer;
    height: 54px
  }

  .d {
    display: none !important
  }

  .m-cf {
    float: none !important;
    width: auto !important
  }

  #content {
    min-height: 92.1875%
  }

  div[role="main"] {
    *padding: 0 0 253px
  }

  .home div[role="main"] {
    padding: 0
  }

  #header .hgroup .utils, #header .hgroup .site-menu, #header .hgroup .logins, .homepage .carousels .direction {
    display: none
  }

  #sidenav .logins.left {
    width: 100%;
    display: block;
    float: none !important;
    padding: 0 20px 10px 20px
  }

  #sidenav .logins.left select {
    margin-bottom: 5px
  }

  .toggle-menu {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer
  }

  .toggle-menu span {
    display: none;
    float: left;
    line-height: 60px;
    font-size: 1.1em
  }

  .toggle-menu i.fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.28571em;
    text-align: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s
  }

  .toggle-menu.shrink i.fa {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  #sidenav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 260px;
    background: #f5f3f2 url(images/sidenav.png) 0 0 repeat-y;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  #page.shrink #sidenav {
    display: block
  }

  #sidenav ul.menu>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: relative
  }

  #sidenav ul.menu a {
    display: block;
    position: relative;
    color: #363638
  }

  #sidenav ul.menu a>i.fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center
  }

  ul.menu a>i.fa {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  ul.menu li.shrink>a>i.fa {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  #sidenav li>a {
    padding: 0 15px;
    line-height: 50px
  }

  #sidenav li.menu-item-has-children>a {
    padding-left: 40px
  }

  #sidenav ul.menu li:hover>a, #sidenav ul.menu li.shrink>a, #sidenav .logins a:hover {
    background: #e3e1df
  }

  #sidenav ul.menu li:hover>a.toggle-submenu:before, #sidenav ul.menu li.shrink>a.toggle-submenu:before {
    color: #11b7ed
  }

  #sidenav ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
  }

  #sidenav li.shrink>ul.sub-menu {
    max-height: 200em;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
  }

  #sidenav ul.sub-menu.level-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }

  #sidenav ul.sub-menu.level-0>li.first>a {
    border-top: 1px solid rgba(255, 255, 255, 0.5)
  }

  #sidenav .phone_ {
    font-size: 1.28571em;
    padding: 14px;
    display: block;
    float: none
  }

  #sidenav .phone_ .circle {
    display: inline-block;
    text-align: center;
    width: 25px
  }

  .phone_ a {
    color: #363638
  }

  #sidenav .logins a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 15px;
    line-height: 50px;
    display: block
  }

  #sidenav-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5) url(images/sidenav_overlay.png) 100% 0 repeat-y
  }

  #page.shrink #sidenav-overlay {
    display: block
  }

  .search-toolbar ul.tabsnav a {
    width: 40px;
    height: 40px;
    line-height: 40px
  }

  #location-info.suburb .section.overview .block.left, #post-entry {
    padding-right: 56px
  }
}

@media screen and (max-width:1023px) {
  .listview .listing h3.headline {
    font-size: 1.42857em
  }

  .property .section.overview .block.left, .property .section.overview .block.right {
    float: none;
    width: auto;
    padding: 0
  }

  #footer .section {
    text-align: center
  }

  #footer .logo img {
    max-width: 100%;
    margin: 0 auto
  }

  #footer .magazine {
    display: none
  }
}

@media screen and (min-width:1024px) and (max-width:1151px) {
  #current-listings .property a.container, .homepage .suburb-profiles a {
    padding-bottom: 66%
  }

  .listview .listing figure {
    padding-bottom: 34.9425%
  }

  #property-map #map_canvas {
    padding-bottom: 56.25%
  }

  #agent .details {
    width: 33.33%;
    padding: 0 14px 0 0
  }

  #agent .description {
    width: 66.67%;
    padding: 0 0 0 14px
  }

  #location-info.suburb .section.map #map_canvas {
    padding-bottom: 56.25%
  }

  .listings-table td.col-times {
    width: 200px
  }

  .listings-table td.col-rooms {
    width: 150px
  }

  .listings-table td.col-agent {
    width: 120px
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .listview .listing figure, .listview .listing .overview {
    width: 50%
  }

  .listview .listing figure {
    padding-bottom: 50%
  }

  .listview .listing .rooms-price {
    left: 54.2879%
  }

  #property-map #map_canvas {
    padding-bottom: 75%
  }

  #footer .section {
    *text-align: left
  }

  #footer .logo img {
    *max-width: 50%;
    margin: 0
  }

  #footer .offices {
    padding: 10px 0 0
  }

  #footer .magazine {
    display: block
  }

  #footer .section.text-center {
    text-align: center
  }
}

@media screen and (min-width:481px) and (max-width:1023px) {
  #current-listings .property a.container, .homepage .suburb-profiles a {
    padding-bottom: 56.25%
  }

  #map_canvas {
    padding-bottom: 75%
  }

  #agent .details {
    width: 50%;
    padding: 0 14px 0 0
  }

  #agent .description {
    width: 50%;
    padding: 0 0 0 14px
  }

  #location-info.suburb .section.map #map_canvas {
    padding-bottom: 75%
  }

  .listings-table td.col-rooms {
    display: none
  }

  .listings-table td.col-times {
    width: 160px
  }

  .listings-table td.col-agent {
    width: 110px
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .listview .listing figure {
    width: 60%;
    padding-bottom: 60%
  }

  .listview .listing .overview {
    width: 40%
  }

  .listview .listing p.description {
    display: none
  }

  .listview .listing .rooms-price {
    left: 65.4902%
  }

  .listview .listing ul.rooms {
    float: none
  }

  .listview .listing p.price {
    float: none;
    padding: 4px 0 0;
    clear: both
  }
}

@media screen and (max-width:768px) {
  .col-2.left {
    width: 60%
  }

  .col-2.right {
    width: 40%
  }

  #footer .logo1 {
    width: 100%;
    float: none;
    margin-top: 0
  }

  #footer .logo2 {
    width: 100%;
    float: none;
    margin-top: 5px;
    text-align: left;
    margin-bottom: 20px
  }

  #footer .logo1 img {
    margin: 0 auto;
    margin-top: 0 !important
  }

  .homepage .team_member .carousel li {
    float: left;
    width: 50%
  }

  .homepage .carousels li.slide .property-featured {
    border-radius: 4px 4px 0 0;
    display: block;
    width: 100%
  }

  .homepage .carousels li.slide .property-wrap {
    display: block;
    width: 100%
  }

  .homepage .carousels li.slide .property-summary {
    bottom: auto;
    position: relative;
    right: auto;
    width: 100%
  }

  .homepage .carousels li.slide .property-info .property-price {
    font-size: 17px
  }

  .homepage .carousels li.slide article, #content_suburb_market .bottom>.right, #content_suburb_market .bottom>.left {
    width: 100%
  }

  #content_suburb_market .bottom>.right, #content_suburb_market .bottom>.left {
    padding: 20px;
    box-sizing: border-box
  }

  #suburb-report .bottom .left div.view-sample {
    bottom: 35px
  }

  #content_suburb_market .top .text-image .text-title, #content_online_form .top .text-image .text-title {
    font-size: 1.5em
  }

  #content_suburb_market .top .text-image li, #content_online_form .top .text-image li {
    font-size: 1em
  }

  #content_suburb_market .top .text-image li i, #content_online_form .top .text-image li i {
    font-size: 1.2em;
    width: 24px
  }
}

@media screen and (max-width:767px) {
  .col-2 {
    width: 100%
  }

  .s-cf {
    float: none !important;
    width: auto !important
  }

  .t, .dt {
    display: none !important
  }

  .s-lrpad {
    padding-right: 14px !important;
    padding-left: 14px !important
  }

  #header .logo a {
    display: inline-block;
    height: 60px;
    line-height: 60px
  }

  #header .logo img {
    display: inline;
    vertical-align: middle;
    max-height: 50px
  }

  .toggle-menu span {
    display: none
  }

  .toggle-menu i.fa {
    font-size: 2em
  }

  .toggle-menu.shrink i.fa {
    -webkit-transform: none;
    transform: none
  }

  #current-listings .property section {
    bottom: auto;
    top: 50%;
    left: 50%;
    width: 90%;
    padding: 18px 54px;
    font-size: 1em;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  #current-listings .property section h2.headline {
    font-size: 1.5em
  }

  #current-listings .property section p.address {
    margin: 14px 0 0
  }

  #current-listings .property section ul.rooms li {
    float: none;
    display: inline-block;
    margin: 0 7px 0 0
  }

  .homepage .section h2.title {
    font-size: 2em
  }

  .homepage .tabbed .tab-nav a i.fa, #agent .properties .tabs-nav a i.fa {
    display: block;
    font-size: 2em
  }

  .homepage .tabbed .tab-nav a span, #agent .properties .tabs-nav a span {
    display: block;
    font-size: 1.2em
  }

  .homepage .suburb-profiles span.text {
    font-size: 3em
  }

  .quicksearch-1.shrink {
    max-height: 15em
  }

  .quicksearch-1 .field {
    padding: 0 0 14px
  }

  .quicksearch-1 .field.button {
    padding: 0 0 28px
  }

  .search-results {
    margin: 0
  }

  .search-order a i.fa {
    display: block;
    font-size: 2em
  }

  .search-order a span {
    display: block;
    font-size: 0.642857em
  }

  .search-toolbar .count, .search-toolbar .tools {
    float: none;
    text-align: center
  }

  .search-toolbar ul.tabsnav li {
    float: none;
    display: inline-block;
    padding: 21px 0 0
  }

  .property .section.overview .property-block.realty_widget_contact_agent {
    border-bottom: 1px solid #ccc
  }

  #property-enquiry .agent {
    float: none;
    width: 100%
  }

  #property-enquiry .agent.agent-1 {
    padding: 28px 0 0
  }

  #property-actions p {
    width: 33.3333%
  }

  #property-map #map_canvas {
    padding-bottom: 100%
  }

  #location-info.suburb .section.overview .block.left, #location-info.suburb .section.overview .block.right {
    width: 100%;
    padding-right: 0
  }

  #location-info.suburb .section.overview .block.right section:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none
  }

  .listings-table td.col-image, .listings-table td.col-rooms {
    display: none
  }

  #calculator section .field a.button {
    min-width: 100%
  }

  #post-entry, #sidebar, #blog aside#sidebar {
    width: 100%;
    padding-right: 0
  }

  #blog .main-content {
    width: 100%
  }

  #blog .main-content>.post .excerpt {
    padding: 20px 0 5px;
    width: 100%
  }

  #blog .main-content>.post .image {
    background-color: #ffffff;
    float: left;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    width: 25%
  }

  #blog .main-content>.post .image span {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: auto
  }

  #blog .main-content>.post .image span img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    min-height: 0;
    min-width: 0;
    position: relative;
    right: 0;
    top: 0;
    display: block
  }

  .comments-template {
    margin: 0 0 28px;
    padding: 0 0 28px;
    border-bottom: 2px solid #dcdad9
  }

  #agents .agent figure {
    height: auto
  }

  #agents .options select {
    width: 100%
  }

  table.results tr.th {
    display: none
  }

  table.results td {
    box-sizing: border-box;
    float: left;
    min-height: 30px;
    padding: 10px 10px 10px 50%;
    width: 100%;
    position: relative
  }

  table.results td::before {
    left: 10px;
    position: absolute
  }

  table.results td.td_address::before {
    content: "Address"
  }

  table.results td.td_suburb::before {
    content: "Suburb"
  }

  #sold_properties table.results td.td_date::before {
    content: "Sold Date"
  }

  #leased_properties table.results td.td_date::before {
    content: "Leased Date"
  }

  table.results td.td_bed::before {
    content: "Bed"
  }

  table.results td.td_bath::before {
    content: "Bath"
  }

  table.results td.td_car::before {
    content: "Car"
  }

  table.results td.td_view {
    padding-left: 50%;
    text-align: left
  }

  table.results td.td_view::before {
    display: none
  }

  #property-address-icon .address-wrap {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em
  }

  #property-address-icon .icon {
    width: 100%;
    text-align: left
  }

  #property-address-icon .icon ul {
    text-align: left
  }

  .homepage .carousels li.slide article .property-image, .homepage .carousels li.slide article .property-wrap, .homepage .carousels li.slide article .property-summary, .homepage .carousels li.slide .property-row:nth-child(2) article .property-image, .homepage .carousels li.slide .property-row:nth-child(2) article .property-wrap {
    width: 100%;
    float: none
  }

  .homepage .carousels li.slide .property-row article .property-wrap::before {
    display: none
  }

  .homepage .carousels li.slide article {
    display: block
  }

  .homepage .carousels li.slide article::before, .homepage .carousels li.slide article::after {
    content: " ";
    display: table
  }

  .homepage .carousels li.slide .property-summary {
    bottom: auto !important;
    left: auto !important;
    position: relative !important;
    right: auto !important;
    width: 100%
  }

  .homepage .carousels li.slide .property-title {
    width: 100%;
    white-space: inherit
  }
}

@media screen and (max-width:640px) {
  .homepage .team_member .carousel li {
    float: left;
    width: 100%
  }

  .parallax-wrap .par {
    width: 100%;
    margin-bottom: 50px
  }

  #content_suburb_market .top .text-image, #content_online_form .top .text-image {
    box-sizing: border-box;
    color: #423b34;
    left: auto;
    padding: 20px;
    position: relative;
    top: auto;
    width: 100%
  }

  #content_suburb_market .top .text-image .text-title, #content_online_form .top .text-image .text-title {
    color: #423b34;
    width: 100%
  }

  .col-2.left {
    width: 100%;
    float: none;
    padding: 0 10px;
    margin-top: 20px
  }

  .col-2.right {
    width: 100%;
    float: none;
    padding: 0 10px
  }

  #footer .logo1 {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center
  }

  #footer .logo2 {
    width: 100%;
    float: none;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 5px
  }
}

@media screen and (max-width:540px) {
  .gform_wrapper .gform_fields li label, .gform_wrapper .gform_fields li .ginput_container, #content_suburb_market .gform_body ul li.gfield, #content_online_form .gform_body ul li.gfield, #content_suburb_market .gform_body li#field_1_9 .ginput_container, #content_oline_form .gform_body li#field_1_9 .ginput_container {
    width: 100%
  }

  #content_suburb_market .gform_body ul li.gfield, #content_online_form .gform_body ul li.gfield {
    padding-right: 0
  }

  .validation_message {
    margin-left: 0
  }
}

@media screen and (max-width:480px) {
  #recaptcha_widget_div #recaptcha_area td.recaptcha_image_cell {
    width: auto;
    display: block;
    float: left;
    padding: 5px !important
  }

  #recaptcha_widget_div #recaptcha_table {
    width: 100%
  }

  #recaptcha_widget_div #recaptcha_area #recaptcha_image {
    width: 100% !important
  }

  #recaptcha_widget_div input#recaptcha_response_field {
    width: 100% !important
  }

  #recaptcha_area td {
    padding: 2px !important
  }

  #recaptcha_area td .recaptcha_input_area {
    padding: 5px 0 5px 3px
  }

  .group {
    width: 90%;
    margin: 0 auto
  }

  #property-address-icon {
    padding: 2.25em 5%
  }

  #current-listings .property a.container, .homepage .suburb-profiles a {
    padding-bottom: 100%
  }

  .search-order a {
    padding: 0 7px
  }

  .thumbview .listing .container {
    min-height: inherit
  }

  .thumbview .listing .overview {
    padding: 28px
  }

  .thumbview .listing .rooms-price {
    position: static;
    margin: 0;
    padding: 0
  }

  .thumbview .thumbview-item {
    padding-bottom: 0
  }

  .listview .listing figure, .listview .listing .overview {
    float: none;
    width: auto
  }

  .listview .listing figure {
    height: auto;
    padding: 0
  }

  .listview .listing figure img {
    position: static;
    width: 100%;
    height: auto
  }

  .listview .listing figure img, .listview .listing:hover figure img {
    -webkit-transform: none;
    transform: none
  }

  .listview .listing p.description {
    margin: 14px 0
  }

  .listview .listing .rooms-price {
    position: static
  }

  #map_canvas {
    padding-bottom: 100%
  }

  #agents .agent section {
    padding: 14px
  }

  #agents .agent p.email {
    position: static
  }

  header#lead.alt h1.page-title span.breadcrumbs {
    line-height: 1.5
  }

  #agent .details {
    float: none;
    width: auto;
    padding: 0 0 28px
  }

  #agent .details p.message {
    display: block
  }

  #agent .details p a {
    display: block;
    margin: 0 0 1px;
    padding: 10px 0;
    color: #fff;
    background: #363638;
    text-align: center
  }

  #agent .details p a span.number {
    display: none
  }

  #agent .details p a span.text {
    display: inline
  }

  #agent .details p i.fa {
    width: auto;
    padding: 0 3.5px 0 0
  }

  #agent .description {
    float: none;
    width: auto;
    padding: 0
  }

  .mf-walkscore .mfp-iframe-scaler {
    padding-top: 145%
  }

  #location-info.suburb .section.map #map_canvas {
    padding-bottom: 100%
  }

  .listings-table table, .listings-table tbody, .listings-table tr, .listings-table td {
    display: block
  }

  .listings-table tr.row-date td.col-date {
    padding: 14px 0;
    border-bottom: none;
    text-align: center
  }

  .listings-table tr.row-date:first-child td.col-date {
    padding: 0 0 14px
  }

  .listings-table tr.row-property {
    margin: 0 0 14px;
    padding: 14px 14px 7px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1)
  }

  .listings-table tr.row-property td {
    position: relative;
    padding: 0 0 7px 35%;
    border-bottom: none;
    text-align: left
  }

  .listings-table tr.row-property td:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    font-weight: 600
  }

  .listings-table td.col-address:before {
    content: "Address:"
  }

  .listings-table td.col-times:before {
    content: "Date:"
  }

  .listings-table td.col-rooms:before {
    content: "Rooms:"
  }

  .listings-table td.col-agent:before {
    content: "Agent:"
  }
}

#online-form .return {
  margin-bottom: 30px
}

#online-form .return span.updated {
  display: block;
  background-color: #d6e7e3 !important;
  color: #11b7ed !important;
  border: 1px solid #11b7ed !important;
  margin-bottom: 7px;
  padding: 7px 20px;
  border-radius: 3px
}

#online-form .return span.updated:before {
  content: "\f046" !important;
  font-family: 'FontAwesome';
  font-size: 16px;
  margin-right: 10px
}

#online-form .return span {
  display: block;
  background-color: #f3ddde;
  color: #7e2c21;
  border: 1px solid #7e2c21;
  margin-bottom: 7px;
  padding: 7px 20px;
  border-radius: 3px
}

#online-form .return span:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 16px;
  margin-right: 10px
}

#online-form .return br {
  display: none
}

.social-media {
  padding: 15px 0 60px;
  background-color: #f5f3f2
}

.social-media h2 {
  font-size: 40px;
  padding: 15px 0 30px
}

.social-media .side-block {
  height: 370px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 30px;
  margin-bottom: 30px;
  display: inline-block
}

.widget-easy-twitter-feed-widget-global-wrapper {
  overflow-y: visible !important
}

.pw-wrap.pw-widget.pw-profile-widget {
  overflow-y: initial !important
}

.social-media>.side-block #news_articles_ul {
  background: #fff;
  padding: 10px;
  margin: 8px;
  height: 370px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #11b7ed
}

.ui-widget-content[aria-hidden="true"] {
  display: block !important;
  height: 0px;
  overflow: hidden
}

.ui-widget-content[aria-hidden="false"] {
  display: block !important;
  height: auto
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha, #user_management_page img#captcha-image {
  width: auto !important
}

@media screen and (min-width: 768px) {
  #login form {
    width: 40%;
    margin: 0 auto
  }
}

#login form .button, #login form input.btn {
  width: auto;
  border-radius: 4px
}

.button.logout {
  margin-left: 5px
}

.testimonial-group {
  margin-bottom: 15px
}

.testimonial-user {
  padding-bottom: 15px;
  font-weight: bold
}

.testimonial-content {
  border-bottom: 1px dashed #ddd;
  margin: 5px 0
}

.testimonial-from {
  display: block;
  font-weight: bold;
  text-align: right;
  padding: 15px 0
}

.rate-agent {
  margin: 15px 0
}

.request-form-request {
  margin-top: 30px
}

.request-form-request li {
  margin-bottom: 20px
}

#resources .download>p {
  position: relative;
  padding-left: 35px !important
}

#resources .download>p:after {
  font-family: 'FontAwesome';
  content: "\f0f6";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px
}

#resources #entry .outer-box {
  margin-bottom: 50px
}

#resources #entry .outer-box:after {
  display: table;
  content: '';
  clear: both
}

#resources #entry .box {
  text-align: center;
  float: left;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px
}

#resources #entry .box a.image {
  display: block;
  padding-bottom: 120%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px
}

#resources #entry .box a img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#resources #entry .box h4 {
  text-align: center !important
}

#resources #entry .box h4 {
  font-size: 26px
}

#resources #entry .box h4 span {
  display: block
}

#resources #entry .outer-sec h4 a img {
  display: block;
  margin: 0 auto
}

@media screen and (max-width: 992px) {
  #resources #entry .box {
    width: 50%
  }
}

@media screen and (max-width: 767px) {
  #resources #entry .box {
    width: 100%
  }
}

.page-id-75 #entry .row [class*='col-'] .gform_wrapper, .page-id-439 #entry .row [class*='col-'] .gform_wrapper, .page-id-435 #entry .row [class*='col-'] .gform_wrapper {
  width: 100%
}

.page-id-65 #entry .row [class*='col-'], .page-id-35 #entry .row [class*='col-'], .page-id-507 #entry .row [class*='col-'], .page-id-75 #entry .row [class*='col-'], .page-id-439 #entry .row [class*='col-'], .page-id-435 #entry .row [class*='col-'] {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px
}

.page-id-65 #entry .row [class*='col-']>img, .page-id-35 #entry .row [class*='col-']>img, .page-id-507 #entry .row [class*='col-']>img, .page-id-75 #entry .row [class*='col-']>img, .page-id-439 #entry .row [class*='col-']>img, .page-id-435 #entry .row [class*='col-']>img {
  width: 100%;
  margin-top: 30px
}

.page-id-65 #manage_profile .cf-ol.left, .page-id-35 #manage_profile .cf-ol.left, .page-id-65 .section-form .button-wrap, .page-id-35 .section-form .button-wrap, .page-id-75 #manage_profile .cf-ol.left, .page-id-439 #manage_profile .cf-ol.left, .page-id-75 .section-form .button-wrap, .page-id-439 .section-form .button-wrap, .page-id-435 #manage_profile .cf-ol.left, .page-id-435 .section-form .button-wrap {
  width: 100%
}

@media screen and (max-width: 767px) {
  .page-id-65 #entry .row [class*='col-'], .page-id-35 #entry .row [class*='col-'], .page-id-507 #entry .row [class*='col-'], .page-id-75 #entry .row [class*='col-'], .page-id-439 #entry .row [class*='col-'], .page-id-435 #entry .row [class*='col-'] {
    float: none;
    width: auto
  }
}

#contact-us .gform_wrapper {
  margin-top: 0 !important
}

#contact-us .entry-inner .contact-table {
  margin-top: 15px
}

#contact-us .entry-inner>h3 {
  clear: both
}

.text.desc ul {
  margin: 0 0 14px 0px
}


/*
Task : 14990269
Date Modified : October 17, 2019
*/



nav[role="navigation"] > ul.menu > li {
  text-transform: uppercase;
}

nav[role="navigation"] ul.sub-menu a {
  text-transform: capitalize;
}

#sell .default #entry p,
#open-inspections .realty #entry p {
    text-align: center
} 

#login .logo {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 50%;
}

#login .logo a img {
    height: auto;
    width: 100%;
    position: absolute;
    display: block;
}

#meet-the-team #agents .agent figure {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

#meet-the-team #agents .agent figure img {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top center;
    text-transform: capitalize;

}

#meet-the-team #agents .agent p.name a {
    text-transform: capitalize;
}

.image_property .slider .image {
    position: relative;
    height: 0;
    padding-bottom: 70%;
}

.page-child #entry .image_property img {
    width: 100%;
    max-width: 600px;
    margin: 0;
    height: 100%;
    position: absolute;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.no_properties {
    text-align: center;
    margin: 20px;
}

.homepage .keep-text-wrap .col-list:nth-of-type(2) .image-box img,
.homepage .keep-text-wrap .col-list:nth-of-type(3) .image-box img {
    top: 0;
    -webkit-transform: unset !important; 
    -ms-transform: unset !important;
    transform: unset;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    height: 100%;
    transform: unset !important;
}

.homepage .homepage-text-wrap .par .image-box img,
.homepage .keep-text-wrap .image-box img {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100%;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    object-fit: cover;
    object-position: center;
}

.homepage .parallax-wrap .col-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.homepage .parallax-wrap .col-buttons .col-list {
    width: calc(25% - 15px);
    padding: 0 15px;
    flex-grow: 1;
    text-align: center;
}

.homepage .keep-text-wrap .title-button {
    text-transform: uppercase;
    font-size: unset !important;
    letter-spacing: 1px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 5px
}

.homepage .keep-text-wrap .section-title {
    margin-bottom: 30px
}


@media screen and (max-width: 992px) {
  .homepage .parallax-wrap .col-buttons .col-list {
      width: calc(50% - 15px);
  }

  .parallax-wrap .par {
    width: 50% !important
  }
}

@media screen and (max-width: 768px) {
  .homepage .parallax-wrap .col-buttons .col-list {
      width: calc(50% - 15px);
  }

  .parallax-wrap .par {
    width: 50% !important
  }
}

@media screen and (max-width: 600px) {
  .homepage .parallax-wrap .col-buttons .col-list {
      width: calc(100% - 15px);
  }

  .parallax-wrap .par {
    width: 100% !important
  }
}

.listing-slides li.slide figure a img, .no-slides .slide figure a img {
    margin: 0 !important;
    height: 100% !important;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    object-fit: cover;
    object-position: center;
}

.homepage #listingsgroup .listing-slides li.slide figure {
  overflow: hidden !important;
}

.homepage .homepage-text-wrap {
  padding-top: unset;
  padding-bottom: 40px
}

.listing-slides li.slide figure a, .no-slides .slide figure a {
  height: 0 !important
}

/*
Task : 15043833
Date Modified : October 22, 2019 */

.parallax-wrap .par .link.button {
  background: #000000 !important;
}

.homepage .section.slideshow .outer-search .search_quick-wrap select,
.homepage .section.slideshow .outer-search .search_quick-wrap button {
  background: #000000 !important;
}

.homepage .carousels .direction a:hover {
  color: #666 !important
}

#footer .section .title, #footer .section-title,
.carousels .direction a {
  color: #fff !important
}

nav[role="navigation"] ul.menu > li:hover > a, nav[role="navigation"] ul.menu > li.current-menu-ancestor > a, nav[role="navigation"] ul.menu > li.current-menu-parent > a, nav[role="navigation"] ul.menu > li.current-menu-item > a {
    border-bottom: 2px solid #8a8989;
    color: #8a8989;
}

nav[role="navigation"] ul.sub-menu,
.realty_widget_quick_search_3, .realty_widget_quick_search_5, .search,
input[type="submit"], input[type="button"], a.button, button {
  background: #888 !important
}

.thumbview-item .rooms li,
i.icon-bed::after,
i.icon-car::after,
i.icon-bath::after {
  color: #000 !important
}

i.icon-bed::after,
i.icon-car::after,
i.icon-bath::after {
  display: none
}

#footer .socials a:hover {
  background: #888 !important;
  color: #fff !important
}

.parallax-wrap .par .link.button:hover {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

 #agents .agent:hover section {
  background: #fff !important;
  color: #000 !important
 }

 #agents .agent section {
  background: #000 !important;
  color: #fff !important
 }

 #agents .agent p a {
  color: #fff!important
 }

.search_quick-wrap input[type="submit"], .btn, button {
  color: #fff
}

.thumbview .listing.column:hover .container section p.suburb,
.thumbview .listing.column:hover .container .rooms li,
.thumbview .listing.column:hover .container i.icon-bed::after,
.thumbview .listing.column:hover .container i.icon-car::after,
.thumbview .listing.column:hover .container i.icon-bath::after {
    color: #fff !important;
}

.result-text {
  color: #888 !important
}

.search-order a.active, .search-order a:hover {
    opacity: 1;
    color: #000 !important;
    box-shadow: 0 -3px 0 rgb(0, 0, 0) inset !important;
}

.homepage .section.slideshow {
    border-bottom: 5px solid #888 !important ;
}

#property-actions p:nth-last-child(-n+3) a.video {
    display: none;
}

.homepage #listingsgroup .listing-slides li.slide .group-slide:hover .rooms-price ul.rooms li i::after {
    color: #000 !important;
}

#gform_ajax_spinner_6,
#gform_ajax_spinner_3  {
	width: 25px !important
}

#gform_submit_button_6:hover {
    background: #fff !important;
}

/*
Task : 15043833
Date Modified : October 23, 2019 */

#footer .socials a {
    background: #fff !important;
}

#footer .socials i.fa {
  color: #000000 !important
}

#footer .socials a:hover i.fa {
  color: #fff !important
}

#mobile-tools a {
  border: 1px solid transparent;
}

#mobile-tools a:hover {
    background: rgba(161, 161, 161, 0.75);
    color: #000;
}

.cycle-slideshow .cycle-pager span {
  background: rgba(153, 153, 153, 0.75);
}

.homepage .carousels .direction a {
    color: #000 !important;
}

/*.homepage #listingsgroup .listing-slides li.slide {
  background: #e8e8e8 !important
}*/

.homepage #listingsgroup .listing-slides li.slide .group-slide {
  background: #e8e8e8 !important;
  margin: 10px 10px 0 0
}

.homepage #listingsgroup .listing-slides li.slide {
    background: transparent !important;
}

.listing-slides li.slide p.suburb, .no-slides .slide p.suburb,
.homepage #listingsgroup .listing-slides li.slide .rooms-price li, 
.homepage #listingsgroup .listing-slides li.slide .rooms-price i::after {
  color: #000 !important
}

.homepage #listingsgroup .listing-slides li.slide .rooms-price {
    border-top: 1px solid #000 !important;
}

.listing-slides li.slide section > p, 
.no-slides .slide section > p, 
.listing-slides li.slide .property-description, 
.no-slides .slide .property-description {
    color: #000 !important;
}

.homepage #listingsgroup .listing-slides li.slide .group-slide:hover {
  background: #000 !important;
  color: #fff !important
}

/*.homepage .listing-slides li.slide:hover section p.suburb,
.homepage .listing-slides li.slide:hover section p.address,
.homepage #listingsgroup .listing-slides li.slide .group-slide:hover .rooms-price li {
  color: #fff !important
}*/

.homepage #listingsgroup .listing-slides li.slide .group-slide:hover .rooms-price {
  border-top: 1px solid #fff !important;
}

input[type="submit"] {
  background: #000 !important;
  border: 1px solid transparent;
}

input[type="submit"]:hover {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important
}

.image-property .slick-prev:hover::before, 
.image-property .slick-next:hover::before {
  color: #000 !important
}

button,a.button{
  background: #000 !important;
  color: #fff !important
}

button:hover,a.button:hover {
  background: #fff !important;
  color: #000 !important
}

.button-view a.button {
    background: #fff !important;
    border: 2px solid #000 !important;
    color: #000 !important
}

.button-view a.button > span i {
    background: #000 !important;
}

.button-view a.button:hover {
    background: #000 !important;
    color: #fff !important
}

.button-view a.button:hover > span i {
    background: #fff !important;
    color: #000 !important
}

.homepage .section.slideshow .outer-search .search_quick-wrap select {
  -webkit-appearance :none;
}

.homepage .section.slideshow .outer-search .search_quick-wrap .search_selection::after {
    content: "\f107";
    color: #fff;
    position: absolute;
    right: 15px;
    pointer-events: none;
    font-family: "FontAwesome";
    top: 6px;
}


.thumbview .thumbview-item, .thumbview .listing.column .container {
  background: #fff !important;
  color: #000 !important
}

.thumbview-item .top-header span.price {
  color: #000 !important
}

.thumbview .listing p.suburb {
  color: #000
}

.thumbview .thumbview-item:hover, .thumbview .listing.column:hover .container {
  color: #fff !important
}

.search-order a {
  color: #888
}

.listings-table td a:hover {
    color: #888 !important;
}

#property-media #gallery .direction i.fa {
  color: #000 !important
}

#property-media #gallery .cycle-pager span.cycle-pager-active {
  background-color: #000 !important
}

#property-address-icon .suburb {
    color: #000 !important;
}

/*#property-address-icon .address {
  color: #b6b5b5 !important
}

#property-address-icon .icon ul {
    color: #fff !important;
}
*/
/*#property-address-icon .icon ul li i {
  display: inline-block;
}*/


.homepage .section.slideshow .outer-search .search_quick-wrap button:hover {
  background: #cfc9c9  !important
}

#agents .agent:hover section p.name a, #agent .details p:hover a {
  color: #000 !important
}

#agents .agent:hover * {
    color: #000 !important;
}

#agent .tabs-nav li.active a {
    opacity: 1;
    color: rgb(0, 0, 0);
    box-shadow: 0 -3px 0 rgb(0, 0, 0) inset;
}

.tabbed .tab-nav a:hover, #agent .tabs-nav a:hover {
    opacity: 1;
    color: rgb(0, 0, 0);
    box-shadow: 0 -3px 0 rgb(0, 0, 0) inset;
}

.parallax-wrap .par a.link {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}


.sticker.sold, .ribbon.sold {
  background: rgba(0,0,0,0) url(images/listing-sticker_sold.png) no-repeat scroll -2px 0 / 100% auto !important;
}

.sticker.under_offer, .ribbon.under_offer {
    background: url(images/listing-sticker_under-offer.png) no-repeat scroll -2px 0 / 100% auto !important;
    left: 0;
    top: 0;
}

.listing .sim_link.last a {
    color: #fff !important;
}

.listing.column:hover li.sim_link a {
    color: #000 !important;
}

#about-us #content {
    min-height: calc(100vh - 363.75px);
}

#contact-us #content {
    min-height: calc(100vh - 163.75px);
}

@media screen and (max-width: 768px){
    .toggle-menu.shrink i.fa {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
}

/*.gform_wrapper.gform_validation_error .top_label select.medium {
    border: 1px solid #790000;
}*/

.gfield_error #input_6_8,
.gfield_error #input_3_8 {
    border: 1px solid 
    #790000;
}

@media only screen and (min-width: 641px){
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
}

.fa-caret-right.collapsed::before {
  content: "\f0d7" !important;
}

#property .property .group {
    width: 75.84799%;
}

/*#property-address-icon .icon ul li.bedrooms,
#property-address-icon .icon ul li.bathrooms,
#property-address-icon .icon ul li.carspaces {
  background-image: unset;
}*/

/*#property-address-icon {
    background-color: #000 !important;
}*/

#property-media #gallery .cycle-slideshow {
  background: #909090;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 0 !important;
}

.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before {
    opacity: 1;
    color: #000 !important;
}

/*Update October 24, 2019*/

.homepage .section .title {
	text-align: center;
}

.gform_wrapper ul.gform_fields li.gfield {
	max-width: calc(100% - 16px) !important;
}

i.icon-bed {
    background-image: url(images/icons/black-icon-bed.png) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

i.icon-bath {
    background-image: url(images/icons/black-icon-bath.png) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

i.icon-car {
    background-image: url(images/icons/black-icon-car.png) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

ul.rooms li i {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: baseline !important;
    margin-bottom: -2px
}

/*.carousels li.slide:hover .rooms i.icon-bed,
.carousels li.slide:hover .rooms i.icon-bath,
.carousels li.slide:hover .rooms i.icon-car,*/
.listing:hover i.icon-bed,
.listing:hover i.icon-bath,
.listing:hover i.icon-car {
  filter: invert(100%);
}

.homepage .listing-slides li.slide .group-slide:hover section p, 
.homepage #listingsgroup .listing-slides li.slide .group-slide:hover .rooms-price li {
  color: #fff !important
}

.carousels li.slide:hover .group-slide:hover .rooms i.icon-bath,
.carousels li.slide:hover .group-slide:hover .rooms i.icon-bed,
.carousels li.slide:hover .group-slide:hover .rooms i.icon-car   {
  filter: invert(100%);
}

/*Updates October 25, 2019*/

body#about-us .default,
body#about-us .title .page-title,
body#contact-us .default,
body#contact-us .title .page-title,
body#contact-us .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    font-family: 'Arial', sans-serif;
}

#about-us .group .contact-image {
    width: 100%;
}

#team .profile .contacts .contact {
    display: flex;
    justify-content: center;
}

#team .profile .contacts .contact span:first-child {
    order: 2;
}

#team .profile .contacts .contact span:not(first-child) {
    order: 1;
}

#team .profile .contacts .contact span {
    margin: 0 5px;
}

.gform_not_found {
    text-align: center;
}

#agent .tabs-nav {
  text-transform: capitalize;
}

#agent .section h2.section-title, #agent p.title {
  text-transform: capitalize;
}

#property-actions p > a:first-child {
  background-size: contain !important
}

#property-actions p.popup-gallery a {
    background: url('images/property-tools_gallery.png') !important;
    background-size: 100% !important;
    background-position: center !important;
}

#property-actions p.popup-gallery a:hover {
  filter: invert(100%);
}

#property-actions p a[title="Email"] {
  background: url('images/property-tools_email.png') !important;
  background-size: 100% !important;
  background-position: center !important;
}

#property-actions p a[title="Email"]:hover {
  filter: invert(100%);
}

#property-actions p a[title="Brochure"] {
  background: url('images/property-tools_brochure.png') !important;
  background-size: 100% !important;
  background-position: center !important;
}

#property-actions p a[title="Brochure"]:hover {
  filter: invert(100%);
}

#property-actions p a[title="Map"] {
  background: url('images/property-tools_map.png') !important;
  background-size: 100% !important;
  background-position: center !important;
}

#property-actions p a[title="Map"]:hover {
  filter: invert(100%);
}

#property-actions p a[title="Walkscore"] {
  background: url('images/property-tools_walkscore.png') !important;
  background-size: 100% !important;
  background-position: center !important;
}

#property-actions p a[title="Walkscore"]:hover {
  filter: invert(100%);
}

#property-actions p a[title="Floorplan"] {
  background: url('images/property-tools_floorplan.png') !important;
  background-size: 100% !important;
  background-position: center !important;
}

#property-actions p a[title="Floorplan"]:hover {
  filter: invert(100%);
}

/*Update October 28, 2019*/

#header .socials .outer-phone span {
    color: #fff;
}

#header .outer-phone .phone:hover {
    text-decoration: underline;
}

.gform_confirmation_message {
  text-align: center;
}


#about-us .default #entry {
    display: table;
}

#about-us .default article#entry p:nth-child(1) {
    width: calc(50% - 40px);
    float: left;
    margin: 0 20px;
}

#about-us .default article#entry p:nth-child(n+2) {
    width: 50%;
    float: left;
}

#header .hgroup img {
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 768px) {
  #about-us .default article#entry p:nth-child(1) {
    width: calc(100% - 40px);
    float: left;
    margin: 0 20px;
  }

  #about-us .default article#entry p:nth-child(n+2) {
    float: left;
    margin: 0 20px;
    width: calc(100% - 40px);
    padding: 10px 0
  }
}

.homepage .section.rentals_leasing .button-view a.button {
    background: #EEE !important;
}

.homepage .section.rentals_leasing .button-view a.button:hover {
    background: #000 !important
}

.homepage .section.rentals_leasing .button-view a.button:hover > span i {
    background: #EEE !important;
}

@media screen and (max-width: 768px) {
  .gfield_description.validation_message {
    padding-left: 0% !important
  }
}

#terms-conditions.page-id-264 #content {
    min-height: calc(100vh - 163.917px) !important;
}

#request-rental-appraisal.page-id-102 #content {
    min-height: calc(100vh - 163.917px) !important;
}

#request-sales-appraisal.page-id-138 #content {
    min-height: calc(100vh - 163.917px) !important;
}

#open-inspections.page-id-120 #content {
    min-height: calc(100vh - 163.75px) !important;
}

#content {
	min-height: calc(100vh - 163.75px) !important;
}

@media screen and (max-width:1151px) {
  #sidenav {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      background:#000 url(images/sidenav.png) 0 0 repeat-y;
      z-index: 4;
      transform: unset;
      -webkit-transform: unset;
      opacity: 0.9;
      transform: translateY(-100%);
      transition-duration: .4s;
      transition-timing-function: ease-out;
  }

  #sidenav ul.menu a {
      color: #fff;
    }

  #sidenav ul.menu li:hover > a, #sidenav ul.menu li.shrink > a, #sidenav .logins a:hover {
      background: #5d5d5d;
    }

  .socials .phone {
      color: #fff;
    }

  #sidenav .socials {
      color: #fff;
  }

  #sidenav ul.menu li i, #sidenav ul.menu li ul li i {
    color: #fff;
  }

  .socials a span:hover {
    text-decoration: underline;
    color: #fff;
  }

  #page.shrink #sidenav {
    display: unset;
    transform: translateY(0px);
  }

  #sidenav.hidden {
    display: unset;
  }

  #sidenav-overlay {
    display: none;
  }

  #page.shrink #sidenav-overlay {
    display: none;
  }

  #sidenav li > ul.sub-menu > li a {
    padding-left: 40px;
  }

  #sidenav li > ul.sub-menu > li {
    padding-left: unset !important;
  }

}

#page.shrink {
    -webkit-transform: unset;
    transform: unset;
}

#menu-main-menu-1 {
    margin-top: 75px;
}

#header {
  z-index: 7
}

.toggle-menu.shrink::after {
    content: "\f00d";
    font-family: "FontAwesome";
    color: #fff;
    text-align: ;
    right: 20px;
    position: absolute;
    bottom: 0;
    top: 10px;
    font-size: 25px;
}

.toggle-menu.shrink i.fa {
    -webkit-transform: unset;
    transform: unset;
    display: none;
}

.close::before, .close::after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color:
    #333;
}

.thumbview .thumbview-item:hover .overview, .thumbview .thumbview-item:hover .rooms-price {
background :#000 !important;
}