/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0.6
*/
:root {
    --pink: #ec235a;
}
html {
    color: #575757;
}

.show-desktop-only {
	display: block;
}

@media screen and (max-width: 1224px) {
	.show-desktop-only {
		display: none;
	}
}

#theme-page,
#mk-theme-container {
	overflow-x: hidden;
}
#enquiryForm {
}
#enquiryForm input[type="text"] {
  width: 100%;
}
#enquiryForm .gform_wrapper ul li.gfield {
  /*margin-top: 0;*/
}
#enquiryForm .gfield_label {
  box-sizing: border-box;
  float: left;
  width: 30%;
  display: block;
  line-height: 46px;
}
#enquiryForm .ginput_container {
  box-sizing: border-box;
  float: left;
  width: 70%;
}
#enquiryForm .ginput_container.ginput_container_checkbox {
  width: 100%;
  text-align: center;
  margin-top: 0;
}
#enquiryForm .ginput_container.ginput_container_checkbox label {
  margin-top: 6px;
}
.property-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(images/bed.svg);
  background-position: bottom;
}
.property-icon-bedrooms {
  background-image: url(images/bed.svg);
}
.property-icon-bathrooms {
  background-image: url(images/shower.svg);
}
.property-icon-car_spaces {
  background-image: url(images/car.svg);
}
.property-icon-land_size {
  background: none;
  display: none;
}
.property-list-page-content {
  /*margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 40px;
  text-align: center;*/
	position: relative;
	z-index: 0;
	padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
	.property-list-page-content {
		padding-bottom: 0;
	}
}
.property-list-page-content h1,
.property-list-page-content h2,
.property-list-page-content h3,
.property-list-page-content h4,
.property-list-page-content h5,
.property-list-page-content h6 {
  margin: 0 0 10px 0;
}
.property-list {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.property-list .property {
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
/*.property-list .property:nth-child(2n-1) {
  clear: both;
  padding: 0 15px 0 30px;
}*/
.property-list .property h3 {
  background: #0E2D0B;
  color: #F9CB32;
  text-align: center;
  padding: 20px;
  font-size: 2em;
  margin: 0;
}
.property-list .property .image-wrapper {
  position: relative;
}
.property-list .property .image-wrapper .main-image {
  width: 100%;
}
.property-list .property .image-wrapper .property-features {
  position: absolute;
  bottom: 0;
  left: 5px;
  font-size: 1.2em;
}
.property-list .property .image-wrapper .property-features .feature {
  background: #0E2D0B;
  float: left;
  color: #fff;
  margin-right: 5px;
  padding: 5px 10px;
  display: flex;
}
.property-list .property .property-details {
  background: #ffffff;
  padding: 20px;
  color: #0E2D0B;
}
.property-list .property .property-details:after {
  display: block;
  content: " ";
  clear: both;
}
.property-list .property .property-details .price {
  margin-bottom: 10px;
}
.property-list .property .property-details .price .price-text {
  display: block;
  color: #F27825;
  font-size: 2em;
  font-weight: bold;
}
.property-list .property .property-details .price .pdf-link {
 	float: right;
 	margin-top: 10px;
	color: #0E2D0B
}
.property-list .property .property-details .price .pdf-link:hover {
	text-decoration: underline;
}
.property-list .property .property-details .price .pdf-link:before {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -0.3em;
  content: " ";
  width: 1.4em;
  height: 1.4em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/08/pdf-green.svg);
  background-position: bottom;
}
.property-list .property .property-details .button.button-enquire {
  float: right;
}
@media screen and (max-width: 768px) {
	.property-list,
	.property-list-page-content {
		padding-left: 35px;
		padding-right: 35px;
	}
	.property-list .property {
		width: 100%;
	}
}

.nationalhide {
  display: none;
}
/*
#mk-footer {
  background: #0E460A url(https://wildflowerridgeestate.com.au/wp-content/themes/jupiter-child/images/footer-ticker.svg) top repeat-x;
  background-size: auto 51px;
}
@media screen and (max-width: 768px) {
	#mk-footer {
		background-size: auto 36px;
	}
}
*/
#mk-footer .btn {
  line-height: 60px;
  background: #fff;
  color: #000 !important;
  text-transform: uppercase;
  width: 70%;
  min-width: 200px;
  text-align: center;
  border-radius: 10px;
  display: block;
}
.mk-footer-copyright {
  padding: 45px 0 45px;
  width: 100%;
  text-align: center;
}
div.workhouse {
  width: auto !important;
  height: auto;
  display: inline;
}
.workhouse a {
  display: inline-table;
  padding: 0 90px 0 0;
  background: url(http://wildflowerridgeestate.com.au/wp-content/uploads/2016/07/workhouse.png)
    right 4px no-repeat;
  background-size: 85px 15px;
  text-decoration: none !important;
  opacity: 0.4;
  color: white;
  font-weight: 400 !important;
}
div.workhouse span {
  display: none;
}
div.workhouse a:hover {
  opacity: 0.6;
  color: #fff !important;
}
.theme-page-wrapper.full-layout.mk-grid.vc_row-fluid {
  display: none;
}
#fancy-title-6 {
    font-weight:400 !important;
}
.px-0 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*@media handheld, only screen and (max-width: 1140px) {
  .mk-main-wrapper-holder {
    display: none;
  }
}*/
@media only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  div.workhouse {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #mk-footer .mk-padding-wrapper {
    padding: 0 !important;
  }
  #mk-footer [class*="mk-col-"] {
    padding-left: 0 !important;
  }
}
#stages-preview {
    margin-bottom: 45px;
}
#stages-preview .wpb_single_image {
    margin-bottom: 20px !important;
}
#stages-preview h3 {
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 32px !important;
	color: #F9CB32 !important;
}
#stages-preview p {
    line-height: 22px;
    margin-bottom: 20px;
	color: #fff !important;
}

#stages-preview .vc_col-sm-4 {
	position:relative;
	background: #0E2D0B;
	border-radius: 10px !important;
	padding: 0 !important;
	padding: 20px !important;
}

#stages-preview .mk-button-container {
	text-align: left;
}

@media screen and (min-width: 768px) {
    #stages-preview {
        margin-bottom: 90px;
    }
	#stages-preview .mk-padding-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
    #stages-preview .vc_col-sm-4 {
        min-height: 520px !important;
		padding-bottom: 100px !important;
		width: calc(33% - 10px);
		float: none;
    }
    #stages-preview .mk-button-container {
        position: absolute;
        bottom: 32px;
    }
}
@media screen and (max-width: 768px) {
    .vc_col-sm-4 {
        margin-bottom: 55px;
    }
}

.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.cta {
    color: var(--pink);
}
.cta a {
    border-color: var(--pink) !important;

}
.watermark-left {
    position: relative;
}
.watermark-left::before {
    content:"";
    background-image: url('images/watermark.png');
    background-repeat: no-repeat;
    width: 427px;
    height: 372px;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: -120px;
}
@media screen and (max-width: 768px) {
    .watermark-left::before {
        bottom: 0;
    }
}
.menu-hover-style-1
  .main-navigation-ul
  > li.menu-item.headerbutton
  > a.menu-item-link {
  padding: 0 14px !important;
}
.main-navigation-ul>li.menu-item>a.menu-item-link {
	font-family: "Bebas Neue", sans-serif !important;	
	font-weight: 500 !important;
}
.main-navigation-ul * {
	transition: all .25s ease-in-out !important;
}
.main-navigation-ul > li.menu-item.header-button {
	height: 120px;
    display: flex;
    align-items: center;
}
header.a-sticky .main-navigation-ul > li.menu-item.header-button {
	height: 90px;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul > li.menu-item:not(.header-button) > a.menu-item-link:hover, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul > li.menu-item:not(.header-button):hover > a.menu-item-link, .trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-2 .main-navigation-ul > li.current-menu-item > a.menu-item-link {
	color: #FDCD07 !important;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .main-navigation-ul > li.menu-item.header-button > a.menu-item-link,
.main-navigation-ul > li.menu-item.header-button > a.menu-item-link,
.header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li.menu-item.header-button > a {
	display: inline-block;
	font-family: "Bebas Neue", sans-serif !important;	
	font-weight: 500 !important;
	font-size: 20px;
	border: 2px solid #ffffff;
	background: transparent;
	color: #0E460A !important;
	border-radius: 10px;
	padding: 16px 24px !important;
	margin-left: 24px;
	height: auto !important;
	line-height: 1 !important;
}

.main-navigation-ul > li.menu-item.header-button > a.menu-item-link {
	border-color: #0E460A !important;
}

.trans-header .main-navigation-ul > li.menu-item.header-button > a.menu-item-link {
	border-color: #ffffff !important;
}

.trans-header .a-sticky .main-navigation-ul > li.menu-item.header-button > a.menu-item-link {
	border-color: #0E460A !important;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .main-navigation-ul > li.menu-item.header-button > a.menu-item-link {
	color: #ffffff !important;
}

.header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li.menu-item.header-button > a {
	border-color: #0E460A;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li.menu-item.header-button > a {
	color: #ffffff !important;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .main-navigation-ul > li.menu-item.header-button > a.menu-item-link:hover,
.menu-hover-style-2 .main-navigation-ul > li.menu-item.header-button > a.menu-item-link:hover,
.header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li.menu-item.header-button > a:hover {
	border: 2px solid #0E460A;
	background: #0E460A;
	color: #ffffff !important;
}

.header-align-left .mk-grid .main-navigation-ul li.no-mega-menu>ul.sub-menu {
	left: -10px;
	margin-top: -32px
}
h1, h2, h3 {
	line-height: 1 !important;
}

h4, h5, h6 {
	line-height: 1.25 !important;
}

.mk-button.my-new-button,
.my-new-button .mk-button,
.property-list .property .property-details .button.button-enquire,
.gform_legacy_markup_wrapper .gform_footer input.button,
.mk-blog-meta .mk-button {
	font-family: "Bebas Neue", sans-serif !important;	
	font-weight: 500 !important;
	font-size: 20px !important;
	background: #0E460A !important;
	color: #FFFFFF !important;
	border-radius: 10px !important;
	padding: 19px 24px 17px !important;
	height: auto !important;
	line-height: 1 !important;
	box-shadow: none !important;
	border: none !important;
}

.mk-button.my-new-button:hover,
.my-new-button .mk-button:hover,
.property-list .property .property-details .button.button-enquire:hover,
.gform_legacy_markup_wrapper .gform_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.mk-blog-meta .mk-button:hover {
	background: #5D7D6B !important;
	color: #ffffff !important;
	box-shadow: none !important;
}

#stages-preview a.mk-button {
	font-family: "Bebas Neue", sans-serif !important;	
	font-weight: 500 !important;
	font-size: 20px !important;
	border-radius: 10px !important;
	padding: 19px 24px 17px !important;
	height: auto !important;
	line-height: 1 !important;
	box-shadow: none !important;
	border: none !important;
	background: #F9CB32 !important;
	color: #0E460A !important;
	z-index: 1;
}

#stages-preview a.mk-button:hover {
	background: #FFE282 !important;
	color: #0E460A !important;
	box-shadow: none !important;
}

.mk-page-section.innerpage-hero .mk-page-section-inner {
	width: 100% !important;
}

@media screen and (max-width: 768px) {
	.mk-page-section:not(.mk-adaptive-height):not(.intro-true).homepage-hero,
	.mk-page-section:not(.mk-adaptive-height):not(.intro-true).innerpage-hero {
		min-height: 400px !important;		
	}
}

@media handheld, only screen and (max-width:960px) {
	.theme-page-wrapper:not(.full-width-layout) .theme-content:not(.no-padding) {
		padding: 0 !important;
	}
}

.green-leaf {
	position: absolute;
	left: calc((100vw - 1140px) / -2);
	top: 0;
}

.kangaroo-paw {
	position: absolute;
	right: calc(((100vw - 1140px) / -2) + 32px);
	bottom: calc(((100vh - 290px) / -2) - 64px);
}

@media screen and (max-width: 1280px) {
	.green-leaf,
	.kangaroo-paw {
		display: none;
	}
}

#theme-page .theme-page-wrapper {
    margin: 0 auto !important;
}

#theme-page .theme-page-wrapper .theme-content {
    padding: 0 20px !important;
}

.full-width-4 .mk-video-color-mask,
.full-width-2 .mk-video-color-mask {
    height: 50%;
}

.leaf-overflow img {
	position: absolute;
	max-width: none;
}

@media screen and (max-width: 960px) {
	.leaf-overflow img {
		position: relative;
		width: 170%;
	}
}

.panel-nature-element {
	position: absolute;
	bottom: -20px;
	right: 0;
}

body:not(.compose-mode) .mk-page-section.full_layout.has-overflow-image {
	overflow: initial;
}

.mk-blog-meta .mk-blog-author,
.mk-blog-meta .mk-categories,
.blog-modern-social-section,
.mk-social-share,
.mk-author-name {
	display: none !important;
}

.mk-blog-modern-item .the-title a {
	font-size: 48px !important;
	line-height: 125% !important;
	color: #0E2D0B !important;
}

@media screen and (max-width: 768px) {
	.mk-blog-modern-item .the-title a {
		font-size: 36px !important;
	}
}

.mk-blog-hero.bold-style {
	background-color: #0E2D0B;
}
