/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

/* Supporting CSS for "Summerstone's The Pocket" on top of "summerstone.css" */

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

/*-- A. Template -------------------------------------------------------------*/

body{
	background-color: #203d30;
	font-family: "bicyclette", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.font-big-caslon{
	font-family: "big-caslon-fb", serif;
	font-weight: 400;
	font-style: normal;
}

.font-bicyclette {
	font-family: "bicyclette", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#fairland_bar{
	background: #203d30;
    box-shadow: none;
}

#land_site_header .nav_container .foreground{
	background-color: #203d30;
}
footer{
	background: #203d30;
}

#footer.land_site_footer .top{
	background-color: #365f4d;
    border-radius: 0 0 30px 30px;
}

#footer.land_site_footer .bot{
	background: #203d30;
}

@media(min-width:768px){
	#footer.land_site_footer .bot{
		padding: 60px 0 80px;
	}
}

#land_site_header .header_bar .label {
	font-family: "bicyclette", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}


.sidebar_item.map_key {
	font-family: "bicyclette", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #203d30;
}

#land_site_header .header_bar .nav_open img {
	width: 24px;
}

/*-- 1. Page: Land for Sale -------------------------------------------------------------*/

#land_site_header .header_bar .logo img{
	max-width: 120px;
}

#pocket-land-for-sale-header{
	background-color: #365f4d;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	min-height: 400px;
	transition-duration: .2s;
}

#pocket-land-for-sale-header .content{
	margin-top: 80px;
	padding: 0 15px;
	text-align: center;
}

#pocket-land-for-sale-header .content h1{
    font-size: 30px;
	font-weight: 200;
	margin: 0 0 15px;
	letter-spacing: 1px;
}

#pocket-land-for-sale-header .content h3{
	color: #9df1ce;
	margin: 0;
    letter-spacing: 3px;
    font-size: 15px;
}


/*-- --*/
body[data-entry-id="237435"] #masterplan{
	background-color: #b8bda7;
	padding: 10px;
}

body[data-entry-id="237435"] #masterplan .main{
	margin: 0;
	padding: 0;
}

body[data-entry-id="237435"] #masterplan .main .land_map.masterplan{
	max-width: 1200px;
    margin: 0 auto;
}

body[data-entry-id="237435"] #masterplan > div.panel_maxwidth{
	display: block;
	width: 100%;
}


@media(min-width:768px){
	body[data-entry-id="237435"] #masterplan > div.panel_maxwidth{
		display: block;
		width: 90%;
	}
}

body[data-entry-id="237435"] #masterplan .sidebar{
	background: none;
	margin: 0 0 50px;
    padding: 0;
	color: #fff;
	max-width: 100%;
    text-align: center;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_actions{
	display: none;
	background: none;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_item{
	background: none;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_item > h2{
	display: none;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_item.map_key{
	padding: 50px 0 0;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_item.map_key table{
	margin: 0 auto;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_item.map_key table tr{
    display: inline-block;
	margin-right: 20px;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_item.map_key table tr:last-of-type{
	margin-right: 0;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_item.map_key table tr .swatch{
	padding: 5px;
	border: none;
	border-radius: 50%;
	margin-top: 6px;
    box-shadow: 2px 2px 10px #0000001a;
}

body[data-entry-id="237435"] #masterplan .sidebar .sidebar_item.map_key table tr td{
	font-size: 14px;
	font-weight: 600;
	text-shadow: 2px 2px 10px #00000024;
}


/*-- --*/
body[data-entry-id="237435"] #info-for-builders{
    background: #365f4d;
}

body[data-entry-id="237435"] #info-for-builders h2{
	color: #b8bda7;
}

body[data-entry-id="237435"] #info-for-builders .download_section{
	border-radius: 15px;
}


@media(min-width:768px){
	
	#land_site_header .header_bar .logo img{
		max-width: 200px;
	}

	#pocket-land-for-sale-header{
		min-height: 700px;
	}

	#pocket-land-for-sale-header .content{
		margin-top: 120px;
	}

	#pocket-land-for-sale-header .content h1{
		font-size: 80px;
		margin: 0 0 25px;
	}

	#pocket-land-for-sale-header .content h3{
		font-size: 22px;
	}

	#footer.land_site_footer .top{
		border-radius: 0 0 50px 50px;
	}

}

@media(min-width:1200px){
	#pocket-land-for-sale-header{
		min-height: 750px;
	}
}



@media(min-width:1600px){
	#pocket-land-for-sale-header{
		min-height: 850px;
	}
}



/**-- Mobile Pinch to Zoom  --*/

.mobile-zoom-prompt {
	width: 30px;
	animation: zoom-in-zoom-out 2s ease infinite;

}

.zoom-div {
	display: block;
	background:#b8bda7; 
	display: flex; 
	justify-content: center;
}

@keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.2, 1.2);
	}
	100% {
	  transform: scale(1, 1);
	}
  }

@media(min-width:768px){
	.zoom-div {
		display: none;
	}
}

/*-- Lot Container --*/

.lot_panel {
	background: #f3f7ed;
	padding-top: 0;
}

@media(min-width:768px){
	.lot_panel {
		background: #f3f7ed;
		padding-top: 50px;
	}
}

.lot_panel .photo {
	display: none;
}

@media(min-width:768px){
	.lot_panel .photo {
		display: block;
	}
	
}

.lot_list {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 50px;
}

.lot_inner_container {
	display:flex;
	background: #fafafa;
	border-radius: 50px;
	transition: all .2s ease-in-out;
	padding: 20px;
	flex-direction: column;
}

@media(min-width:768px){
	.lot_inner_container {
		padding: 0;
		flex-direction: row;
	}
}

.lot_inner_container .button {
	flex:0.5; 
	align-items: center; 
	display: flex;
	justify-content: end;
}

@media(min-width:768px){
	.lot_inner_container .button {
		justify-content: start;
	}
}



.lot_inner_container:hover {
	transform: scale(1.015);
	background: #fff;
}


.lot_container {
	background: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.lot_inner_container .content {
	flex:2;
	display: flex;
	align-items: center;
	margin-left: 5%;
}


.lot_inner_container .content .text {
	width: 80%;
}

.lot_inner_container .content .text .status {
	text-transform: uppercase;
}

.lot_inner_container .content .text .lot_heading {
	display: flex; 
	align-items: baseline;
	border-bottom: #989898 1px solid;
	justify-content: space-between;
	padding: 10px 0;
	flex-direction: column;
}

@media(min-width:768px){
	.lot_inner_container .content .text .lot_heading {
		flex-direction: row;
	}
}

.lot_inner_container .content .text h3 {
	margin: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

.lot_inner_container .content .stage_name {
	font-family: "big-caslon-fb", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.lot_inner_container .content .lot_area {
	display: flex;
	align-items: end;
}

.lot_inner_container .content .lot_area .icon {
	width: 20px;
	margin-right: 10px;
}

.lot_inner_container .photo {
	flex:1;
	max-width:22%;
	margin-left: 20px;
}

.lot_inner_container .button .button_view {
	background: #c0c19b;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 20px;
}

.lot_inner_container .button .button_view:hover {
	background: #d3d4ad;

}

.lot_diagram svg polygon {
	fill: #c0c19b;
	stroke: #838550;
}

#fairland_bar .logo img {
	content:url("https://thepocketmorayfield.com.au/images/site_summerstonethepocket/logo_fairland_white.svg");
}


.panel_page_feature {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(https://thepocketmorayfield.com.au/images/site_summerstonethepocket/the-pocket_header_bg.jpg); background-size:cover !important;
}

#footer.land_site_footer .links {
	display:none;
}


/*-- Introduction Paragraph --*/

.intro_text {
	height:250px; 
	background:#b8bda7; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.intro_text > div {
	width: 75%;
}

.intro_text p {
	color:#203d30; 
	text-align:center; 
	font-size:16px; 
	line-height:160%;
}

@media(min-width:768px){
	.intro_text {
		height:375px; 
	}
	.intro_text p {
		font-size:25px; 
	}
	.intro_text > div {
		width: 50%;
	}
}



/*-- House and Land Template --*/

body[data-type-id="50"] .header_bar{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(https://thepocketmorayfield.com.au/images/site_summerstonethepocket/the-pocket_header_bg.jpg);
	background-size: cover !important;
}

body[data-type-id="50"] #land_site_header .header_bar .nav_open {
	color: #fff;
}

body[data-type-id="50"] #land_site_header .header_bar .nav_open > img {
	content:url("/images/interface/default/nav_open_white.svg");
}


