/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,600italic);

/*---------------------------------
	OVERRIDES
-----------------------------------*/

/* SLP CUSTOM STYLES */

section .grid:after {
	content: '';
	display: table;
	clear:both;
}

#property-hero {
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0;
	background-size: cover;
}

#property-hero-info h1{
	font-size: 2.5em;
	font-weight: lighter;
}

#property-hero-info {
	background: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 20%;
	padding: .5em 0;
	color: #ffffff;
}

#property-hero-info .col_3 h3 {

}

#property-hero-details {
	margin: 0;
}

#property-hero-details li{
    display: inline-block;
    padding: .5em 1em .5em 1em;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}

#property-hero-details li:first-child{
	padding-left: 0;
}

#property-hero-details li:last-child{
	border-right: none;

}

#slp-property-summary-text p {
	padding: .75em;
	line-height: 180%;
}



 .gallery a {
	width: calc(100% / 6);
	height: 200px;
	margin: 0;
	position: relative;
	border: none;
	overflow: hidden;
	padding: 0;
	border-radius: 0px!important;
	display: block;
	float: left;
}

.property-gallery-image {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	float: left;
	background-position: center center;
	margin: 0;
	position: relative;
	border: none;
	overflow: hidden;
}

.body-section {
	padding: 3em 0;
}

section:after {
	content: '';
	display: table;
	clear: both;
}

#property-summary {
	background: #fff;
}


#virtual-tour {
	background: #fff;
}

#location {
	color: #fff;
}

#location h5 {
	font-weight: lighter;
}

#slp-locations-button {
	display: block;
	padding: 1em .7em;
	text-align: center;
	background: transparent;
	border: 2px solid rgba( 255,255,255,1 );
	color: rgba(255,255,255,1);
	text-decoration: none;
	border-radius: 2px;
	width: 30%;
	margin: 1em auto;
	font-size: 1.2em;
	text-transform: uppercase;
}

#slp-locations-button:hover {

	border: 2px solid rgba( 255,255,255,.5 );
	color: rgba(255,255,255,.5);

}

#slp-google-map-section {
	height: 650px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#slp-contact-team {
	min-height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

#slp-contact-team a {
	color: #ffffff!important;


}

#slp-contact-team:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);

}

#slp-contact-team .grid {
	max-width: 800px;
	position: relative;
	z-index: 999;
} 

#slp-contact-team ul {
	margin: 1em 0;
}

#slp-contact-team li {
	margin: 0 0 10px 0;
	list-style-type: none;
	list-style: none;
	font-size: 1.3em;
}

#slp-contact-team address {
	font-size: 1.5em;
	margin-bottom: 2em;
	font-style: normal;
	line-height: 150%;
}

#slp-contact-team textarea {
	height: 100px;
}

.single-wwl_lead_page header#wwl-header-template{
	display: none;
}

#lead-wrapper {

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
		align-items: center;
		justify-content: center;
    color: #fff;

}

.lead-tint {
	width: 100%;
	min-height: 100vh;
	background: rgba( 0,0,0,.6 );
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2%;
}

.lead-tint h1 {font-size: 3em; text-align: center;}

#lead-wrapper:after {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

#lead-wrapper .wpcf7 {
    display: block;
		float: none;
		margin: 0 auto;
		max-width: 400px;
    vertical-align: middle;
    position: relative;
    z-index: 999;
}

/*#lead-wrapper .col_12 {
	    max-width: 400px;
    float: none;
    margin-left: auto;
    margin-right: auto;
        
}*/

#lead-wrapper .col_12 h2 {
color: #fff;

}

#lead-wrapper .col_12 input[type="submit"], #lead-wrapper .col_12 input {
	width: 100%;
}

#lead-wrapper .col_12 input[type="submit"] {background-color: #3dd5e3; margin-top: 18px;}

#lead-wrapper .col_12 div.wpcf7-validation-errors {border: 2px solid #3dd5e3;}

#lead-wrapper .col_12 div.wpcf7-mail-sent-ok {display: none;}

#lead-wrapper .col_12 span.wpcf7-not-valid-tip {color: #3dd5e3;}

#slp-see-more-button {
	display: block;
	padding: 1em 0;
	border-bottom: 1px #ccc solid;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) {
	

	
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	

	
}


@media all and (min-width: 480px) and (max-width: 768px) {

#property-hero-info .grid {
	max-width: 90%;
}

#property-hero-info h3.right {
	text-align: left;
}

#slp-locations-button {
	width: 100%;
}

#slp-google-map-section {
	height: 350px;
}

#property-summary .grid {
	max-width: 98%;
}

#contact-form-wrapper {
	padding-top: 30px;
}

#property-summary #wpcf7-f2092-o1 {
	display: block;
	width: 90%;
	margin: 0 auto;
}

#slp-contact-team #wpcf7-f2088-o2 {
	display: block;
	width: 90%;
	margin: 0 auto;
}

#property-hero-details li {
	width: 50%;
	float: left;
	display: block;
	padding: 5px;
	border: none;
}

#property-hero-info h1 {
    font-size: 1.8em;
    font-weight: lighter;

   }

  #property-hero-info h3.right {
  	    font-size: 1.5em;
  }

#lead-content .col_12 h2 {
      font-size: 1.7em;

     }

	
}

@media all and (max-width: 480px) {
	
	.gallery a {
		width: 100%;
	}



#property-hero-details li {
	width: 50%;
	float: left;
	display: block;
	padding: 5px;
	border: none;
}

#property-hero-info h1 {
    font-size: 1.8em;
    font-weight: lighter;

   }

  #property-hero-info h3.right {
  	    font-size: 1.5em;
  	    text-align: left;
  }

  #slp-locations-button {
  	width: 100%;
  }

  #slp-google-map-section {
	height: 350px;
}

	
}

.single-wwl_slp_post_type hr {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}