/*!
Theme Name: Song Properties
Author: Comworks
Author URI: https://comworks.com.au/
Version: 2
Description: A custom theme for Song Properties.
*/
.section {
	display: flex;
	position: relative
}

.block {
	position: relative;
	width: 100%
}

.image {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 280px;
	flex-grow: 1
}

.image.under_content {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%
}

.video {
	min-height: 280px;
	flex-grow: 1
}

.video img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.video:before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	font-size: 45px;
	line-height: 0;
	content: '\0025BA';
	cursor: pointer;
	color: #fff;
	transform: translate(-50%, -50%);
	pointer-events: none;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.5)
}

.block.gallery {
	display: flex
}

.gallery-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	align-self: center
}

.gallery-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gallery-grid a {
	max-width: 33.33%;
	padding: 3px;
	flex-grow: 1;
	flex-basis: 20%
}

[data-items='6'] a,
[data-items='5+1'] a:nth-last-child(-n+6) {
	flex-basis: 16.66%
}

[data-items='5+2'] a:nth-last-child(-n+3) {
	flex-basis: 33.33%
}

[data-items='5+3'] a:nth-last-child(-n+8),
[data-items='5+4'] a:nth-last-child(-n+4) {
	flex-basis: 25%
}

@media (max-width: 500px) {
	.gallery-grid a {
		max-width: 100%;
		pointer-events: none;
		flex-basis: 100% !important
	}
}

.gallery-carousel {
	display: flex;
	overflow: hidden
}

.gallery-carousel img {
	display: block;
	width: 20vw
}

@media (max-width: 1400px) {
	.gallery-carousel img {
		width: 25vw
	}
}

@media (max-width: 1024px) {
	.gallery-carousel img {
		width: 33.33vw
	}
}

@media (max-width: 600px) {
	.gallery-carousel img {
		width: 50vw
	}
}

.gallery-group {
	display: flex;
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 400px
}

.gallery-group .thumbnail img {
	display: block;
	position: absolute
}

.gallery-group .thumbnail {
	display: flex;
	justify-content: center;
	align-items: center
}

.gallery-group .thumbnail,
.gallery-group .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.thumbnail:hover {
	filter: brightness(115%)
}

.image .btn,
.gallery-group .btn {
	display: inline-flex;
	position: relative;
	z-index: 10
}

.btn span {
	margin: 0 auto;
	padding: 10px 20px;
	transition: all 0.2s;
	text-align: center;
	background: #fff
}

.btn.top span {
	width: 100%;
	align-self: flex-start
}

.btn.centre span {
	align-self: center
}

.btn.bottom span {
	width: 100%;
	align-self: flex-end
}

.image .btn:only-of-type,
.gallery-group .btn {
	width: 100%;
	height: 100%
}

.image .btn:nth-of-type(2) {
	margin-left: 30px
}

.dark {
	filter: brightness(60%)
}

.map {
	min-height: 280px
}

.map:only-child {
	height: 600px
}

.gm-style-iw {
	padding: 10px;
	font-size: 15px;
	line-height: 1.5
}

.gm-style-iw b {
	display: block;
	margin-bottom: 5px;
	font-size: 17px
}

.gm-style-iw a {
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400
}

.shortest {
	width: 23%
}

.short {
	width: 30%
}

.half {
	width: 50%
}

.long {
	width: 70%
}

.longest {
	width: 77%
}

@media (max-width: 1600px) {
	.shortest {
		width: 28%
	}

	.short {
		width: 38%
	}

	.long {
		width: 62%
	}

	.longest {
		width: 72%
	}
}

@media (max-width: 1300px) {
	.shortest {
		width: 32%
	}

	.short {
		width: 43%
	}

	.long {
		width: 57%
	}

	.longest {
		width: 68%
	}
}

@media (max-width: 1024px) {
	.section {
		flex-wrap: wrap
	}

	.block {
		width: 100%
	}

	.block.under_content {
		position: relative
	}

	.block.over_image {
		margin: 0 !important
	}
}

.lazyload,
.lazyloading {
	opacity: 0
}

.lazyloaded {
	opacity: 1;
	transition: opacity 0.3s
}

.block.over_image:nth-child(1) {
	margin: 80px auto 80px 80px
}

.block.over_image:nth-child(2) {
	margin: 80px 80px 80px auto
}

.block.over_image.centre {
	margin: 140px auto
}

.content {
	display: flex;
	z-index: 1
}

.content_wrapper {
	overflow-x: auto;
	width: 100%;
	padding: 30px;
	align-self: flex-start;
	-webkit-overflow-scrolling: touch
}

.content p {
	width: 100%;
	margin-bottom: 25px;
	line-height: 1.5
}

.content :last-child {
	margin-bottom: 0
}

#tinymce.content {
	display: block;
	padding: 5px 10px 10px 10px
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin-bottom: 25px;
	line-height: 1.25
}

.content .btn {
	display: inline-block;
	padding: 14px 23px;
	font-weight: 500;
	text-transform: uppercase
}

.content .btn:after {
	position: relative;
	top: 1px;
	margin-left: 15px;
	font-family: Icons;
	content: '\e803'
}

.content .btn+.btn {
	margin-left: 10px
}

@media (max-width: 420px) {
	.content .btn {
		width: 100%;
		text-align: center
	}

	.content .btn+.btn {
		margin-top: 20px;
		margin-left: 0
	}
}

.content ul,
.content ol {
	width: 100%;
	margin-bottom: 25px
}

.content ul li,
.content ol li {
	margin-bottom: 12px;
	line-height: 1.5
}

.content ol {
	padding-left: 20px
}

.content blockquote {
	position: relative;
	margin: 25px 0;
	padding: 80px 45px;
	line-height: 1.45
}

.content blockquote p:last-child {
	margin: 0
}

.content blockquote:before,
.content blockquote:after {
	position: absolute;
	font-family: sans-serif;
	font-size: 90px;
	font-weight: 700
}

.content blockquote:before {
	top: 0;
	left: 36px;
	content: '"'
}

.content blockquote:after {
	right: 49px;
	bottom: -40px;
	content: '"'
}

.content table {
	width: 100%;
	margin: 40px 0;
	border-spacing: 0;
	border-collapse: separate
}

.content th,
.content td {
	padding: 16px
}

.content th {
	border: none
}

.content th:last-child {
	border-right: none
}

.content th {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

.content input {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px
}

.content hr {
	height: 1px;
	margin: 25px 0;
	border: none
}

.content span[style*='text-decoration: underline'] {
	text-decoration: none !important;
	border-bottom: 1px dotted
}

@media (max-width: 1024px) {

	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		margin-bottom: 20px;
		line-height: 1.1
	}
}

@media (max-width: 500px) {
	.content_wrapper {
		padding: 15px
	}

	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		margin-bottom: 15px;
		line-height: 1
	}
}

.post.even .content {
	order: 2
}

@media (max-width: 1024px) {
	.post .image {
		order: 2
	}
}

@media (max-width: 1024px) {
	.section.revert-mobile-order .block:first-child {
		order: 2
	}
}

.layout.parallel .item {
	display: flex
}

.layout.right .item .content,
.layout.odd_even .item.even .content {
	order: 2
}

@media (max-width: 1024px) {
	.layout .item {
		flex-wrap: wrap
	}

	.layout.odd_even .item .content {
		order: 2
	}
}

.layout.over_image .image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.layout.over_image.left .content {
	margin: 80px auto 80px 80px
}

.layout.over_image.right .content {
	margin: 80px 80px 80px auto
}

.layout.over_image.centre .content {
	margin: 80px auto
}

.layout.over_image.odd_even .item.odd .content {
	margin: 80px auto 80px 80px
}

.layout.over_image.odd_even .item.even .content {
	margin: 80px 80px 80px auto
}

@media (max-width: 1024px) {
	.item {
		width: 100%
	}

	.layout.over_image .content {
		margin: 0 !important
	}

	.layout.over_image .image {
		position: relative
	}
}

.layout {
	font-size: 0
}

.layout .item {
	display: inline-block;
	width: 100%;
	position: relative
}

.layout.double {
	columns: 2
}

.layout.triple {
	columns: 3
}

@media (max-width: 1400px) {
	.layout.triple {
		columns: 2
	}
}

@media (max-width: 1024px) {

	.layout.double,
	.layout.triple {
		columns: 1
	}
}

.layout.padding {
	padding: 20px 0 20px 20px
}

.layout.padding .item {
	margin-bottom: 20px;
	padding-right: 20px
}

.layout.padding.over_image .image {
	width: calc(100% - 20px)
}

.pagination {
	text-align: center;
	padding: 40px;
	font-size: 22px
}

.apartments_filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 20px 20px 0 20px
}

.apartments_filters select {
	width: auto;
	max-width: 300px;
	margin: 0 0 20px 12px;
	padding: 0 70px 0 20px;
	color: #444;
	background-color: #f0f0f0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjggMTQuOGEuNC40IDAgMCAwLS42IDBsLTguMyA4LjRMLjcgMTVhLjQuNCAwIDAgMC0uNi42bDguNSA4LjdhLjQuNCAwIDAgMCAuNiAwbDguNi04LjhhLjQuNCAwIDAgMCAwLS42IiBmaWxsPSIjNDQ0Ii8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: right
}

.apartments_filters select,
.apartments_filters button {
	height: 50px;
	font-size: 19px;
	line-height: 1;
	border: none;
	border-radius: 0
}

.apartments_filters button {
	margin-left: 12px;
	padding: 0 28px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.1;
	color: #fff;
	text-transform: uppercase;
	background: #ae8958
}

.apartments_filters button:hover {
	background: #222
}

@media (max-width: 600px) {

	.apartments_filters select,
	.apartments_filters button {
		height: 42px;
		font-size: 17px
	}

	.apartments_filters select {
		padding: 0 60px 0 15px
	}

	.apartments_filters button {
		padding: 0 16px
	}
}

.apartment_features {
	font-size: 17px
}

.apartment_feature {
	display: inline-block;
	margin: 0 15px 15px 0
}

.apartment_feature:before {
	margin-right: 5px;
	font-family: Icons
}

.apartment_feature.bedrooms:before {
	font-size: 27px;
	content: '\e80c'
}

.apartment_feature.bathrooms:before {
	font-size: 30px;
	content: '\e80b'
}

.apartment_feature.parking:before {
	font-size: 27px;
	content: '\e80d'
}

.apartment_feature .circle {
	display: inline-block;
	width: 28px;
	height: 28px;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
	border-radius: 100%
}

.apartment_feature.price {
	font-size: 19px;
	white-space: nowrap
}

.post-type-rental .apartment_features,
.post-type-sale .apartment_features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px 15px 0 15px
}

.apartment_feature .circle {
	background: #ae8958;
	color: #fff
}

.apartment_feature:before {
	color: #ae8958
}

.theme_1 .apartment_feature .circle {
	background: #fff;
	color: #ae8958;
	text-shadow: none
}

.theme_1 .apartment_feature:before {
	color: #fff
}

.theme_2 .apartment_feature .circle {
	background: #fff;
	color: #111;
	text-shadow: none
}

.theme_2 .apartment_feature:before {
	color: #fff
}

.theme_3 .apartment_feature .circle,
.theme_transparent .apartment_feature .circle {
	background: #fff;
	color: #ae8958;
	text-shadow: none
}

.theme_3 .apartment_feature:before,
.theme_transparent .apartment_feature:before {
	color: #fff
}

*,
:before,
:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	word-wrap: break-word
}

input,
select,
textarea,
button {
	font-family: inherit;
	transition: all 0.2s;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select::-ms-expand {
	display: none
}

select {
	width: 100%
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none
}

input[type='submit'],
input[type='button'],
button {
	cursor: pointer
}

input[type='date']:before {
	position: absolute;
	left: 10px;
	content: attr(placeholder) !important;
	color: #888;
	white-space: nowrap
}

input[type='date'] {
	position: relative;
	padding: 15px 10px 15px 90px !important
}

input[type='date']:focus:before,
input[type='date']:valid:before {
	content: ''
}

a img {
	border: 0
}

main {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1
}

a {
	transition: all 0.2s;
	text-decoration: none
}

@font-face {
	font-family: Roboto;
	src: url(fonts/roboto-light.woff2) format("woff2"), url(fonts/roboto-light.woff) format("woff");
	font-weight: 200
}

@font-face {
	font-family: Roboto;
	src: url(fonts/roboto-regular.woff2) format("woff2"), url(fonts/roboto-regular.woff) format("woff");
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(fonts/roboto-bold.woff2) format("woff2"), url(fonts/roboto-bold.woff) format("woff");
	font-weight: 600
}

@font-face {
	font-family: Museo;
	src: url(fonts/museo-light.woff2) format("woff2"), url(fonts/museo-light.woff) format("woff");
	font-weight: 200
}

@font-face {
	font-family: Museo;
	src: url(fonts/museo-regular.woff2) format("woff2"), url(fonts/museo-regular.woff) format("woff");
	font-weight: 400
}

@font-face {
	font-family: Museo;
	src: url(fonts/museo-bold.woff2) format("woff2"), url(fonts/museo-bold.woff) format("woff");
	font-weight: 600
}

body {
	font-family: Roboto, sans-serif;
	font-weight: 400
}

@font-face {
	font-family: Icons;
	src: url(fonts/icons/icons.woff2?1) format("woff2"), url(fonts/icons/icons.woff?1) format("woff")
}

.content {
	font-size: 18px
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: Museo, sans-serif;
	word-wrap: normal;
	font-weight: 200;
	line-height: 1.35
}

.content h1 {
	font-size: 35px
}

.content h2 {
	font-size: 33px
}

.content h3 {
	font-size: 30px
}

.content h4 {
	font-size: 28px
}

.content h5 {
	font-size: 27px
}

.content h6 {
	font-size: 26px
}

@media (max-width: 1600px) {
	.content h1 {
		font-size: 33px
	}

	.content h2 {
		font-size: 31px
	}

	.content h3 {
		font-size: 28px
	}

	.content h4 {
		font-size: 26px
	}

	.content h5 {
		font-size: 24px
	}

	.content h6 {
		font-size: 23px
	}
}

@media (max-width: 760px) {
	.content {
		font-size: 16px
	}

	.content h1 {
		font-size: 31px
	}

	.content h2 {
		font-size: 29px
	}

	.content h3 {
		font-size: 26px
	}

	.content h4 {
		font-size: 24px
	}

	.content h5 {
		font-size: 22px
	}

	.content h6 {
		font-size: 21px
	}
}

@media (max-width: 500px) {
	.content {
		font-size: 15px
	}

	.content h1 {
		font-size: 29px
	}

	.content h2 {
		font-size: 27px
	}

	.content h3 {
		font-size: 24px
	}

	.content h4 {
		font-size: 22px
	}

	.content h5 {
		font-size: 20px
	}

	.content h6 {
		font-size: 18px
	}
}

.header {
	position: relative
}

.header.collapsed .hero {
	margin-top: 0
}

.page-home .hero {
	height: 750px
}

.hero {
	position: relative;
	height: 600px;
	/* margin-top: 100px */
}

@media (max-width: 1700px) {
	.page-home .hero {
		height: 650px
	}

	.hero {
		height: 500px
	}
}

@media (max-width: 1600px) {
	.page-home .hero {
		height: 550px
	}

	.hero {
		height: 450px
	}
}

@media (max-width: 1500px) {
	.page-home .hero {
		height: 500px
	}

	.hero {
		height: 400px
	}
}

@media (max-width: 1024px) {

	.page-home .hero,
	.hero {
		height: 350px
	}
}

@media (max-width: 600px) {

	.page-home .hero,
	.hero {
		height: 300px
	}
}

@media (max-width: 400px) {

	.page-home .hero,
	.hero {
		height: 270px
	}
}

ul[class*='slideshow-'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

ul[class*='slideshow-'] li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	background-position: center;
	background-size: cover
}

ul[class*='slideshow-'] li:nth-child(1) {
	z-index: 4;
	animation-delay: 0s
}

ul[class*='slideshow-'] li:nth-child(2) {
	z-index: 3;
	animation-delay: 6s
}

ul[class*='slideshow-'] li:nth-child(3) {
	z-index: 2;
	animation-delay: 12s
}

ul[class*='slideshow-'] li:nth-child(4) {
	z-index: 1;
	animation-delay: 18s
}

@keyframes slideshow-2 {
	0% {
		opacity: 1
	}

	33.333% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	83.333% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.slideshow-2 li {
	animation-name: slideshow-2;
	animation-duration: 12s
}

@keyframes slideshow-3 {
	0% {
		opacity: 1
	}

	22.222% {
		opacity: 1
	}

	33.333% {
		opacity: 0
	}

	88.889% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.slideshow-3 li {
	animation-name: slideshow-3;
	animation-duration: 18s
}

@keyframes slideshow-4 {
	0% {
		opacity: 1
	}

	16.667% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	91.667% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.slideshow-4 li {
	animation-name: slideshow-4;
	animation-duration: 24s
}

ul[class*='slideshow-'] img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.objectFit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover
}

.menu {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	position: fixed;
	z-index: 25;
	top: 0;
	width: 100%;
	font-size: 0
}

.menu>ul {
	height: 100px
}

.menu .logo {
	width: 185px;
	height: 100px;
	margin: 0 40px;
	transition: none;
	transition: transform 0.2s;
	background: url(img/logo-2021.svg) no-repeat center
}

.menu .logo:hover {
	transform: scale(1.025)
}

.stickyNav {
	position: fixed
}

.menu>ul>li {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: top
}

.menu>ul>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.menu>ul>li>a>span {
	display: inline-block
}

.menu>ul>li>.sub-menu {
	position: absolute;
	z-index: 9999;
	top: 100px;
	visibility: hidden;
	min-width: 100%;
	list-style: none;
	opacity: 0;
	transition: all 0.25s;
	text-align: left
}

.menu .sub-menu a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.menu>ul>li:hover>ul {
	visibility: visible;
	opacity: 1
}

.menu li img {
	display: block;
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px
}

.menu>ul>li>a>img {
	display: none
}

.menu>ul>li.mega-dropdown {
	position: static
}

.menu>ul>li.mega-dropdown>.sub-menu {
	display: flex;
	right: 0;
	min-width: auto;
	flex-wrap: wrap
}

.menu>ul>li.mega-dropdown>.sub-menu>li {
	flex: 1 20%
}

.navTrigger {
	display: none;
	position: relative;
	z-index: 2;
	width: 60px;
	margin-right: 40px;
	line-height: 0;
	cursor: pointer;
	border: none;
	background: none
}

.navTrigger:focus {
	outline: none
}

.navTrigger span {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	transition: background 0s 0.15s
}

.navTrigger span,
.navTrigger span:before,
.navTrigger span:after {
	background: #111
}

.navTrigger span:before,
.navTrigger span:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	transition-delay: 0.15s, 0s;
	transition-duration: 0.15s, 0.15s
}

.navTrigger span:before {
	top: -16px
}

.navTrigger span:after {
	bottom: -16px
}

.navTrigger span:before {
	transition-property: top, transform
}

.navTrigger span:after {
	transition-property: bottom, transform
}

.navTrigger.isActive span {
	background: none
}

.navTrigger.isActive span:before {
	top: 0;
	transform: rotate(45deg)
}

.navTrigger.isActive span:after {
	bottom: 0;
	transform: rotate(-45deg)
}

.navTrigger.isActive span:before,
.navTrigger.isActive span:after {
	transition-delay: 0s, 0.15s
}

.collapsed .navTrigger {
	display: block
}

.collapsed .menu>ul {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 100px;
	left: 0;
	overflow-y: scroll;
	width: 100%;
	height: calc(100vh - 100px);
	padding: 30px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-overflow-scrolling: touch
}

.collapsed .menu>ul>li {
	display: inline-block;
	height: auto;
	padding: 10px 45px
}

.collapsed .menu>ul>li:last-child {
	padding-bottom: 0
}

.collapsed .menu>ul>li>a {
	padding: 0;
	font-weight: 700
}

.collapsed.header ul a {
	color: #fff !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important
}

.collapsed.header ul .current>a,
.collapsed.header ul .current>a:before,
.collapsed.header ul a:hover {
	color: #ae8958 !important
}

.collapsed .menu .sub-menu {
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	margin-top: 15px;
	opacity: 1;
	text-align: center;
	background: none
}

.collapsed .menu .sub-menu li {
	margin-bottom: 15px
}

.collapsed .menu .sub-menu a {
	padding: 0
}

.collapsed .menu .sub-menu a:before {
	content: '- '
}

.collapsed .menu .sub-menu .current>a {
	color: #8f5a30;
	background: transparent
}

.collapsed .menu li img {
	display: none
}

.collapsed .menu li.mega-dropdown>.sub-menu {
	display: block
}

.showNav .collapsed .menu>ul {
	display: flex;
	position: fixed;
	z-index: 100;
	padding-bottom: 100px;
	background: rgba(47, 49, 50, 0.92)
}

.showNav {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.menu {
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	font-family: Museo
}

.menu>ul {
	padding-right: 18px
}

.menu>ul>li>a {
	padding: 0 18px;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
}

.menu>ul>li>a:hover,
.menu>ul>.current>a {
	color: #AE8959;
	font-weight: bold;
	background: #fff;
	text-shadow: none
}

.menu>ul>li>a:hover {
	font-weight: 400
}

.menu .sub-menu {
	background: rgb(174 137 88 / 90%)
}

.menu .sub-menu a {
	padding: 12px 32px;
	font-size: 16px;
	color: #fff
}

.menu .sub-menu a:hover,
.menu .sub-menu .current>a {
	background: #333
}

.menu .mega-dropdown .sub-menu {
	text-align: center
}

.menu .mega-dropdown>.sub-menu>li>a {
	font-size: 18px
}

.stickToTop,
.collapsed .menu {
	top: 0
}

.collapsed .menu {
	position: relative
}

@media (max-width: 1600px) {
	.menu .logo {
		width: 175px;
		margin: 0 25px
	}
}

@media (max-width: 1600px) and (min-width: 1024px) {
	.menu>ul>li>a {
		padding: 0 15px;
		font-size: 16px
	}
}

@media (max-width: 450px) {
	.navTrigger {
		margin-right: 20px
	}

	.menu .logo {
		width: 200px;
		margin: 0 20px
	}
}

@media (max-width: 370px) {
	.navTrigger {
		width: 45px;
		margin-right: 15px
	}

	.menu .logo {
		width: 180px;
		margin: 0 15px
	}
}

.content {
	color: #111;
	background: #fafafa
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #ae8958
}

a,
.content a {
	color: #ae8958
}

a:hover,
.content a:hover {
	color: #111
}

.content ul li {
	margin-left: 0;
	padding-left: 0;
	list-style: none
}

.content ul li:before {
	position: relative;
	top: 2px;
	margin-right: 15px;
	font-size: 25px;
	line-height: 0;
	content: '\0025CF';
	color: #ae8958
}

.content table {
	background: #fdfdfd;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08)
}

.content th {
	font-weight: 500;
	color: #fff;
	background: #ae8958
}

.content blockquote {
	background: #fdfdfd;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08)
}

.content blockquote:before,
.content blockquote:after {
	color: #ae8958
}

.content hr {
	background: #ae8958
}

.content .btn {
	position: relative;
	padding: 14px 45px 12px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1
}

.content .btn,
.content .btn+.btn:hover {
	color: #fff;
	background: #ae8958
}

.content .btn+.btn,
.content .btn:hover {
	color: #fff;
	background: #111
}

.content input.btn {
	padding: 14px 20px 12px 20px
}

.content .btn:after {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: -0;
	height: 100%;
	padding: 0 10px 0 13px;
	font-size: 20px;
	color: #fff;
	transition: all 0.2s;
	background: #111
}

.content .btn+.btn:after {
	background: #ae8958
}

.content.theme_1 {
	color: #fff;
	background: #ae8958;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.content.theme_1 h1,
.content.theme_1 h2,
.content.theme_1 h3,
.content.theme_1 h4,
.content.theme_1 h5,
.content.theme_1 h6 {
	color: #fff
}

.content.theme_1 a {
	color: #3bb6f3;
	text-shadow: none
}

.content.theme_1 a:hover {
	color: #fff
}

.content.theme_1 h1 a,
.content.theme_1 h2 a,
.content.theme_1 h3 a,
.content.theme_1 h4 a,
.content.theme_1 h5 a,
.content.theme_1 h6 a {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.content.theme_1 h1 a:hover,
.content.theme_1 h2 a:hover,
.content.theme_1 h3 a:hover,
.content.theme_1 h4 a:hover,
.content.theme_1 h5 a:hover,
.content.theme_1 h6 a:hover {
	color: #111;
	text-shadow: none
}

.content.theme_1 ul li:before {
	color: #fff
}

.content.theme_1 table,
.content.theme_1 blockquote {
	color: #111;
	text-shadow: none
}

.content.theme_1 th {
	background: #111;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.content.theme_1 hr {
	background: #fff
}

.content.theme_1 .btn {
	text-shadow: none
}

.content.theme_1 .btn,
.content.theme_1 .btn+.btn:hover {
	color: #ae8958;
	background: #fff
}

.content.theme_1 .btn+.btn,
.content.theme_1 .btn:hover {
	color: #fff;
	background: #111
}

.content.theme_1 .btn+.btn:after {
	color: #ae8958;
	background: #fff
}

.content.theme_2 {
	color: #fff;
	background: #111;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.content.theme_2 h1,
.content.theme_2 h2,
.content.theme_2 h3,
.content.theme_2 h4,
.content.theme_2 h5,
.content.theme_2 h6 {
	color: #fff
}

.content.theme_2 a {
	color: #2bb4f7;
	text-shadow: none
}

.content.theme_2 a:hover {
	color: #fff
}

.content.theme_2 ul li:before {
	color: #ae8958
}

.content.theme_2 table,
.content.theme_2 blockquote {
	color: #111;
	text-shadow: none
}

.content.theme_2 th {
	background: #ae8958;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.content.theme_2 hr {
	background: #fff
}

.content.theme_2 .btn {
	text-shadow: none
}

.content.theme_2 .btn,
.content.theme_2 .btn+.btn:hover {
	color: #ae8958;
	background: #fff
}

.content.theme_2 .btn+.btn,
.content.theme_2 .btn:hover {
	color: #fff;
	background: #ae8958
}

.content.theme_2 .btn:after {
	color: #fff;
	background: #ae8958
}

.content.theme_2 .btn+.btn:after {
	color: #111;
	background: #fff
}

.content.theme_3 {
	color: #fff;
	background: #AE8959;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.content.theme_3 h1,
.content.theme_3 h2,
.content.theme_3 h3,
.content.theme_3 h4,
.content.theme_3 h5,
.content.theme_3 h6 {
	color: #fff
}

.content.theme_3 a {
	color: #fff;
	text-shadow: none
}

.content.theme_3 a:hover {
	color: #fff
}

.content.theme_3 ul li:before {
	color: #fff
}

.content.theme_3 table,
.content.theme_3 blockquote {
	color: #111;
	text-shadow: none
}

.content.theme_3 th {
	background: #ae8958;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.content.theme_3 hr {
	background: #fff
}

.content.theme_3 .btn {
	text-shadow: none
}

.content.theme_3 .btn,
.content.theme_3 .btn+.btn:hover {
	color: #ae8958;
	background: #fff
}

.content.theme_3 .btn+.btn,
.content.theme_3 .btn:hover {
	color: #fff;
	background: #ae8958
}

.content.theme_3 .btn:after {
	color: #fff;
	background: #ae8958
}

.content.theme_3 .btn+.btn:after {
	color: #111;
	background: #fff
}

.content.theme_transparent {
	color: #fff;
	background: rgb(17 17 17 / 90%);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.content.theme_transparent a {
	color: #ae8958
}

.content.theme_transparent a:hover {
	color: #fff
}

.content.theme_transparent h1,
.content.theme_transparent h2,
.content.theme_transparent h3,
.content.theme_transparent h4,
.content.theme_transparent h5,
.content.theme_transparent h6 {
	color: #fff
}

.content.theme_transparent ul li:before {
	color: #fff
}

.content.theme_transparent table,
.content.theme_transparent blockquote {
	color: #111;
	text-shadow: none
}

.content.theme_transparent th {
	background: #ae8958;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.content.theme_transparent hr {
	background: #fff
}

.content.theme_transparent .btn {
	text-shadow: none
}

.content.theme_transparent .btn,
.content.theme_transparent .btn+.btn:hover {
	color: #ae8958;
	background: #fff
}

.content.theme_transparent .btn+.btn,
.content.theme_transparent .btn:hover {
	color: #fff;
	background: #ae8958
}

.content.theme_transparent .btn:after {
	color: #fff;
	background: #ae8958
}

.content.theme_transparent .btn+.btn:after {
	color: #111;
	background: #fff
}

@media (max-width: 1024px) {
	.block.content.over_image.theme_transparent {
		background: #111;
		box-shadow: none
	}
}

::selection {
	color: #fff;
	background: #ae8958;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}

::-moz-selection {
	color: #fff;
	background: #ae8958;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}

.footer_logo {
	background: url(img/logo-simple.svg) no-repeat;
	width: 220px;
	height: 220px;
	opacity: 0.4;
	margin: 0 90px 0 50px
}

@media (max-width: 1200px) {
	.footer_logo {
		display: none
	}
}

.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 55px 40px 40px 40px;
	font-size: 0;
	color: #fff;
	font-family: Museo;
	background: #111
}

.footer a {
	color: #fff
}

.footer a:hover {
	color: #caa26d
}

.footer nav {
	width: 100%;
	margin-bottom: 40px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase
}

.footer nav li {
	display: inline-block
}

.footer nav li:after {
	position: relative;
	bottom: 4px;
	margin: 0 15px;
	font-size: 29px;
	content: '.';
	color: #caa26d
}

.footer nav li:last-child:after {
	display: none
}

.footer nav a {
	display: inline-block;
	margin-bottom: 15px
}

.footer-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	text-align: center
}

.footer-contact a {
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.3
}

.footer-contact a:before {
	margin-right: 10px;
	font-family: Icons;
	color: #caa26d
}

.footer-contact .address:before {
	content: '\e801'
}

.footer-contact .phone:before {
	content: '\e800'
}

.footer-contact .email:before {
	content: '\e807'
}

.footer .social-media {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px
}

.footer .social-media span {
	margin-right: 10px;
	font-size: 20px;
	font-weight: 300;
	white-space: nowrap
}

.footer .social-media a {
	margin: 13px;
	font-size: 42px
}

.footer .social-media a:hover {
	color: #ae8958
}

.social-media a:after {
	font-family: Icons
}

.social-media a.facebook:after {
	content: '\e802'
}

.social-media a.google-plus:after {
	content: '\e804'
}

.social-media a.twitter:after {
	content: '\e80a'
}

.social-media a.instagram:after {
	content: '\e806'
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin-top: 40px;
	font-size: 15px;
	text-align: center
}

.footer-bottom a {
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #caa26d
}

.footer-bottom a:hover {
	color: #fff
}

.gallery-carousel {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.gallery-carousel .thumbnail {
	border-right: 1px solid #fff
}

.image .btn span {
	padding: 11px 15px;
	font-family: Museo;
	font-size: 17px;
	color: #111;
	text-transform: uppercase;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25)
}

.image .btn:hover span {
	color: #fff;
	background: #ae8958
}

.page-home .hero h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 14px 18px;
	font-family: Museo;
	font-size: 1.55vw;
	font-weight: 200;
	color: #fff;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	background: rgb(174 137 88 / 80%);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15)
}

@media (max-width: 1024px) {
	.page-home .hero h2 {
		display: none
	}
}

.home_intro .content_wrapper {
	max-width: 1420px;
	margin: 0 auto;
	padding: 40px 30px;
	font-size: 19px;
	font-weight: 200;
	text-align: center
}

@media (min-width: 1600px) {
	.home_intro .content_wrapper {
		max-width: 1500px;
		font-size: 20px
	}
}

@media (max-width: 600px) {
	.home_intro .content_wrapper {
		padding: 20px 15px;
		font-size: 17px
	}
}

.buildings_list {
	margin-top: 120px
}

.buildings_list .image {
	min-height: 400px;
	transition: all 0.25s;
	border-right: 1px solid rgba(255, 255, 255, 0.8)
}

.buildings_list .image:hover .btn span {
	padding: 13px 17px;
	font-size: 18px
}

.buildings_list .image:before {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	content: '';
	color: #fff;
	transform: translateY(-100%);
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	background-color: #111;
	background-repeat: no-repeat;
	background-position: center
}

.buildings_list .arena_brisbane:before {
	content: 'Sunnybank Heights - Sunny Bank – Brisbane';
	display: flex;
	align-items: center;
	justify-content: center;
}

.buildings_list .brisbane_skytower:before {
	content: 'Mc Whirters - Fortitude Valley, Brisbane';
	display: flex;
	align-items: center;
	justify-content: center;
}

.buildings_list .the_eminence:before {
	content: 'Sky Garden - Upper Mount Gravatt, Brisbane';
	display: flex;
	align-items: center;
	justify-content: center;
}

.buildings_list .ivy_and_eve:before {
	content: 'Sienna - Upper Mount Gravatt, Brisbane';
	display: flex;
	align-items: center;
	justify-content: center;
}

.buildings_list .princess_regent:before {
	content: 'La Vida - Newstead, Brisbane';
	display: flex;
	align-items: center;
	justify-content: center;
}

.buildings_list .atlas_brisbane:before {
	content: 'W4 apartments - Tenneriff, Brisbane';
	display: flex;
	align-items: center;
	justify-content: center;
}

.buildings_list .australia_108:before {
	content: 'Surfers Palms North - Benowa, Gold Coast';
	display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1500px) {
	.buildings_list_4 {
		flex-wrap: wrap
	}

	.buildings_list_4 .image {
		width: 50%;
		min-height: 350px
	}

	.buildings_list_4 .image:nth-last-child(1),
	.buildings_list_4 .image:nth-last-child(2) {
		margin-top: 120px
	}
}

@media (max-width: 1024px) {
	.buildings_list_4 .image {
		width: 100%;
		min-height: 400px
	}

	.buildings_list_4 .image:nth-last-child(1),
	.buildings_list_4 .image:nth-last-child(2) {
		margin-top: 0
	}
}

@media (max-width: 600px) {
	.buildings_list_4 .image {
		min-height: 300px
	}
}

@media (max-width: 1024px) {
	.buildings_list .image {
		margin-bottom: 120px
	}

	.buildings_list .image:last-child {
		margin-bottom: 0
	}
}

@media (max-width: 600px) {
	.buildings_list .image {
		min-height: 300px
	}
}

.content .five_column_list {
	text-align: center;
	columns: 5
}

.content .four_column_list {
	text-align: center;
	columns: 4
}

.content .three_column_list {
	text-align: center;
	columns: 2
}

@media (max-width: 1500px) {

	.content .five_column_list,
	.content .four_column_list {
		columns: 2
	}
}

@media (max-width: 600px) {

	.content .five_column_list,
	.content .four_column_list,
	.content .three_column_list {
		columns: 1
	}
}

.contact_list {
	margin-top: 33px
}

.contact_list li:before {
	display: none
}

.section,
.hero {
	border-bottom: 1px solid #fff
}

.block.image+.block.image {
	border-left: 1px solid #fff
}

.maintenance_request_form {
	padding: 22px 0 10px 0
}

.align_to_top .content_wrapper {
	align-self: flex-start
}

.layout.padding .content.theme_default {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1)
}

.layout.triple h1 {
	font-size: 28px
}

.layout.double h1 {
	font-size: 30px
}

@media (max-width: 1024px) {
	.layout.triple h1 {
		font-size: 25px
	}

	.layout.double h1 {
		font-size: 27px
	}
}

@media (max-width: 600px) {
	.layout.triple h1 {
		font-size: 21px
	}

	.layout.double h1 {
		font-size: 24px
	}
}

img.headshot {
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	display: block;
	border-radius: 100%;
	margin: 0 auto
}

.buildings_list .brisbane_one:before {
	background-image: url(img/buildings/brisbaneone_logo.svg);
	background-size: 85% 72%;
}

.buildings_list .harmony:before {
	background-image: url(img/buildings/harmony_logo.svg);
	background-size: 66% 51%;
}

.buildings_list .collins:before {
	background-image: url(img/buildings/collins_logo.svg);
	background-size: 82% 46%;
}

.buildings_list .skyone:before {
	background-image: url(img/buildings/skyone_logo.svg);
	background-size: 66% 60%;
}

.buildings_list .ruby:before {
	background-image: url(img/buildings/ruby_logo.svg);
	background-size: 85% 82%;
}

.buildings_list .arise_on_hope:before {
/* 	background-image: url(img/buildings/hope_street_apt_white.png);
	background-size: 45% 60%; */
	content: 'University Square - Parkwood, Gold Coast';
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu>ul>li.mega-dropdown>.sub-menu>li {
	flex: 1 12.5%;
}

.menu .mega-dropdown>.sub-menu>li>a {
	padding: 12px;
}

nav.menu>ul>li:nth-last-child(3)>.sub-menu {
	columns: 2;
}

.header.collapsed nav.menu>ul>li:nth-last-child(3)>.sub-menu,
.header.collapsed .mega-dropdown .sub-menu {
	display: none !important;
}

@media (min-width: 1024px) and (max-width: 1600px) {
	.buildings_list {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.buildings_list ul[class*='slideshow-'] {
		margin-top: 120px;
	}

	.buildings_list .image:before {
		transform: none;
	}

	.buildings_list .image {
		width: 50%;
		min-height: 350px;
		margin-bottom: 120px;
	}

	.buildings_list .image .btn {
		margin-top: 240px;
	}
}

.footer_logo {
	display: none;
}

.footer_right {
	margin: 0 auto;
}
/* 非移动端的时候显示很高 */
@media (min-width: 600px){
  .bottom-content{
  	height: 380px;
  }
  .bottom-top{
  	  margin-top: 280px;
  }
}
@media (min-width: 746px){
  .bottom-content{
  	height: 480px;
  }
  .bottom-top{
  	  margin-top: 280px;
  }
}
@media (min-width: 800px){
  .bottom-content{
  	height: 480px;
  }
  .bottom-top{
  	  margin-top: 252px;
  }
}
@media (min-width: 1024px){
  .bottom-content{
  	height: 680px;
  }
  .bottom-top{
  	  margin-top: 0;
  }
} /*>=1024的设备*/

