/*!
Theme Name: Lamppost Capital
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lamppost
*/

img {
    max-width: 100%;
    height: auto;
}

/* Property page starts */
.property_hero_banner {
    color: #fff;
	z-index: 100;
    position: relative;
    top: -60px;
}
.property_hero_banner .container {
    background-color: #192A44;
	padding: 50px 50px;
}
.property_hero_banner h3 {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
	margin-bottom: 10px;
}
.property_hero_banner p {
	margin-bottom: 0;
}
.property_hero_banner_inner > .container > .row {
	justify-content: space-between;
}
.property_hero_banner .right-side .col-md-4{
	display: flex;
	justify-content: center;
	align-items: center;
}
.property_hero_banner a{
	color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
}
.property_hero_banner a.apply-btn {
    border: 1px solid #fff;
    padding: 10px 18px;
}
.property_hero_banner a span{
	background-color: #75bcd1;
    padding: 8px 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.image_position_left .two_column_box_col.two_column_box_col_content{
	order: 2;
}
.two_column_box_section.image_position_left .two_column_box_col_image_img{
	bottom: 80px;
}
.property_features {
    background: #355E7E;
    color: #fff;
}
.property_features_inner{
	padding: 150px 0;
}
.property_features h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
	padding-left: 20px;
}

.property_features h2 {
    color: #75BCD1;
    font-weight: 300;
	padding-left: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
	line-height: 3rem;
}
.property_features li{
	margin-bottom: 12px;

}
.property_features li:before {
  content: "-";
  margin-right: 15px;
  font-weight: bold;
}
.property_features .apartment_features{
	margin-top: 80px;
	padding-left: 100px;
}
.property_floor_plans {
    padding: 100px 0;
}
.floor_plan_filters {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 50px;
}
.floor_plan_filters a{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #142431;
	font-weight: bold;
	font-size: 14px;
}
.floor_plan_filters a.active{
	color: #75BCD1;
}
.floor_plans_section {
    margin: auto;
}
.floor_plan_card {
    padding: 50px 10px;
    text-align: center;
}
.floor_plan_card p.bed-bath {
    font-weight: bold;
    letter-spacing: 1px;
}
.floor_plan_card .fpImage {
    padding: 0 20px;
    margin-bottom: 50px;
}
.property_floor_plans .owl-carousel .owl-nav button.owl-prev, .property_floor_plans .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
	color: #68AFC0!important;
	border: 1px solid #68AFC0!important;
	padding: 4px 11px!important;
	border-radius: 50%!important;
	
}
.property_floor_plans .owl-nav button.owl-prev {
    left: -50px;
}
.property_floor_plans .owl-nav button.owl-next {
    right: -50px;
}
.property_gallery{
	background-color: #192A44;
	padding: 150px 0 75px;
	text-align: center;
	color: #fff;
}
.property_gallery h2{
	margin-bottom: 50px;
}
.property_gallery .images div.image {
    height: 300px;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.property_gallery .owl-nav {
    bottom: -80px;
    position: absolute;
    width: 100%;
}
.property_gallery button.owl-prev {
    margin-right: 75px;
}
.property_gallery button.owl-next {
    margin-left: 75px;
}
.property_gallery .owl-nav button i {
    font-size: 20px;
}
.gallery_contact_banner {
	top: unset;
	bottom: -140px;
}
.gallery_contact_banner .left-side{
	text-align: left;
}
.gallery_contact_banner .container{
	background-color: #355E7E;
}
.residents_section{
	padding:200px 0;
}
.residents_section .footer_cta_content_inner p a {
    width: 220px;
    padding: 10px 30px;
	margin-bottom: 10px;
}
.residents_section .container{
	margin: auto;
}
.residents_section hr {
    display: inline-block;
    width: 220px;
    height: 8px;
    border: 0;
    /* background: #52A4B7; */
    background: #76BCD1;
    margin: 20px 0;
}
.residents_section h2 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
	font-size: 2.5rem;
}
.residents_section h4{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}

.property_contact_section .contact_field{
	margin-bottom: 15px;
}

.property_contact_section .contact_field input, .property_contact_section .contact_field select, .property_contact_section .contact_field textarea{
	height: 55px;
	border-color: #192A44;
    border-radius: 0;
	color: #192A44;
	padding: 15px;
}
.property_contact_section .contact_field textarea{
	height: 160px;
}
.property_contact_section .contact_field input::placeholder, .property_contact_section .contact_field textarea::placeholder {
    color: #192A44; /* Change this to your desired color */
}
.property_contact_section .contact_field.contact_field_submit{
	text-align: left;
}
.contact_field.contact_field_submit input {
    width: 180px;
	color: #fff;
	font-size: 18px;
}
.property_contact_section .two_column_box_col_image_img{
	height: 80%;
}
.property_contact_section .two_column_box_col.two_column_box_col_image{
	padding-bottom: 200px;
}
.property_contact_section {
    padding: 150px 0;
}
.property_contact_section .contact_info{
	position: relative;
	top: 130px;
	padding-left: 40px;
	color: #142431;
}
.property_contact_section .contact_info .address{
	line-height: 1.8rem;
}
.property_contact_section .contact_info .address p{
	margin-bottom: 0;
}
.property_contact_section .contact_info h3{
	font-size: 18px;
	text-transform: uppercase;
}
.property_contact_section .contact_info a{
	color: inherit;
}
.property_contact_section .two_column_box_col_content_inner {
    padding-top : 50px;
}
.property_contact_section .contact_heading {
    padding-left: 100px;
}
.property_contact_section .contact_heading h2{
    color: #75BCD1;
}
.parent-pageid-24 .readmore_link{
	display:none;
}
@media(max-width: 767px){
	.property_hero_banner{
		top: 0;
	}
	.property_hero_banner .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
	.property_hero_banner .address, .property_hero_banner .contact {
    margin-bottom: 50px;
}
	.property_hero_banner a.apply-btn{
		margin-top:50px;
/* 		background-color: #52A4B7;
		border-color: #52A4B7; */
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
	.parent-pageid-24 .two_column_box_col_content_inner {
        padding-right: 40px;
        padding-left: 40px;
    }
	.parent-pageid-24 .two_column_box_col_content_inner p a:not(.nobtn){
		width: 100%;
		text-align: center;
/* 		background-color: #52A4B7;
		border-color: #52A4B7;
		color: #fff; */
		font-size: 18px;
	}
	.property_features_inner {
    	padding: 80px 50px;
	}
	.property_features .apartment_features {
    margin: 80px 0;
    padding-left: 0;
}
	.floor_plan_filters {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 50px;
    flex-direction: column;
    margin-left: 50px;
    align-items: flex-start;
}
	.property_floor_plans .owl-nav button.owl-prev {
    left: 10px;
}
	.property_floor_plans .owl-nav button.owl-next {
    right: 10px;
}
	.property_gallery{
		padding-top: 75px;
	}
	.property_gallery h2 {
    margin: 0 50px 50px;
}
	.gallery_contact_banner{
		top: unset;
	}
	.gallery_contact_banner .right-side {
    	text-align: left;
	}
	.gallery_contact_banner .right-side .phone{
    	margin-bottom: 50px;
	}
	.gallery_contact_banner .right-side .scheduleTour a{
    	margin-top: 0;
		display: block;
	}
	.gallery_hero_banner a.apply-btn{
		display:block;
		margin-top: 0;
	}
	.property_contact_section .contact_heading {
    	padding-left: 40px;
	}
	.property_contact_section .two_column_box_col.two_column_box_col_image{
		display: flex;
		flex-direction: column;
		gap: 100px;
	}
	.property_contact_section .two_column_box_col_image_img {
    	height: 400px;
		order: 2;
	}
	.property_contact_section .contact_info{
		top: 60px;
	}
	.property_contact_section {
    	padding-bottom: 0;
	}
	.residents_section .footer_cta_content {
        width: 420px;
        height: 420px;
    }
	.residents_section .container {
    	margin: 0;
    	padding: 0;
	}
	.residents_section .resident_links{
		padding: 0;
	}
	.residents_section .footer_cta_content_inner p a {
   	 	width: 70%;
   		padding: 15px 30px;
    	margin-bottom: 10px;
    	background: #52A4B7;
    	border-color: #52A4B7;
	}
	.contact_field.contact_field_submit input {
	    width: 100%;
	}
} /* media query ends*/
/* Property page ends */
.page_header {
    padding: 80px 0 40px;
}

