@charset "UTF-8";
/*
Theme Name:    Heritage Perth
Developed by:   hazardawareness
Company URL:   http://hazardawareness.com.au/
Company Name:  hazardawareness
*/
@import url(source/jquery.fancybox.css);
@import url(slick/slick.css);
@import url(slick/slick-theme.css);
body {
  border: none; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  box-sizing: border-box; }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0); }
  .featherlight-previous {
    left: 25px;
    right: 80%; }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25); }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal; }
  .featherlight-next span {
    right: 5%;
    left: auto; }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0); }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

body, html {
  font-size: 62.5%; }

div {
  font-size: 1.6rem;
  line-height: 2.1rem; }

#mfPreviewBar {
  display: none !important; }

#wpmu-install-dashboard {
  display: none !important; }

/************** @MIXINS ************/
/************** BASE ************/
.spacer_col {
  min-height: 1px; }

.rsp-img,
article img {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container {
  display: block;
  overflow: hidden;
  width: 100%; }
  .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }

iframe {
  max-width: 100%; }

/*********** WORDPRESS IMAGES **************/
img.alignright,
.picWithCaptionFloatRight {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%; }

img.alignleft,
.picWithCaptionFloatLeft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 100%; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

div.wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  div.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto; }

.wp-caption-text {
  text-align: center;
  padding: 0.5rem;
  font-style: italic;
  background-color: #efefef;
  margin-bottom: 1.5rem; }

/************** LAYOUT ************/
.inline-block {
  display: inline-block; }

.block {
  display: block; }

.relative {
  position: relative; }

.vertical-children {
  display: flex;
  align-items: center; }

@media (min-width: 900px) {
  .text-columns {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
            column-gap: 3em; } }

.single_col {
  max-width: 65rem;
  margin: auto; }

.social-list {
  list-style: none; }
  .social-list li {
    display: inline-block; }

/*********** PADDING & MARGIN **************/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.margin-bottom {
  margin-bottom: 2rem; }

.margin-bottom-small {
  margin-bottom: 1.4rem; }

.section-padding {
  padding: 3.0rem 0; }

.section-padding-large {
  padding: 5.5rem 0; }

.section-padding-small {
  padding: 2.5rem 0; }

.section-margin {
  margin: 3.0rem 0; }

.box-padding {
  padding: 2.4rem; }

.box-padding-large {
  padding: 4rem; }

.white-border {
  border: solid 3px #fff; }

/************** BACKGROUNDS ************/
.cover-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.red-bg {
  background-color: #AA2934; }

.grey-bg {
  background-color: #696A6C; }

.midgrey-bg {
  background-color: #b8b9b9; }

.lightgrey-bg {
  background-color: #DDDEDF; }

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  margin-bottom: 2rem; }

.form-row .col {
  margin-bottom: 0; }

.spacer-col {
  min-height: 1px; }

.container {
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
  position: relative; }

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

/* 1. 4 Column Grid 0px - 579px
    -----------------------------------------------------------------------------

    Span 1:    25%
    Span 2:    50%
    Span 3:    75%
    Span 4:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 679px) {
  .row {
    margin-left: -20px; }
  .col {
    border-left-width: 20px;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1 {
    width: 25%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_2 {
    width: 50%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_3 {
    width: 75%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_4,
  .full_width_col,
  .blog_image_col,
  .bplace_image_col,
  .blog_excerpt_col,
  .place_excerpt_col,
  .event_col,
  .content_col,
  .sidebar_col,
  .spacer_col,
  .event_info_col,
  .event_tickets_col {
    margin-left: 0;
    width: 100%; }
  .row.mobile-column-switch {
    display: flex;
    flex-direction: column-reverse; } }

/* 2. 6 Column Grid 580px - 999px
    -----------------------------------------------------------------------------

    Span 1:    16.6666666667%
    Span 2:    33.3333333333%
    Span 3:    50.0%
    Span 4:    66.6666666667%
    Span 5:    83.3333333333%
    Span 6:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 680px) and (max-width: 999px) {
  .row {
    margin-left: -20px; }
  .col {
    border-left-width: 20px;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .spacer_col {
    display: none; }
  .span_1 {
    width: 16.6666666667%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_2,
  .blog_image_col,
  .place_image_col,
  .sidebar_col {
    width: 33.3333333333%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_3 {
    width: 50%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_4,
  .blog_excerpt_col,
  .place_excerpt_col,
  .content_col {
    width: 66.6666666667%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_5 {
    width: 83.3333333333%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_6,
  .full_width_col,
  .event_col,
  .event_info_col,
  .event_tickets_col {
    margin-left: 0;
    width: 100%; }
  .blog_image_col,
  .place_image_col {
    border-left-width: 0; } }

/* 3. 12 Column Grid 1000px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .row {
    margin-left: -20px; }
  .col {
    border-left-width: 20px;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .span_1,
  .spacer_col {
    width: 8.3333333333%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_2,
  .blog_image_col {
    width: 16.6666666667%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_3,
  .place_image_col,
  .sidebar_col {
    width: 25%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_4 {
    width: 33.3333333333%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_5 {
    width: 41.6666666667%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_6,
  .event_col,
  .event_info_col,
  .event_tickets_col {
    width: 50%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_7 {
    width: 58.3333333333%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_8,
  .content_col {
    width: 66.6666666667%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_9,
  .place_excerpt_col {
    width: 75%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_10,
  .blog_excerpt_col {
    width: 83.3333333333%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_11 {
    width: 91.6666666667%;
    border-left-width: 20px;
    padding: 0 0%;
    margin-left: 0; }
  .span_12,
  .full_width_col {
    margin-left: 0;
    width: 100%; }
  .blog_image_col,
  .place_image_col,
  .event_info_col {
    border-left-width: 0; } }

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 13, 2016 */
@font-face {
  font-family: 'Montserrat';
  src: url("webfontkit/montserrat-light-webfont.woff2") format("woff2"), url("webfontkit/montserrat-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("webfontkit/montserrat-regular-webfont.woff2") format("woff2"), url("webfontkit/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("webfontkit/montserrat-ultralight-webfont.woff2") format("woff2"), url("webfontkit/montserrat-ultralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

body {
  font-family: Montserrat, "Montserrat", sans-serif;
  line-height: 1.4em;
  font-size: 62.5% !important;
  font-size: 1.6rem;
  color: #3D3E3F;
  font-weight: 300; }

strong {
  font-weight: 400; }

h1, h2, h3, h4 {
  line-height: 1.35em;
  margin-bottom: 0.5em;
  font-weight: 200; }

h1 {
  font-size: 2.8rem;
  text-transform: uppercase;
  color: #AA2934; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 2.0rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

.archive-title {
  margin-bottom: 1.2em; }

p {
  font-size: 1.6rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
  font-weight: 300; }

p:last-child {
  margin-bottom: 0; }

.small, .small-text {
  font-size: 1.3rem;
  line-height: 1.9rem; }

em, .italic {
  font-style: italic; }

b, strong {
  font-weight: 400; }

date {
  font-size: 1.7rem; }

hr {
  border: none;
  display: block;
  height: 2px;
  background-color: #b8b9b9;
  margin: 2rem 0; }

/*  Utilities  */
.large-0 {
  font-size: 1.25em; }

.large-text-1 {
  font-size: 1.5em; }

.large-text-2 {
  font-size: 2em; }

.large-text-3 {
  font-size: 2.5em; }

.text-centre,
.text-center,
.text-centre *,
.text-center * {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-normalcase {
  text-transform: none; }

.text-underline {
  text-decoration: underline; }

.highlight-text {
  font-family: Times New Roman, "Times New Roman", serif;
  font-style: italic;
  line-height: 1.25em; }

.light-text,
.light-text * {
  color: #fff; }

.red-text {
  color: #AA2934; }

blockquote {
  position: relative;
  padding-left: 1em;
  border-left: solid 2px rgba(105, 106, 108, 0.3);
  margin-bottom: 2.5rem; }
  blockquote p {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-style: italic; }
  blockquote cite {
    display: block;
    font-size: 1.6rem;
    font-weight: 700; }
  blockquote strong {
    font-size: 1.5rem; }

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer; }

main p a:not(.btn),
main p a:visited:not(.btn),
main p a:link:not(.btn),
main p a:hover:not(.btn) {
  color: #AA2934; }

.grey-text {
  color: #696A6C; }

/*  Lists  */
ul, ol, li {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-bottom: 0.8rem; }

ul.display-list,
article ul,
article ol,
main ol,
main ul {
  list-style: disc;
  margin-left: 2.3rem;
  margin-bottom: 0.8rem; }
  ul.display-list li,
  article ul li,
  article ol li,
  main ol li,
  main ul li {
    position: relative;
    margin-bottom: 0.3rem; }

/* Titles & Sub-titles */
@media (max-width: 900px) {
  h1, h2, h3, h4 {
    line-height: 1.20em;
    margin-bottom: 0.5em; }
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.8rem; }
  h3 {
    font-size: 2.5rem; } }

.site-header {
  background-color: #AA2934; }

.site-logo {
  max-width: 100%;
  margin: auto; }

.header-flex-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: stretch;
  flex-direction: row; }

.header-logo-container {
  width: 100px;
  background-color: #fff;
  position: relative;
  overflow: visible;
  display: block;
  height: 100%;
  transition: all 0.2s ease-in; }

.logo-box {
  display: block;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #3D3E3F;
  transition: all 0.2s ease-in; }

.header-search-container {
  align-self: center; }

.header-facebook-container {
  align-self: center; }

@media (max-width: 560px) {
  .header-search-container,
  .header-facebook-container {
    display: none; } }

/******************* NAV *******************/
.nav-container {
  margin-bottom: 0; }

.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu ul {
    margin: 0; }
  .site-menu li {
    display: block;
    margin: 0; }
  .site-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 200;
    padding: 2rem 1.5rem;
    white-space: nowrap;
    transition: all 0.2s ease-in;
    line-height: 1em; }

@media (min-width: 700px) {
  .site-menu {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start; }
    .site-menu li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .site-menu li:hover {
        background-color: #95242e; }
      .site-menu li.current-menu-parent > a,
      .site-menu li.current-menu-ancestor > a,
      .site-menu li.current-menu-item > a {
        text-decoration: underline; }
    .site-menu ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #95242e;
      z-index: 111; }
      .site-menu ul li {
        display: block;
        width: 100%; }
        .site-menu ul li:hover {
          background-color: #811f27; }
        .site-menu ul li a {
          padding: 1rem 1.5rem; }
    .site-menu li:hover > ul {
      display: block; }
    .site-menu ul li ul {
      left: 100%;
      top: 0; }
  #pull {
    display: none; } }

@media (min-width: 1080px) {
  .site-menu {
    justify-content: flex-end; }
  .header-logo-container {
    width: 125px; } }

@media (max-width: 700px) {
  .header-fixed {
    position: static; }
  .social-header {
    display: none; }
  .nav_col {
    display: flex;
    justify-content: flex-end; }
  #pull {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3rem 1.6rem;
    color: #fff;
    text-decoration: none;
    text-align: right;
    background-color: #811f27; }
  .menu-icon {
    vertical-align: top;
    max-height: 2rem;
    width: auto;
    margin-left: 0.8rem; }
  ul.site-menu {
    display: none;
    background-color: #811f27;
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 10px;
    z-index: 99; }
    ul.site-menu li {
      display: block;
      text-align: left;
      width: 100%; }
      ul.site-menu li a {
        white-space: normal;
        text-align: left;
        color: #fff; }
      ul.site-menu li.not-on-mobile > a {
        display: none; }
    ul.site-menu ul li {
      position: relative;
      margin-left: 1em; }
      ul.site-menu ul li:before {
        content: "–";
        color: #fff;
        position: absolute;
        left: 0;
        top: 14px; } }

.social-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  padding: 2em 0 0;
  margin-bottom: 0; }
  .social-list li {
    margin-left: 1em; }

.mobile-header {
  display: none; }

.mobile-menu-background {
  display: none; }

/********* MINIMAL SCROLL HEADER **********/
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20; }

.logged-in.admin-bar .header-fixed {
  top: 32px; }

@media (max-width: 700px) {
  .header-fixed {
    position: static; } }

.site-footer {
  padding: 1.8rem 0;
  background-color: #DDDEDF; }
  .site-footer * {
    font-size: 1.4rem; }
  .site-footer .footer-menu {
    text-align: center; }
    .site-footer .footer-menu li {
      font-size: 1.4rem;
      margin-bottom: 0.4rem; }
  .site-footer a {
    text-decoration: none; }

.social-media-links {
  text-align: right; }
  .social-media-links li {
    display: inline-block;
    margin: 0.5rem; }
    .social-media-links li .city-perth-logo {
      max-width: 220px;
      height: auto;
      vertical-align: middle;
      margin-bottom: 1rem; }

@supports (display: grid) {
  .social-media-links {
    display: grid;
    grid-template-columns: 33px 33px 33px 1fr;
    justify-content: center;
    align-items: center;
    grid-gap: 4px; }
    .social-media-links .right-social-link {
      justify-self: end; } }

input,
textarea,
button {
  font-family: Montserrat, "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 1.7rem;
  padding: 1.2rem 1.3rem 0.8rem;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  border: solid 1px #696A6C;
  background-color: #fff;
  color: #3D3E3F; }

span.wpcf7-not-valid-tip {
  color: red; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #696A6C; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #696A6C; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #696A6C; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #696A6C; }

textarea {
  height: 9.0rem; }
  @media (max-width: 700px) {
    textarea {
      height: 14rem; } }

input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.7rem 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  transition: all 0.2s ease-in;
  display: inline-block;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-color: #3D3E3F;
  color: #fff;
  opacity: 0.95; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button:hover {
    color: #fff;
    opacity: 1; }
  input[type="button"][disabled="disabled"],
  input[type="submit"][disabled="disabled"],
  button[disabled="disabled"] {
    opacity: 0.3;
    cursor: not-allowed; }

input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
input:focus,
select:focus,
input[type=checkbox]:focus {
  border-color: #3D3E3F;
  box-shadow: 0 0 5px #b8b9b9;
  outline-style: none;
  outline-color: transparent; }

select {
  width: 100%;
  font-size: 1.7rem;
  padding: 1.2rem 0.8rem;
  display: block;
  margin-bottom: 0.8rem; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  position: relative; }

label {
  font-size: 1.4rem; }

.checkboxes {
  margin-bottom: 1.4rem; }

.checklist-item {
  display: inline-block;
  width: 20.0rem;
  margin-right: 1rem; }

input.form-width-50 {
  display: block;
  float: left; }

.form-width-50 {
  width: 48%;
  margin-right: 4%; }
  .form-width-50:nth-of-type(2n) {
    margin-right: 0; }

.form-row span.wpcf7-list-item {
  display: block;
  margin-left: 0; }

.half_col .wpcf7-list-item {
  float: left;
  width: 45%;
  margin-right: 10%;
  margin-left: 0; }
  .half_col .wpcf7-list-item:nth-of-type(2n) {
    margin-right: 0; }

input.inline-block,
textarea.inline-block,
button.inline-block,
select.inline-block {
  width: auto;
  margin: auto 1rem 0.8rem; }

/* Search Form */
.white-form,
.dark-form {
  margin-bottom: 0;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 0.4rem; }
  .white-form input,
  .dark-form input {
    font-size: 1.3rem;
    margin-bottom: 0;
    padding: 0.3rem;
    display: inline-block;
    width: auto;
    border: none;
    background-color: transparent;
    color: #fff; }
    .white-form input:focus,
    .dark-form input:focus {
      border: none;
      box-shadow: none;
      outline-style: none;
      outline-color: transparent; }
  .white-form ::-webkit-input-placeholder,
  .dark-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .white-form ::-moz-placeholder,
  .dark-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .white-form :-ms-input-placeholder,
  .dark-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .white-form :-moz-placeholder,
  .dark-form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .white-form .search-button,
  .white-form .search-button:hover,
  .dark-form .search-button,
  .dark-form .search-button:hover {
    background-color: transparent;
    background-image: url(images/white-search-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.8rem;
    height: 1.8rem;
    border: none;
    margin-left: 0.8rem; }

.dark-form {
  border: solid 1px #696A6C;
  padding: 0.4rem;
  margin-bottom: 2rem; }
  .dark-form input {
    color: #696A6C; }
  .dark-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #696A6C; }
  .dark-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #696A6C; }
  .dark-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #696A6C; }
  .dark-form :-moz-placeholder {
    /* Firefox 18- */
    color: #696A6C; }
  .dark-form .search-button,
  .dark-form .search-button:hover {
    background-image: url(images/grey-search-icon.svg);
    float: right;
    margin-top: 2px; }

/* Mailchimp Form */
.home-sign-up-form input,
.home-sign-up-form textarea {
  margin-bottom: 1rem; }

.home-sign-up-form input.btn {
  margin-bottom: 0; }

.mc-field-group ul {
  list-style: none !important;
  margin-left: 0 !important; }

.mc-field-group ul li {
  margin: 0;
  font-size: 1.4rem; }
  .mc-field-group ul li label {
    font-size: 1.4rem; }
  .mc-field-group ul li input {
    margin-bottom: 0; }

.property-search-box .col {
  margin-bottom: 0; }

.property-search-box #wp-advanced-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: stretch; }
  .property-search-box #wp-advanced-search > * {
    flex-basis: 30%;
    margin: 0 1.5%; }
  .property-search-box #wp-advanced-search #wpas-search_query {
    flex-basis: 100%; }
  .property-search-box #wp-advanced-search .wpas-taxonomy-field {
    width: 100%;
    flex-basis: 100%; }
  .property-search-box #wp-advanced-search .wpas-checkboxes {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
    .property-search-box #wp-advanced-search .wpas-checkboxes > * {
      flex-basis: 30%;
      margin: 0 1.5%; }
  .property-search-box #wp-advanced-search .wpas-submit-field,
  .property-search-box #wp-advanced-search .wpas-clear-field {
    flex-basis: 15%;
    align-self: flex-end;
    text-align: right; }

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #449625;
  border: none;
  color: #fff; }

body .section {
  background-color: transparent; }

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.7rem 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  transition: all 0.2s ease-in; }

.btn-small {
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem; }

.white-btn {
  background-color: rgba(255, 255, 255, 0.9);
  color: #3D3E3F; }
  .white-btn:hover, .white-btn:focus {
    background-color: #fff; }

.black-btn {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }
  .black-btn:hover, .black-btn:focus {
    background-color: #000; }

.red-btn {
  background-color: rgba(170, 41, 52, 0.9);
  color: #fff; }
  .red-btn:hover, .red-btn:focus {
    background-color: #AA2934; }

.mid-grey-btn {
  background-color: rgba(184, 185, 185, 0.9);
  color: #fff; }
  .mid-grey-btn:hover, .mid-grey-btn:focus {
    background-color: #b8b9b9; }

/***************  PAGE HEADERS ******************/
.quote-header,
.event-header {
  background-color: #696A6C;
  color: #fff;
  margin-top: 0.5rem;
  padding: 4rem;
  text-align: center;
  margin-bottom: 2.5rem; }
  .quote-header .italic-text,
  .event-header .italic-text {
    font-family: Times New Roman, "Times New Roman", serif;
    font-style: italic;
    font-size: 3rem;
    display: block;
    text-align: center;
    font-weight: lighter;
    line-height: 1.2em; }

.image-header {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .image-header:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.41);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .image-header * {
    position: relative;
    z-index: 10; }

.event-header .title-text {
  line-height: 1.1;
  font-size: 3.4rem;
  font-weight: 300;
  margin: 4rem 0; }

/***************  HOME ******************/
/* Slider */
.home-slider {
  margin-bottom: 2rem; }
  .home-slider .slick-slider {
    margin-bottom: 0; }
  .home-slider .section {
    background-color: transparent; }
  .home-slider .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0; }
    .home-slider .slide * {
      color: #fff; }
    .home-slider .slide h1, .home-slider .slide h2, .home-slider .slide h3, .home-slider .slide h4 {
      font-size: 2.8em;
      font-weight: 400; }
    .home-slider .slide p {
      font-size: 2rem; }
    .home-slider .slide .btn,
    .home-slider .slide .btn:hover {
      background-color: transparent;
      border: solid 2px #fff;
      color: #fff; }
  .home-slider .slick-dots {
    bottom: 2rem; }
    .home-slider .slick-dots button {
      display: block;
      height: 8px;
      width: 8px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.57); }
      .home-slider .slick-dots button:before {
        content: none; }
    .home-slider .slick-dots .slick-active button {
      background-color: #fff; }
  .home-slider .slick-arrow {
    display: block;
    position: absolute;
    height: 7rem;
    width: 5rem;
    background-image: url(images/slider-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50px;
    z-index: 19;
    opacity: 0.5; }
    .home-slider .slick-arrow:hover {
      opacity: 0.8; }
    .home-slider .slick-arrow.slick-next {
      right: 50px;
      left: auto;
      -webkit-transform: translate(0, -50%) rotate(180deg);
              transform: translate(0, -50%) rotate(180deg); }
    .home-slider .slick-arrow:before {
      content: none; }

/* Feature Boxes */
.custom-features {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 2rem; }
  .custom-features .feature-box {
    display: block;
    margin-left: 2rem;
    flex-grow: 1;
    flex-basis: 0; }
    .custom-features .feature-box:first-child {
      margin-left: 0; }
  .custom-features .feature-image {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 15rem; }
    .custom-features .feature-image.large-image {
      height: 20rem; }
  .custom-features .feature-content {
    padding: 2rem;
    color: #fff; }
  .custom-features a {
    display: block;
    text-decoration: none; }
  .custom-features .split-feature-box {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column; }
    .custom-features .split-feature-box .feature-content {
      padding-bottom: 8rem;
      position: relative; }
  .custom-features .feature-btn {
    background-color: rgba(255, 255, 255, 0.9);
    color: #3D3E3F;
    position: absolute;
    bottom: 2rem;
    left: 2rem; }
    .custom-features .feature-btn:hover, .custom-features .feature-btn:focus {
      background-color: #fff; }

@media (max-width: 1000px) {
  .custom-features {
    flex-wrap: wrap; }
    .custom-features .feature-box,
    .custom-features .feature-box:first-child {
      flex-basis: 40%;
      margin: 0 1rem 2rem; } }

@media (max-width: 700px) {
  .custom-features {
    flex-direction: column; }
    .custom-features .feature-box,
    .custom-features .feature-box:first-child {
      width: 100%;
      margin: 0 0 2rem; }
    .custom-features .split-feature-box {
      display: block;
      width: 100%; } }

.home-square-box {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
  padding: 5rem 3rem; }
  .home-square-box h2 {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    font-size: 3rem; }

/***************  PROPERTIES ******************/
.details {
  font-size: 1.4rem;
  opacity: 0.8; }

.heritage-detail-highlights {
  border: solid 1px #696A6C;
  background-color: #eaebeb;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem; }
  .heritage-detail-highlights h5 {
    text-decoration: underline; }
  .heritage-detail-highlights .details {
    margin: 0 10px; }

.extra-text {
  display: none; }

.read-more {
  display: block;
  margin: 1rem auto 0; }

.detail-description {
  border: solid 1px #AA2934;
  padding: 2.5rem;
  margin-bottom: 2rem; }

.portfolio-gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.portfolio-thumb-image {
  margin-top: 1px;
  margin-left: 1px;
  flex-basis: 1;
  flex-grow: 1; }
  .portfolio-thumb-image:first-of-type {
    margin-left: 0; }

.map-container {
  margin-top: 2rem; }

.map-container iframe {
  pointer-events: none; }

.property-amenities {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start; }

.amenity {
  font-size: 0px;
  text-indent: -9999px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .amenity.disabled-access {
    background-image: url(images/disabled-access-icon.svg); }
  .amenity.open-to-the-public {
    background-image: url(images/public-access-icon.svg); }
  .amenity.photographs {
    background-image: url(images/photographs-icon.svg); }
  .amenity.pram-access {
    background-image: url(images/pram-access-icon.svg); }
  .amenity.toilets {
    background-image: url(images/toilets-icon.svg); }

/***************  BLOG ******************/
.row-divider {
  padding-bottom: 2rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 2.5rem; }

.blog-meta {
  font-size: 1.4rem;
  border-top: solid 1px #DDDEDF;
  border-bottom: solid 1px #DDDEDF;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem; }
  .blog-meta .date {
    color: #AA2934; }
  .blog-meta p {
    font-size: 1.3rem; }

.share-section {
  font-size: 1.4rem;
  border-top: solid 1px #DDDEDF;
  border-bottom: solid 1px #DDDEDF;
  padding: 1rem 0;
  margin-bottom: 1.5rem; }

/***************  SIDEBAR ******************/
.sidebar-box {
  padding: 2rem;
  margin-bottom: 2rem; }

.sidebar-menu {
  list-style: none;
  margin-bottom: 0; }
  .sidebar-menu a {
    text-decoration: none;
    color: #696A6C;
    padding: 0.8rem 0;
    display: block; }
  .sidebar-menu li {
    border-bottom: solid 1px #b8b9b9;
    margin-bottom: 0; }
    .sidebar-menu li:last-child {
      border-bottom: none; }
      .sidebar-menu li:last-child a {
        padding-bottom: 0; }
    .sidebar-menu li:first-child a {
      padding-top: 0; }

/***************  PDF DOWNLOADS ******************/
.pdf-download {
  position: relative;
  border: solid 1px #b8b9b9;
  display: block;
  margin: 1.4em 0;
  padding: 1.7rem 2rem 1.7rem 6.5rem;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2em; }
  .pdf-download:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.7rem;
    bottom: 1.7rem;
    left: 1.7rem;
    width: 3.2rem;
    background-image: url(images/pdf-icon.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .pdf-download .pdf-size {
    font-weight: 200;
    color: #AA2934;
    font-size: 1.6rem; }

.event_col a img {
  border: solid 1px #DDDEDF; }
