/*
Theme Name: myLandBaron
Version: 1.0
Author: Alex Delacruz
Author URI: http://www.Zvendor.com
*/
/* Body */

html{
	text-align: center;
	padding: 0px;
	margin: 0px;
}
body{
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: lato, arial;
	font-size: 11pt;
}
h1{
	
}
h2{
	
}
h3{
	
}
#mobile-menu{
	color: #FFF !important;
	font-size: 2em;
}
a{
	color: #0008F9;
	text-decoration: none;
}		
	a:hover{
		color: #1151FF;
	}
.checks{
  list-style: none;
  width: 100%;
}
.checks li{
	margin-top: 0px;
	padding: 0px;
}
.checks li:before{
		content: '✔';
		font-size: 1.75em;
		color: #000;
	}
.large{
	font-size: 1.2em;
}
.left{
	float: left;
}
.right{
	float: right;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.container{
	width: 80%;
	margin: auto;
}
.post-container{
	width: 80%;
	margin: auto;
}
.post-container .post img {
    width: 100%;
	height: auto;
}
.half{
	width: 50%;
}
.twothird{
	width: 66.6%;
}
.third{
	width: 33.3%;
}
.threefourth{
	width: 75%;
}
.fourth{
	width: 25%;
}
.clear{
	clear: both;
}
.post{
	margin-bottom: 4%;
}
.post img{
	max-width: 100%;
}
.mobile-menu{
	display: none;
}
.listing{
	border: 1px solid #CCC;
	margin: 2%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	.title{
		height: 30px;
		overflow: hidden;
		margin: 0 0 5px;
		padding: 0 0 10px;
		text-wrap: none;
		word-break: none;
	}
	.description{
		height: 60px;
		overflow: hidden;
		margin: 0 0 5px;
		padding: 0 0 10px;
		text-wrap: none;
		word-break: none;
	}
	.description:after{
        content: '...';
    }
	.listingimg{
		position: relative;
		z-index: 1;
	}
	.thumb{
		object-fit: cover;
		width: 100%;
		height: 250px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		z-index: -1;
	}
	
.dave{
	width: 100%;
}
.nodrama{
	background:  url('img/no-drama.png') no-repeat;
	background-size: 300px 250px;
	width: 300px;	
	height: 250px;
	position: absolute;
	margin-top: 100px;
	margin-left: 40px;
	top: 0;
	left: 0;
}
.guarantee{
	background:  url('img/guarantee.png') no-repeat;
	background-size: 300px 250px;
	width: 300px;	
	height: 250px;
	position: absolute;
	margin-top: 100px;
	margin-right: 40px;
	top: 0;
	right: 0;
}
.nodramadescription{
	background: #FFF;
	padding: 5px;
	position: absolute;
	margin-top: 290px;
	margin-right: 45px;
	top: 0;
	right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	opacity: 0;
	transition: .5s opacity ease-in-out;
}
.nodrama:hover + .nodramadescription, .nodramadescription:hover{
	display: block;
	opacity: 1;
	transition: .5s opacity ease-in-out;
}

.textmebutton{
	background: #3be52e;
	color: #FFF;
	padding: 10px 20px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
	.textmebutton:hover{
		cursor: pointer;
		background: #20d512;
	}
.textme{
	padding: 0px 15px;
}	
.textme-image{
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.side-text{
	padding: 50px 0px;
}
.floating-button{
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 250px;
	z-index: 90;
}
.floating-button .textmebutton{
	margin-top: 15px;
}
.xlist {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.xlist, .xlist a{
	color: #666;
}
.xlist li:before {
  content: '✘ ';
  margin: 10px 10px 0px;
}
.border{
	border: 1px solid #CCC;
}
.floating-button .dave{
	background: #3be52e;
	border: 5px solid #3be52e;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-top: -4px;
	margin-left: -4px;
}
.alignright{
	float: right;
	padding-left: 15px;
}
.text-right{
	text-align: right;
}
.alignleft{
	float: left;
	padding-right: 15px;
}
.text-left{
	text-align: left;
}
.contactform input, .contactform textarea{
	font-size: 14pt; 
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
}
.leftthumb{
	width: 75px;
	height: 75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 4%;
}

	.img{
		width: 80%;
		height: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.overlay {
		position: absolute;
		z-index: 2;
	}
		.play{
			top: 30%;
			left: 38%;
			cursor: pointer;
		}
		.sold{
			background: url('img/sold.png?reload') no-repeat;
			height: 100px;
			width: 100px; 
			left: 0%;
			top: 0%;
		}
		.pending, .price{
			right: 0%;
			bottom: 0%;
			width: 40%;
			text-align: center;
			margin-bottom: 4px;
		}
		.down{
			right: 0%;
			bottom: 40px;
			width: 40%;
			text-align: center;
			margin-bottom: 4px;
		}
		.deal{
			right: 0%;
			top: 0%;
			width: 90%;
			text-align: center;
		}
		
.bold{
	font-weight: bold;
}
/* Header */

.header-left{
	float: left;
	width: 30%;
}
.header-right{
	float: right;
	width: 70%;
}
.header{
	background: #000;
	height: 63px;
}
	.header ul{
		list-style: none;
		padding: 0px;
		margin: 0px;
		text-align: right;
	}
	.header ul li{
		display: inline;
		padding: 0px 20px;
		line-height: 60px;
	}
	.header ul li a{
		text-decoration: none;
		color: #FFF;
	}
	.header ul li a:hover{
		text-decoration: underline;
		
	}
	.header ul li:last-child{
		white-space:nowrap;
		display:inline-block;
	}
	.header ul li:last-child a{
		background: #B91110;
		color: #FFF !important;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		padding: 10px 15px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: none;
		cursor: pointer;
	}
	.header ul li:last-child a:before{
		content:url('img/deals.png');
		position:relative;
		top:7px;
	}
	.header ul li:last-child a:hover{
		background: #CC1212;
		text-decoration: none !important;
	}

#map_wrapper {
    height: 350px;
	width: 100%;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#map{
	width: 100%;
	height: 400px;
}
#map:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:60px;
	background-color:white;
	-webkit-clip-path:polygon(0 0, calc(50% - 100px) 0, 50% 100%, calc(50% + 100px) 0, 100% 0, 100% 100%, 0 100%);
	-moz-clip-path:polygon(0 0, calc(50% - 100px) 0, 50% 100%, calc(50% + 100px) 0, 100% 0, 100% 100%, 0 100%);
	clip-path:polygon(0 0, calc(50% - 100px) 0, 50% 100%, calc(50% + 100px) 0, 100% 0, 100% 100%, 0 100%);
}
.map{
	width: 32.3% !important;
	margin: 0 1% 0 0 !important;
}
.homepageleftfloat{
	width: 64.6% !important;
	margin: 0 0 0 1% !important;
}
/* Footer */
.footer{
	background: #0E0E0E;
	min-height: 300px;
	color: #606060;
	padding: 0.5%;
}
	.footer ul{
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
		.footer li{
			display: inline;
			margin: 0px 1%;
		}
		.footer a{
			color: #606060;
		}
			.footer a:hover{
				color: #CCC;
				text-decoration: underline;
			}
/* Sidebar */
.sidebar{
	background: #F7F7F7;
	padding: 2%;
}
/* Assets */
.optin{
	height: 80%;
	background: #F2F2F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	opacity: 0.8 !important;
	filter: alpha(opacity=80);
}
	.optin input[type='text']{
		width: 90%;
		padding: 7px;
		margin: 3px 1%;
	}
	.optin input[type='submit']{
		float: right;
		margin: 3px 10px;
	}
.abutton{
	background: #0E4E8C;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	white-space: nowrap;
}
	.abutton:hover{
		background: #125EA5;
		text-decoration: none !important;
	}
	.greyabutton{
		background: #000;
		color: #FFF !important;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		padding: 10px 15px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 2px solid #FFF;
		cursor: pointer;
		opacity: 0.8 !important;
		filter: alpha(opacity=80);
	}
		.greyabutton:hover{
			background: #23282D;
			text-decoration: none !important;
		}

.videocontainer, .homevideocontainer{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
}
.video, .homevideo{
	position: fixed;
	top: 20%;
	left: 24%;
	z-index: 9;
	width: 100%;
	height:auto;
}
.video iframe, .video object, .video embed, .homevideo iframe, .homevideo object, .homevideo embed{
	width: 720px;
	height: 460px;
	z-index: 9 !important;
}
.videoclose, .homevideoclose{
	position: fixed;
	top: 16%;
	left: 24%;
	z-index: 9;
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 1% 2%;
	cursor: pointer;
}
.videobg{
	position: fixed;
	top: 0;
	background: #000;
	z-index: 8;
	height: 100%;
	width: 100%;
}
.block{
	display: block;
}
.white{
	color: #FFF;
}
.has-vivid-red-color, .red{
	color: #B91110;
}
.has-vivid-cyan-blue-color, .blue{
	color: #125EA5;
}
.redbg{
	background: #B91110;
}
	.redbg:hover{
		background: #CC1212;
	}
.blackbg{
	background: #0E0E0E;
}
.greenbg{
	background: #1FA425;
}
.greybg{
	background: #DADADA;
}
.bluebg{
	background: #0E4E8C;
}	
	.bluebg:hover{
		background: #125EA5;
	}
.whitebg{
	background: #FFF;
}
.transparent{
	opacity: 0.8 !important;
    filter: alpha(opacity=80);
}
.has-text-align-center, .center{
	text-align: center;
}
.padding{
	padding: 10px;
}
.round{
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.big{
	font-size: 1.5em;
	padding: 2% 5%;
}
.websitefield{
	display: none !important;
}
.fixedheight{
	height: 260px;
	overflow: hidden;
}
	.fixedheight ul{
		overflow: hidden;
	}
/* modal */
.modal{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}
.avatar{
	object-fit: contain;
	width: 100%;
}
.modal > .modal-background{
	position: fixed;
	background-color:rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 1010;
	top:0px;
}
.modal > .modal-content{
	position: relative;
	width:35%;
	height: auto;
	background-color: white;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	z-index:1011;
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;
	padding: 3%;
}
.modal-input{
	background-color: #f0f0f0;
	width: 100%;
	padding: 7px 5px;
	border: 1px solid #ccc;
	border-radius:3px;
	box-sizing: border-box;
	font-family: lato, arial;
}
.select-opt{
	position: relative;
	display: inline;
	border-radius: 3px;
	padding: 5px 0px;
	color: white;
}
.modal-label{
	position: relative;
	overflow: hidden;
	padding: 5px 16px;
	border-radius: 3px;
	cursor: pointer;
}
.modal-label.selected{
	background-color: #3be52e;
	color: #fff;
}
.modal-choose{
	position: absolute;
	top:0px;
	left: 0px;
	display: none;
}
.modal-close{
	position: absolute;
	top: 7px;
	right:10px;
	opacity: 0.5;
	cursor: pointer;
}
.open-modal{
	cursor: pointer;
	display: block;
}

/* Responsive */
@media (max-width: 1200px) {
	.modal > .modal-content{
		width:40%;
		padding: 2%;
	}
	.container{
		width: 98%;
	}
	.header ul li{
		padding: 0px 15px;
		font-size: 10pt;
	}
}
@media (max-width: 900px) {
	.header-left{
		width: 100%;
		text-align: center;
	}
	.header-right{
		width: 100%;
	}
	.header{
		height: 130px;
	}
	.header ul{
		width: 100%;
		text-align: center;	
	}
	.header ul li{
		padding: 0px 15px;
	}	
	.description{
		font-size: 10pt;
	}
	.checks{
	  width: 90%;
	}
	.nodrama{
		background-size: 182px 150px;
		width: 182px;	
		height: 150px;
		margin-top: 200px;
		margin-left: 20px;
	}
	.guarantee{
		background-size: 182px 150px;
		width: 182px;	
		height: 150px;
		margin-top: 200px;
		margin-right: 20px;
	}
}
@media (max-width: 800px) {
	.third{
		width: 50%;
	}
	.hide800{
		display: none;
	}
	.half{
		float: none;
		width: 100%;
		margin: 0px auto;
	}

	.modal > .modal-content{
		width:60%;
	}
	.nodrama, .guarantee{
		display: none;
	}
	.featured-title{
		padding: 50px 0px;
	}
	.side-text{
		padding: 5px 0px;
	}
}
@media (max-width: 600px) {
	.header ul li{
		padding: 0px 8px;
	}	
	.threefourth h2{
		text-align: center;
	}
	.threefourth, .fourth{
		float: none;
		width: 100%;
	}
	.contactleft, .contactright{
		float: none;
		width: 90% !important;
		text-align: left !important;
	}
	.contactform input, .contactform textarea{
		width: 90% !important;
	}
	.twothird, .third, .half{
		float: none;
		width: 96%;
		margin: 0px auto;
	}
	.map{
		width: 100% !important;
		margin: 0 !important;
	}
	.modal > .modal-content{
		width:80%;
	}
	.floating-button{
		width: 100%;	
	}
	.floating-button .textmebutton{
		padding: 20px 0px;
	}
	.floating-button .dave{
		display: none;
	}
	.side-text, .featured-title{
		padding: 0px;
	}
}
@media (max-width: 480px) {
	.modal > .modal-content{
		width:90%;
		padding: 1%;
	}
	.header{
		height: auto;
		background: #000;
	}
	.header-left, .header-right{
		width: 100%;
		float: none;
	}
	.header ul li, .header ul li:last-child{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
	#mobile-menu{
		display: block;
		padding: 5% 0% 5%;
	}
}
@media (max-width: 320px) {
	.bottom-banner{
		background: #3A83AF;
	}
	.grass{
		top:600px;
	}
	.aboutbutton{
		left: 5.5%;
		top: 380px;
	}
	.call{
		top: 310px;
		left: 5%;
		background-size: 62% auto;
	}
}
