/*--------------------------------------------------------------------------------------
Theme Name: lanetreehoa
Theme URI: 
Author URI: http://goigi.com/
Description: 
Author: GOIGI
Version: 
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
.wpcf7 input[type="date"]:before {
    content: attr(placeholder);
}
img.postthmb {
    width: 100%;
    height: 350px;
}
img.postthumb {
    width: 100%;
    height: 500px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    display: flex;
    padding: 0px 10px;
    column-gap: 15px;
}
.nav-link {
    padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 15px 10px;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
h1.bannerhead {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}
.download-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-right: 10px;
  }
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
}
.form-row{
	width: 100%;
}
.column-half{
	float: left;
	position: relative;
	padding: 10px 5px;
	width:50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.column-third-half {
    float: left;
    position: relative;
    padding: 10px 5px;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column-full {
	float: left;
	position: relative;
	padding: 10px 5px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7-select,.wpcf7-date {
   background-color: #fff;
   height: 40px;
   text-align: left;
   padding-left: 15px;
   width: 100%;
   padding: 8px;
   border: 1px solid #304590;
   border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box
}
.wpcf7 textarea {
	background-color: #fff;
    height: 130px;
    text-align: left;
    padding-left: 15px;
	width: 100%;
	padding: 8px;
	border: 1px solid #304590;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 50px 5px 50px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 0px;
    letter-spacing: 1px;
    background-color: #f93e45;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    cursor: pointer !important;
    border: 2px solid transparent;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #b3b3b3;
    color: #ffffff;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #304590;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
input#um-submit-btn {
    background: #efa802;
}
.arrow {
  border: solid #45c545;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
@media only screen and (min-width: 768px) {
    
    .banner-content {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    width: 100%;
    height: 60vh !important;
}

.banner-content .banner-span {
    display: inline-block;
    color: #fff;
    background-color: #f93e45;
    font-weight: 500;
    border-radius: 30px;
    padding: 3px 18px;
    margin-bottom: 20px
  }
}