/*!
Theme Name: Rent Now
Theme URI: -
Author: Resident360
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: convergekc
*/

@media (max-width: 768px) {
    .site_logo img {
        max-width: 70%;
        max-height: 60px;
    }
}

img {
    max-width: 100%;
    height: auto;
}
.page-id-510 .page_header, .page-id-516 .page_header {
    margin-top: 70px;
}
.page-id-510 .single_page_content, .page-id-516 .single_page_content{
    padding: 50px 0;
}
.privacyDiv a {
    margin: 0 5px;
    color: #fff;
}
.availability-banner {
    position: relative;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--accent-color);
	color:#fff;
    width: calc(100% - 40px);
    max-width: 988px;
    padding: 21px 0 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 9px 0 rgb(0 0 0 / 75%);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 75%);
	text-align:center;
}
.availability-banner h3{
	margin-bottom:20px;
	font-family: "Montserrat", sans-serif;
}
.availability-banner  .contact_field input.wpcf7-submit{
    background: var(--button-color);
    border-color: var(--button-color);
    color: #fff;
    padding: 10px 30px;
	font-size: inherit;
    text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
    transition: 0.2s ease-in-out;
}
.availability-banner  .contact_field input.wpcf7-submit:hover {
    background-color: var(--button-hover-color);
    border-color: var(--button-hover-color);
    color: var(--accent-color);
}
.availability-banner .contact_field input, .availability-banner .contact_field select{
	padding: 10px 15px;
    -webkit-appearance: none;
    background: var(--accent-color);
    border: 1px solid #fff;
	color:#fff;
	margin: 5px auto;
}

.availability-banner .contact_field ::-webkit-input-placeholder { /* WebKit browsers */
color: #fff !important;
opacity: 1;
}
.availability-banner .contact_field :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
opacity: 1;
}
.availability-banner .contact_field ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff !important;
opacity: 1;
}
.availability-banner .contact_field :-ms-input-placeholder{ /* Internet Explorer 10+ */
color: #fff !important;
opacity: 1;
}
@media (max-width: 767px){
	.availability-banner h2{
		font-size:28px;
	}
	.floorplan_item {
margin-bottom: 30px;
    width: calc(100% - 40px);
}
	.home_location_section {
    padding: 60px 0;
}
	.floorplans_section .row {
    padding: 0;
}
}
.floorplan_info {
    padding: 10px 0;
}
p.floorplan_price span {
    font-size: 1.5rem;
}
.gallery h2{
	padding-bottom:1rem;
}
.modal-content {
    background: url(/wp-content/uploads/2021/04/bg@2x-3.jpg);
	background-size: cover;
	color:#fff;
	    background-position: bottom;
}
.modal-body {
    background: var(--accent-color-rgba);
}
.close {
    color: #fff;
}

.btn {
	padding: 10px 30px;
    background: var(--button-color);
    border-radius: 1px;
    color: #fff;
}

.btn:hover {
	background: var(--button-hover-color);
}

select#interestedIn option {
	color: #fff;
}

span.wpcf7-spinner {
    display: none;
}
.floorplan_item h2 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
	font-size: 25px;
}

.floorplan_item {
    background: #fff;
    border: 1px solid var(--accent-color);
    margin: auto;
    padding: 20px;
	color: var(--accent-color);
}

/* PROPERTY SECTIONS */
.property-section{
    padding:70px 0;
}

.property-section:nth-child(even){
    background:#f7f7f7;
}

.property-section:nth-child(odd){
    background:#fff;
}

.property-section+.property-section{
    border-top:1px solid #ececec;
}

/* TEXT */

.property-text{
    padding-right:50px;
}

.property-text h2{
    font-size:42px;
    line-height:1.1;
    margin-bottom:20px;
}

.property-text p{
    line-height:1.8;
    color:#555;
}

/* GALLERY */
.property-gallery{
    margin-left:-8px;
    margin-right:-8px;
}

.property-gallery>div{
    padding:8px;
}

.gallery-item img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:8px;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.gallery-item img:hover{
    transform:translateY(-5px);
}

/* FEATURE IMAGE */
.gallery-item:first-child{
    flex:0 0 66.666%;
    max-width:66.666%;
}

.gallery-item:first-child img{
    aspect-ratio:2/1;
}

/* RESPONSIVE */

@media(max-width:991px){
.property-text{
    padding-right:15px;
}

.gallery-item:first-child{
    flex:0 0 100%;
    max-width:100%;
}
}

@media(max-width:767px){
.property-section{
    padding:50px 0;
}

.gallery-item{
    flex:0 0 50%;
    max-width:50%;
}

.gallery-item:first-child{
    flex:0 0 100%;
    max-width:100%;
}
}

.apt-blocks .apt-block {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 0;
}

.apt-blocks .apt-block:nth-child(even) {
    background: #f4f4f4;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.apt-blocks .apt-block__content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.apt-blocks .apt-block__content li {
    margin-bottom: 8px;
}

.apt-blocks .apt-block__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.apt-blocks .apt-block__gallery img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

.apt-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,.85);
    justify-content: center;
    align-items: center;
}

.apt-modal img {
    max-width: 90%;
    max-height: 90%;
}

.apt-modal.active {
    display: flex;
}

.apt-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}