@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 16px;
}

body {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  line-height: normal;
  font-weight: 400;
  color: #767779;
  background: white;
  margin: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: 0;
}

p {
  line-height: 1.6em;
  margin: 0.8em 0;
}

a {
  color: #0068a7;
  font-weight: normal;
  text-decoration: none;
  background: transparent;
}

p a:hover {
  color: #007bc6;
}

.missing-pages h1 {
    color: #0068a7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 22px 0 12px;
  color: #0068a7;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  font-size: 40px;
  font-size: 5vw;
  color: white;
}

@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 880px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 19px;
}

.uni-font {
  font-family: "Uni Sans W01", Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.uni-font strong {
  font-weight: 700;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  box-sizing: content-box;
}

@media (min-width: 480px) {
  .wrapper {
    padding: 0 30px;
  }
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

@media (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 800px) {
  .desktop-only {
    display: block;
  }
}

.font-size-1 {
  font-size: 18px;
}

.font-size-1 #main-nav ul.menu a {
  font-size: 17px;
}

@media (min-width: 1025px) {
  .font-size-1 #main-nav ul.menu a {
    padding: 44px 11px;
  }
}

.font-size-2 {
  font-size: 20px;
}

.font-size-2 #main-nav ul.menu a {
  font-size: 18px;
}

@media (min-width: 1025px) {
  .font-size-2 #main-nav ul.menu a {
    padding: 44px 8px;
  }
}

header.page-header {
  background: #fff;
  border-bottom: 5px solid #e5e5e5;
}

header.page-header #logo {
  display: block;
  width: 150px;
  max-width: 80%;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 1125px) {
  header.page-header #logo {
    display: inline-block;
  }
}

header.page-header .header-nav {
  display: block;
}

footer {
  color: #fff;
  overflow: hidden;
  text-align: center;
}

footer .wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}

footer .social {
  background: #0068a7;
}

footer .social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background-size: 55% auto;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  margin: 4px 2px;
  border: 1px solid white;
  background-position: 7px 6px;
  margin-right: 10px;
}

footer .social a:hover {
  background-color: #007bc6;
}

footer .social a.facebook {
  background-image: url("../img/icon_facebook.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

footer .footer-note {
  background: #636466;
}

footer .footer-note .note-content {
  position: relative;
  min-height: 75px;
  vertical-align: middle;
  display: block;
}

footer .footer-note .footer-logo {
  width: 40%;
}

.legal a {
	color: white;
}

@media (min-width: 680px) {
  footer .footer-note .footer-logo {
    width: 13%;
  }
}

footer .footer-note .sore {
  display: block;
  margin: 0 auto;
}

@media (min-width: 680px) {
  footer .footer-note .sore {
    position: absolute;
    right: 0;
    top: 0;
  }
}

footer .footer-note .belswan {
  display: block;
  margin: 0 auto;
}

@media (min-width: 680px) {
  footer .footer-note .belswan {
    position: absolute;
    left: 0;
    top: 0;
  }
}

footer .footer-note .legal {
  width: 70%;
  text-align: center;
  margin: 0px auto;
  vertical-align: middle;
  padding: 20px 0;
}

footer a.back-to-top {
  background: #636466;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

footer a.back-to-top.hover {
  opacity: 0.8;
}

footer .disclaimer {
  background: #e5e5e5;
  color: #000;
}

footer .disclaimer h6 {
  color: #000;
  margin-top: 0;
  font-size: 1.188rem;
}

footer a#starfish {
  background: url(../img/starfish.png) top left no-repeat;
  vertical-align: middle;
  width: 84px;
  height: 23px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-indent: -9999em;
}

footer a#starfish:hover {
  background-position: bottom left;
}

footer .contact-form {
  display: block;
}

footer .contact-form .wrapper {
  overflow: hidden;
}

@media (min-width: 800px) {
  footer .contact-form .form-content {
    width: 45%;
    margin-right: 1em;
    float: left;
  }
}

@media (min-width: 800px) {
  footer .contact-form .form-enquiry {
    width: 45%;
    float: right;
  }
}

footer .contact-form .form-enquiry label {
  display: none;
}

footer .contact-form .form-enquiry input[type='text'], footer .contact-form .form-enquiry input[type='password'], footer .contact-form .form-enquiry input[type='email'], footer .contact-form .form-enquiry input[type='number'], footer .contact-form .form-enquiry input[type='tel'], footer .contact-form .form-enquiry textarea {
  border: none;
  text-transform: uppercase;
}

footer .contact-form .button, footer .contact-form input[type="submit"] {
  border: 1px solid white;
  margin-top: 10px;
}

#main {
  background: #fff;
  padding: 45px 0;
}

@media (min-width: 680px) {
  #main-column {
    width: 67%;
    float: right;
  }
}

#content {
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

#sidebar {
  width: 26%;
  float: left;
  display: none;
}

@media (min-width: 680px) {
  #sidebar {
    display: block;
  }
}

#sidebar ul, #sidebar li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 10px 0;
}

#sidebar li a {
  color: #767779;
}

#sidebar li a:hover {
  color: #0068a7;
}

#sidebar li.current-menu-item > a, #sidebar li.current-menu-ancestor > a,
#sidebar li.current-cat > a, #sidebar li.current-cat-parent > a {
  color: #0068a7;
}

#sidebar ul ul {
  margin-left: 20px;
}

#sidebar ul ul li a {
  color: #767675;
}

#sidebar h3 {
  margin-top: 0;
}

#sidebar .widget {
  margin-bottom: 30px;
}

nav {
  margin: 0;
  position: relative;
}

nav ul.menu {
  margin: 0 -22px;
  padding: 0;
  font-size: 0;
  z-index: 10;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

nav ul.menu a {
  font-size: 16px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  color: #0068a7;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 22px;
  overflow: hidden;
  transition-duration: 0.1s;
  letter-spacing: 1px;
}

nav ul.menu li:hover > a, nav ul.menu li.current-menu-item > a, nav ul.menu li.current-menu-ancestor > a {
  color: #0068a7;
  text-decoration: underline;
}

nav ul.sub-menu {
  display: none;
}

#main-nav {
  position: absolute;
  right: 0px;
  bottom: 0;
}

@media (min-width: 1025px) {
  #main-nav {
    bottom: 2px;
    right: 30px;
    max-width: 74%;
  }
}

#main-nav ul.menu {
  display: none;
  position: absolute;
  right: 0;
  top: -105px;
  margin: 0;
  width: 320px;
  text-align: left;
  background: #bfbfbf;
}

@media (min-width: 1125px) {
  #main-nav ul.menu {
    display: block !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 -22px;
    width: auto;
    position: static;
    background: transparent;
  }
}

#main-nav ul.menu li {
  display: block;
  border-top: 1px solid #d3d4d5;
}

#main-nav ul.menu li:first-child {
  border-top: 0;
}

@media (min-width: 1025px) {
  #main-nav ul.menu li {
    border-top: none;
  }
}

#main-nav ul.menu a {
  display: block;
  padding: 12px 20px;
}

@media (min-width: 1125px) {
  #main-nav ul.menu a {
    padding: 44px 14px;
    vertical-align: middle;
    line-height: 16px;
    white-space: nowrap;
  }
}

#main-nav ul.menu > li:hover > a {
  color: #0068a7;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  #main-nav ul.menu > li:hover > a {
    color: #0068a7;
    text-decoration: underline;
  }
  #main-nav ul.menu > li:hover > ul.sub-menu {
    display: block !important;
  }
}

#main-nav ul.menu > li.current-menu-item:hover > a, #main-nav ul.menu > li.current-menu-ancestor:hover > a {
  color: #0068a7;
  text-decoration: underline;
}

#main-nav ul.menu > li.current-menu-item.menu-item-has-children:after, #main-nav ul.menu > li.current-menu-ancestor.menu-item-has-children:after {
  border-color: #0068a7;
}

#main-nav ul.menu > li.current-menu-item > ul.sub-menu, #main-nav ul.menu > li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

@media (min-width: 1025px) {
  #main-nav ul.menu > li.current-menu-item > ul.sub-menu, #main-nav ul.menu > li.current-menu-ancestor > ul.sub-menu {
    display: none;
  }
}

#main-nav ul.menu > li.menu-item-has-children:after {
  content: ' ';
  border: 3px solid #767779;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 14px;
  right: 17px;
}

#main-nav ul.menu > li.menu-item-has-children.expanded:after {
  border-width: 3px 0 0 3px;
  top: 19px;
}

#main-nav ul.menu > li.menu-item-has-children > a {
  margin: 0 50px 0 0;
}

@media (min-width: 1025px) {
  #main-nav ul.menu > li.menu-item-has-children:after {
    display: none;
  }
  #main-nav ul.menu > li.menu-item-has-children > a {
    margin: 0;
  }
}

#main-nav ul.sub-menu {
  width: 100%;
  position: static;
  background: #fcfcfc;
  border-top: 1px solid #d3d4d5;
  margin: 0;
  padding: 0;
}

#main-nav ul.sub-menu a {
  border: none;
  color: #767779;
  font-weight: bold;
  padding-left: 30px;
}

#main-nav ul.sub-menu li.current-menu-item > a, #main-nav ul.sub-menu li.current-menu-ancestor > a {
  color: #0068a7;
}

#main-nav ul.sub-menu li {
  border-top: 1px solid #d3d4d5;
}

@media (min-width: 1025px) {
  #main-nav ul.sub-menu {
    background: #bfbfbf;
    border-top: 0;
    position: absolute;
    text-align: left;
    top: 48px;
    left: 0;
    padding: 15px 20px 25px;
    z-index: 100;
    width: 215px;
  }
  #main-nav ul.sub-menu a {
    padding: 5px 0;
    display: block;
  }
  #main-nav ul.sub-menu li {
    display: block;
    border-top: none;
  }
  #main-nav ul.sub-menu li:hover > a {
    color: #00874b;
  }
}

.mobile-menu {
  position: absolute;
  top: -32px;
  right: 15px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0 35px 0 0;
  color: #0068a7;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.mobile-menu:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 4px;
  background: #0068a7;
  box-shadow: 0 16px 0 0 #0068a7, 0 8px 0 0 #0068a7;
}

.mobile-menu.expanded:after {
  box-shadow: none;
  top: 8px;
  height: 5px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

.mobile-menu.expanded:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 8px;
  width: 27px;
  height: 5px;
  background: #0068a7;
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 1125px) {
  .mobile-menu {
    display: none;
  }
}

#footer-nav ul.menu {
  display: block;
}

#footer-nav ul.menu a {
  color: #fff;
  font-size: 13px;
}

.header-meta {
  background: #e5e5e5;
  color: #ffffff;
  text-align: right;
  font-size: 15px;
  overflow: hidden;
  vertical-align: middle;
  font-weight: medium;
  padding-right: 30px;
  border-bottom: 1px solid #c2c3c4;
}

@media (min-width: 1125px) {
  .header-meta {
    padding-right: 0;
  }
}

.header-meta a {
  color: #767779;
  font-weight: 500;
  display: inline-block;
  padding: 8px 6px 8px 7px;
}

@media (min-width: 680px) {
  .header-meta a {
    padding: 8px 13px 8px 17px;
    border-left: 1px solid #c2c3c4;
  }
}

.header-meta a:hover {
  opacity: 0.8;
}

.header-meta .text {
  display: none;
}

@media (min-width: 680px) {
  .header-meta .text {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }
}

.header-meta .icon {
  background: #719fca;
  border-radius: 100%;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 3px;
  vertical-align: middle;
}

.header-meta a.facebook {
  border-right: 1px solid #c2c3c4;
  margin-right: 15px;
  display: none;
}

@media (min-width: 520px) {
  .header-meta a.facebook {
    display: inline-block;
  }
}

.header-meta .material-icons {
  color: white;
  font-size: 17px;
}

.header-meta .font-size {
  font-size: 10px;
  color: white;
  font-weight: normal;
}

.header-meta .font-size span {
  font-size: 14px;
}

.header-meta form {
  margin: 0;
}

.header-meta .search {
  display: inline-block;
}

.header-meta .search input[type="text"] {
  width: 110px;
  padding: 4px 10px;
  height: 25px;
  border: none;
  font-size: 0.8rem;
}

.header-meta .search input[type="submit"] {
  background: #719fca url("../img/search.svg");
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border-radius: 100%;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 3px;
  vertical-align: middle;
  margin-right: 5px;
  text-indent: -9999px;
}

.top-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  height: 250px;
}

@media (min-width: 800px) {
  .top-banner {
    height: 350px;
  }
}

.inner-heading {
  text-align: center;
  background: url(../img/heading-bg.png) no-repeat center center;
  background-size: cover;
  min-height: 125px;
  color: white;
  text-transform: uppercase;
  padding: 37px 0 30px;
}

.inner-heading h1 {
  margin: 0;
  vertical-align: middle;
}

.home #content {
  min-height: inherit;
}

.home-content {
  background: url(../img/content-bg.png) no-repeat center center;
  color: white;
  padding: 50px 0;
  display: block;
  overflow: hidden;
  background-size: cover;
}

@media (min-width: 680px) {
  .home-content {
    padding: 100px 0;
  }
}

.home-content p {
  margin-top: 0;
  line-height: 1.8em;
}

.home-content .wrapper {
  max-width: 950px;
}

.home-content .content-description a {
  color: white;
  text-decoration: underline;
}

@media (min-width: 680px) {
  .home-content .content-description {
    float: left;
    width: 65%;
  }
}

h2.content-title {
  color: white;
  margin: 0;
  font-size: 2.19rem;
  line-height: 50px;
}

@media (min-width: 680px) {
  h2.content-title {
    float: left;
    width: 25%;
    margin-right: 5%;
    text-align: right;
  }
}

.locations {
  font-size: 0;
}

@media (min-width: 800px) {
  .locations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.locations .panel {
  min-height: 920px;
  color: white;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
}

.locations .panel .content {
  font-size: 0.95rem;
  max-width: 450px;
  text-align: center;
  display: inline-block;
}

@media (min-width: 800px) {
  .locations .panel {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 60px 40px;
  }
  .locations .panel:first-child {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .locations .panel {
    padding: 60px 85px;
  }
}

.locations .panel .button {
  margin: 20px 0 40px;
}

.locations .panel .map {
  background: #0068a7;
}

.locations .panel .map .map_description {
  padding: 10px;
}

.locations .mandurah-panel {
  background: url(../img/mandurah-bg.png) no-repeat center center;
  background-size: cover;
}

.locations .pinjarra-panel {
  background: url(../img/pinjarra-bg.png) no-repeat center center;
  background-size: cover;
}

.locations .pinjarra-panel .map {
  background: #00874b;
}

.locations .pinjarra-panel .button {
  background: #00874b;
}

.locations h2.content-title {
  float: none;
  width: 100%;
  margin-right: 0;
  text-align: center;
}

.listing-panel {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 60px 0;
  background: #e5e5e5;
}

.listing-panel h2.content-title {
  color: #767779;
  text-align: center;
  float: none;
  margin: 0;
  width: 100%;
}

.info-panel {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 60px 0 60px;
  background: white;
}

@media (min-width: 1025px) {
  .info-panel {
    padding: 60px 0 0;
  }
}

.info-panel .wrapper {
  max-width: 1300px;
}

@media (min-width: 800px) {
  .info-panel .wrapper {
    min-height: 260px;
  }
}

@media (min-width: 1025px) {
  .info-panel .wrapper {
    min-height: 290px;
  }
}

.info-panel h2.content-title {
  color: #767779;
  text-align: left;
  float: none;
  margin: 0;
  width: 100%;
}

.info-panel .consultant {
  display: none;
}

@media (min-width: 1025px) {
  .info-panel .consultant {
    position: absolute;
    bottom: -3px;
    display: inline-block;
    margin: 0;
    left: 0;
    width: 26%;
  }
}

.info-panel .info-content {
  width: 100%;
}

.info-panel .info-content h2 {
  line-height: 43px;
}

.info-panel .info-content .button {
  margin-top: 30px;
}

@media (min-width: 800px) {
  .info-panel .info-content {
    width: calc(100% - 336px);
  }
}

@media (min-width: 1025px) {
  .info-panel .info-content {
    display: inline-block;
    width: calc(100% - 360px);
    margin-right: 2%;
    padding-bottom: 30px;
    padding-left: 27%;
  }
}

.info-panel .info-pack {
  display: none;
}

@media (min-width: 800px) {
  .info-panel .info-pack {
    display: inline-block;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: -24px;
  }
}

@media (min-width: 1025px) {
  .info-panel .info-pack {
    bottom: 5px;
  }
}

#featured-posts {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}

#featured-posts h2 {
  margin-bottom: 30px;
}

.listing-panel h2.content-title {
  margin-bottom: 30px;
}

.listing {
  margin: 0 -7px;
}

@media (min-width: 800px) {
  .listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.item {
  margin: 0 0 23px;
  padding: 0 19px;
  color: white;
}

@media (min-width: 800px) {
  .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    vertical-align: top;
    width: 50%;
    margin-bottom: 39px;
  }
}

@media (min-width: 1025px) {
  .item {
    width: 33.33%;
  }
}

.item .info {
  background: #0068a7;
  padding: 20px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.item h3 {
  margin: 0px 0 4px;
  line-height: 1.0em;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}

.item h3 span.uni-font a {
  font-weight: normal;
  margin-left: 10px;
}

.item h3 a {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.item h3 a:hover {
  opacity: 0.8;
}

.item .date {
  margin-bottom: 15px;
  display: block;
  font-size: 0.875rem;
}

.item p {
  margin: 0;
}

.item a.thumb {
  display: block;
  overflow: hidden;
  text-align: center;
}

.item img {
  width: 100%;
}

.item a.link {
  padding: 10px 20px;
  background: #0068a7;
  color: white;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  display: block;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.item a.link:hover {
  opacity: 0.8;
}

.item .meta {
  color: white;
  text-transform: uppercase;
}

.item .meta a {
  color: white;
  float: right;
  font-weight: 100;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.item .meta a:hover {
  opacity: 0.8;
}

.item.pinjarra .info, .item.pinjarra a.link {
  background: #00874b;
}

.item .feature-image {
  position: relative;
  overflow: hidden;
}

.item .feature-image .sold-banner {
  position: absolute;
  top: 23px;
  left: -96px;
  background: #cf1d18;
  display: block;
  width: 310px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transform: rotate(-35deg);
  padding: 11px 30px;
  line-height: 1;
  color: #fff;
}

@media (min-width: 520px) {
  .item .feature-image .sold-banner {
    font-size: 21px;
    left: -84px;
  }
}

.item .feature-image .sold-banner.status-sold {
  font-size: 24px;
}

@media (min-width: 520px) {
  .item .feature-image .sold-banner.status-sold {
    font-size: 36px;
  }
}

.amenities {
  display: block;
  text-align: right;
}

.amenities .amount {
  display: inline-block;
  padding: 0px 5px 0 10px;
  border-right: 1px dotted white;
  margin-top: 10px;
  font-size: 16px;
}

.amenities .amount:last-child {
  border: none;
  padding-right: 0;
}

.amenities .amount span {
  vertical-align: bottom;
  line-height: 11px;
}

.amenities .amount img {
  width: 35px;
  height: auto;
  margin: 0 5px;
  vertical-align: bottom;
}

.amenities .amount.bathroom img {
  width: 26px;
}

.amenities .amount.car img {
  width: 42px;
}

.amenities .amount.toliet img {
  width: 27px;
}

h2.blog-title {
  color: #0068a7;
}

.blog-item .blog-image {
  display: block;
}

form, .post-content form {
  margin: 25px 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 0px 0 17px;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, .button, input[type=submit], select, .custom-select {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  display: inline-block;
  background: #fff;
  border: 1px solid #d3d4d5;
  color: #767675;
  font-size: 0.875rem;
  line-height: 20px;
  border-radius: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='number']:focus, input[type='tel']:focus, textarea:focus, .button:focus, input[type=submit]:focus, select:focus, .custom-select:focus {
  border-color: #0068a7;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 14px 10px;
  height: 45px;
}

textarea {
  padding: 10px;
  height: 130px;
}

.button, input[type=submit] {
  padding: 11px 30px 10px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #0068a7;
  height: 43px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-weight: bold;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus {
  background: #007bc6;
  color: #fff;
}

form .button, input[type=submit] {
  padding: 11px 30px 14px;
}

select {
  padding: 11px 35px 10px 7px;
  height: 45px;
  background: transparent;
  position: relative;
}

.custom-select {
  position: relative;
  border: none;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 16px;
  right: 15px;
  content: ' ';
  border: 2px solid #767779;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 18px;
  width: 17px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: baseline;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #d3d4d5;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 2px solid #767779;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 8px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

input[type='checkbox']:focus + .custom-checker:before, input[type='radio']:focus + .custom-checker:before {
  border-color: #0068a7;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border: 1px solid #767779;
  background: #767779;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
}

.gform_wrapper {
  max-width: 460px;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 14px;
}

.gform_wrapper .field_description_above .gfield_description {
  margin: -5px 0 5px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: #e1b827;
  margin: 0;
}

.gform_wrapper .gfield_required {
  color: #e1b827;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.6em;
  color: #e1b827;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 2px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 4px 0 4px 25px;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_radio input[type='checkbox'], .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_checkbox .custom-checker, .gform_wrapper .gfield_checkbox input[type='radio'], .gform_wrapper .gfield_checkbox input[type='checkbox'], .gform_wrapper .gfield_checkbox input[type='radio'] {
  position: absolute;
  left: 0;
  top: 4px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  display: block;
  line-height: 1.3em;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_confirmation_message {
  margin: 30px 0;
}

.breadcrumbs {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  color: #767675;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.breadcrumbs a {
  color: #0068a7;
  font-weight: bold;
}

.breadcrumbs a:hover {
  opacity: 0.8;
}

.gallery {
  margin: 30px -5px !important;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 24px;
  vertical-align: top;
  margin: 0;
  width: 50%;
}

@media (min-width: 480px) {
  .gallery .gallery-item {
    width: 33.33%;
  }
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  font-size: 0;
  position: relative;
}

.gallery .gallery-item a:hover {
  opacity: 1;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  z-index: 1;
}

.gallery .gallery-item:hover a:before {
  box-shadow: inset 0 0 0 3px #0068a7;
  opacity: 1;
}

@media (min-width: 680px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery br {
  display: none;
}

.social-links {
  margin: 2em 0;
}

.social-links a {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background: #0068a7 no-repeat center;
  background-size: 55% auto;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  margin: 4px 2px;
}

.social-links a:hover {
  background-color: #007bc6;
}

.social-links a.facebook {
  background-image: url("../img/icon_facebook.svg");
}

.social-links a.twitter {
  background-image: url("../img/icon_twitter.svg");
}

.social-links a.instagram {
  background-image: url("../img/icon_instagram.svg");
}

.social-links a.linkedin {
  background-image: url("../img/icon_linkedin.svg");
}

.social-links a.pinterest {
  background-image: url("../img/icon_pinterest.svg");
}

.social-links a.google {
  background-image: url("../img/icon_google.svg");
}

.social-links a.youtube {
  background-image: url("../img/icon_youtube.svg");
}

.social-links a.vimeo {
  background-image: url("../img/icon_vimeo.svg");
}

.social-links a.email {
  background-image: url("../img/icon_email.svg");
}

#commentform label {
  display: block;
  padding-bottom: 2px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments {
  border-top: 1px solid #d3d4d5;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 1px solid #d3d4d5;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 14px;
  color: #767675;
  margin: -10px 0 10px;
}

.section-pagination .paging {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.section-pagination .page-numbers, .section-pagination .single-paging a {
  line-height: 20px;
  padding: 12px;
  background: #0068a7;
  color: white;
  text-align: center;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  margin: 0 2px;
  transition: 0.2s;
  display: none;
}

@media (min-width: 768px) {
  .section-pagination .page-numbers, .section-pagination .single-paging a {
    display: inline-block;
  }
  .section-pagination .page-numbers.prev, .section-pagination .page-numbers.next, .section-pagination .single-paging a.prev, .section-pagination .single-paging a.next {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-pagination .page-numbers.next, .section-pagination .single-paging a.next {
    left: auto;
    right: 0;
  }
}

.section-pagination .page-numbers:hover, .section-pagination .single-paging a:hover {
  opacity: 0.8;
}

.section-pagination .page-numbers.current, .section-pagination .single-paging a.current {
  background: white;
  color: #767675;
  border: 1px solid #d3d4d5;
  opacity: 1;
}

.section-pagination .page-numbers.dots, .section-pagination .single-paging a.dots {
  background: black;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.section-pagination .page-numbers.prev, .section-pagination .page-numbers.next,
.section-pagination .single-paging.prev a, .section-pagination .single-paging.next a {
  margin: 0;
  width: auto;
  padding: 12px 35px;
  display: inline-block;
}

.section-pagination .page-numbers.prev, .section-pagination .page-numbers.next, .section-pagination .single-paging.prev, .section-pagination .single-paging.next {
  float: left;
}

.section-pagination .page-numbers.next, .section-pagination .single-paging.next {
  float: right;
}

.share-button {
  display: inline-block;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2px;
  background: #0068a7;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon:before {
  content: ' ';
  background: url(../img/icon_share.svg) center no-repeat;
  background-size: 60% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.share-button:hover .share-icon {
  background: #007bc6;
}

.share-popup {
  background: #fff;
  width: 245px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.share-popup h5 {
  color: #888;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  padding: 12px 15px 8px;
  margin: 0;
}

.share-popup .share-link {
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 12px;
  cursor: pointer;
  color: #0068a7;
  text-transform: lowercase;
  border-top: 1px solid #eaeaea;
  transition: 0.2s;
}

.share-popup .share-link:hover {
  background-color: #0068a7;
  border-top: 1px solid #0068a7;
  color: #fff;
}

.share-popup .share-link .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.share-popup .copytext {
  position: absolute;
  left: -9999px;
  top: 0;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content ul, .post-content ol {
  margin: 0.8em 0;
  padding: 0 0 0 1.2em;
}

.post-content li {
  margin: 5px 0;
  line-height: 1.6em;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0;
}

.post-content hr {
  border: none;
  border-top: 1px solid #d3d4d5;
  clear: both;
  display: block;
  height: 1px;
  margin: 2em 0;
  padding: 0;
}

.post-content blockquote {
  font-style: normal;
  margin: 30px 0 30px 2px;
  padding: 0 90px 0 20px;
  position: relative;
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 800px) {
  .post-content blockquote {
    font-size: 16px;
    font-style: italic;
    margin: 40px 0 40px;
  }
}

.post-content blockquote > p {
  line-height: 1.5em;
}

.post-content blockquote > p:before {
  content: '“';
  font-size: 50px;
  line-height: 32px;
  display: inline-block;
  color: #0068a7;
  margin-right: 4px;
  vertical-align: top;
}

.post-content blockquote > p:after {
  content: '”';
  font-size: 45px;
  line-height: 32px;
  display: inline-block;
  color: #0068a7;
  margin-left: 4px;
  vertical-align: bottom;
}

.post-content blockquote .quote-author {
  font-size: 90%;
  margin-top: 19px;
  color: #0068a7;
  font-style: normal !important;
}

.post-content blockquote .quote-author p:before {
  content: '- ';
  display: inline;
}

.post-content .intro-text {
  font-size: 1.2rem;
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
  text-transform: uppercase;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #d3d4d5;
  border-left: 1px solid #d3d4d5;
  margin: 25px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #d3d4d5;
  border-right: 1px solid #d3d4d5;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.post-content table th {
  background: #bfbfbf;
}

.video-panel {
  padding: 60px 0 0;
}

.video-panel h2.content-title {
  float: none;
  margin-right: 0;
  width: 100%;
  text-align: center;
  color: #767779;
  padding-bottom: 30px;
}

.video-feature {
  height: 380px;
  color: white;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 520px) {
  .video-feature {
    height: 700px;
  }
}

.video-feature h2 {
  max-width: 600px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 100;
  color: white;
}

@media (min-width: 520px) {
  .video-feature h2 {
    padding: 0 60px;
  }
}

@media (min-width: 1025px) {
  .video-feature h2 {
    font-size: 76px;
  }
}

.video-feature a.video-link {
  position: relative;
  z-index: 100;
  background: url(../img/play.svg) top left no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 60px;
  display: block;
  margin: 20px auto 0;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  opacity: 0.7;
  transition: 0.2s;
}

@media (min-width: 520px) {
  .video-feature a.video-link {
    width: 100px;
    height: 100px;
  }
}

.video-feature a.video-link:hover {
  opacity: 1;
}

.video-feature video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.owner-panel {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 60px 0 0;
  background: #0068a7;
  color: white;
  text-align: left;
}

.owner-panel .wrapper {
  min-height: 390px;
}

.owner-panel h2.content-title {
  color: white;
  text-align: left;
  float: none;
  margin: 0;
  width: 100%;
}

.owner-panel .info-content {
  width: 100%;
}

.owner-panel .info-content h2 {
  line-height: 43px;
}

@media (min-width: 800px) {
  .owner-panel .info-content {
    width: 54%;
    padding-bottom: 40px;
  }
}

.owner-panel .owner {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .owner-panel .owner {
    display: inline-block;
    position: absolute;
    bottom: -31px;
    right: 0;
    width: 40%;
    margin: 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.contact-form {
  background: #0068a7;
  color: white;
  text-align: left;
}

.contact-form h6 {
  color: white;
  font-size: 1.188rem;
}

footer h2.content-title {
  color: #767779;
  text-align: center;
  float: none;
  margin: 0;
  width: 100%;
}

.section-filter {
  background: none;
  margin: 0 0 40px;
}

.section-filter form {
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  position: relative;
}

.search-filter {
  margin-bottom: 10px;
}

.search-filter input[type="submit"] {
  background: transparent url("../img/icon-search-black.svg") no-repeat center center;
  background-size: 15px auto;
  width: 35px;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-filter input[type="text"] {
  padding-right: 35px;
}

.category-filter, .search-filter {
  position: relative;
  text-align: left;
  vertical-align: top;
}

@media (min-width: 680px) {
  .category-filter, .search-filter {
    width: 250px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
}

.tags {
  margin: 20px 0;
  border-bottom: 1px solid #d3d4d5;
  padding-bottom: 30px;
}

.tags a {
  background: #0068a7;
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  padding: 5px 8px;
}

.home-banner {
  padding-top: 0;
  height: 648px;
}

@media (min-width: 800px) {
  .home-banner {
    min-height: 890px;
  }
}

.home-banner .wrapper {
  max-width: none;
  padding: 0 70px;
}

.home-banner.owl-carousel {
  height: auto;
}

.home-banner .pattern {
  width: 521px;
  height: 648px;
  background-size: 376px auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 800px) {
  .home-banner .pattern {
    background-size: 521px auto;
    height: 890px;
  }
}

.home-banner .slide {
  padding-top: 180px;
  min-height: 648px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 800px) {
  .home-banner .slide {
    min-height: 890px;
  }
}

.home-banner h2 {
  color: white;
  font-size: 2.25rem;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin: 50px 0 25px;
}

@media (min-width: 800px) {
  .home-banner h2 {
    margin-top: 85px;
  }
}

.home-banner .banner-text {
  font-weight: 800;
  font-size: 17px;
  max-width: 320px;
}

@media (min-width: 800px) {
  .home-banner .banner-text {
    font-size: 21px;
    margin-left: 30px;
  }
}

@media (min-width: 1025px) {
  .home-banner .banner-text {
    margin-left: 0;
  }
}

.home-banner p {
  margin: 25px 0;
}

.home-banner .button {
  margin: 10px 0 30px;
  float: left;
  display: block;
  background: transparent;
  border: 1px solid white;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.home-banner .button:hover {
  opacity: 0.8;
}

@media (min-width: 800px) {
  .home-banner .button {
    margin-top: 0;
  }
}

#content.for-sale {
  background: #e5e5e5;
  padding-top: 0;
  padding-bottom: 0;
}

.filter {
  padding-bottom: 0;
}

.filter ul {
  padding: 0;
  margin: 0;
}

@media (min-width: 680px) {
  .filter ul {
    display: block;
    overflow: hidden;
    font-size: 18px;
  }
}

.filter ul li {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}

@media (min-width: 680px) {
  .filter ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
  }
}

.filter ul li a {
  color: white;
  display: block;
  width: 100%;
  padding: 16px 10px;
  font-weight: bold;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
}

.filter ul li.cat-item-14 a {
  background: url(../img/mandurah-bg.png) no-repeat center center;
  background-size: cover;
}

.filter ul li.cat-item-15 a {
  background: url(../img/pinjarra-bg.png) no-repeat center center;
  background-size: cover;
}

.filter ul li:last-child a {
  background: url(../img/all-bg.png) no-repeat center center;
  background-size: cover;
}

.single-homes #content {
  background: #e5e5e5;
}

.item.single-home {
  width: 100%;
  padding: 0;
}

.item.single-home .post-content {
  color: #767779;
  padding: 30px;
  background: white;
}

.item.single-home .gallery {
  margin: 0 !important;
  display: block;
  overflow: hidden;
  background: white;
}

.item.single-home .gallery ul {
  padding: 0;
  margin: 6px 3px !important;
}

.item.single-home .gallery ul li {
  list-style-type: none;
  padding: 0 3px 6px;
  margin: 0;
  width: 50%;
  display: inline-block;
  float: left;
}

@media (min-width: 680px) {
  .item.single-home .gallery ul li {
    width: 16.66%;
  }
}

body.page-template-green .inner-heading {
  background: url(../img/green-bg.png) no-repeat center center;
}

body.page-template-green .breadcrumbs a {
  color: #00874b;
}

body.page-template-green h2, body.page-template-green h3, body.page-template-green h4, body.page-template-green h5, body.page-template-green h6 {
  color: #00874b;
}

body.page-template-green footer .contact-form, body.page-template-green footer .info, body.page-template-green footer a.link, body.page-template-green footer .button, body.page-template-green footer input[type="submit"], body.page-template-green footer .social {
  background: #00874b;
}

body.page-template-green footer .contact-form h6 {
  color: white;
}

body.page-template-green footer .disclaimer h6 {
  color: #000;
}

body.page-template-green footer #featured-posts h2 {
  color: #767779;
}

body.page-template-green footer .top a {
  background: #636466;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding: 0;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-height: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
  right: 10px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*# sourceMappingURL=../maps/main.css.map */
