/**
 * Theme Name: RentNow Child Theme
 * Template: rentnow
 * Author: Resident360
 */

:root{
	    --accent-color-rgba: rgba(20 88 141 / 80%);
}
.contact_section_form {
    margin-top: 100px;
}
.get_in_touch_btn a {
    padding: 10px 50px;
}
.contact_information a {
    color: inherit;
}

.contact_information ul {
	flex-wrap: nowrap;	

}

.contact_section_form_inner {
	background: rgba(20 88 141 / 70%);
}
.contact_section_form_inner ::placeholder {
	color: #fff;
}

.contact_field input,
.contact_field select,
.contact_field textarea {
	border: 1px solid rgb(255 255 255 / 100%);
}

.map_section #map {
    height: 500px;
}
.map_section h2 {
    font-size: 50px;
    line-height: 46px;
    letter-spacing: 1px;
    margin: 40px 0;
    text-align: center;
}

.header_content {
	width: 700px;
}

@media only screen and (max-width: 600px) {
  .contact_information ul {
	flex-wrap: wrap;	
}
}

.contact_information ul li {
    margin: 0 20px;
}
.modal-content {
    background-image: url('/wp-content/uploads/2025/05/iStock-1190205448.jpg');
}


/* Only target selects inside the modal form */
.modal_form select.wpcf7-form-control {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #fff;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  transition: border-color 0.3s ease;
}

/* Optional focus style */
.modal_form select.wpcf7-form-control:focus {
  outline: none;
  border-color: #aaa;
  background-color: rgba(255, 255, 255, 0.15);
}


.contact_field.contact_field_date {
    border: 0px solid #4B4B4B;
    padding: 10px;
}


.contact_field {
    margin: 0 10px 0 10px;
    
}


.contact_field input, .contact_field select, .contact_field textarea {
    background: #cbcdcc;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 8px 10px;
}


.contact_field_select span.wpcf7-form-control-wrap select {
    position: relative;
    z-index: 110;
    background: transparent;
}

[type=button], [type=reset], [type=submit], button, select, input {
    -webkit-appearance: none;
    border-radius: 0;
    color: #4B4B4B;
    font-family: 'hypatia-sans-pro', sans-serif;
}
.site_logo img {
    max-width: 130px;
    max-height: unset;
}


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: transparent;
    border-radius: 0;
    color: #fff;
    width: 100%;
    height: auto;
}
a.ui-state-default {
    background: transparent !important;
    color: #fff !important;
    padding-right: 10px !important;
}

a.ui-state-default.ui-state-active {
	border-color: var(--secondary-bg-color);
}
input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: transparent;
    padding: 10px 21px;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	background: var(--secondary-bg-color);
	border-color: var(--secondary-bg-color);
	color: #fff;
}
#community {
    background-position: top!important;
}
.contact_field input, .contact_field select, .contact_field textarea {
    background: transparent;
	 border: solid;
}
@media(min-width: 768px){
	.site_main_header .col-md-10.align-self-stretch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
}
@media (max-width: 767px) {
    .mobile_navigation {
        top: 35px;
    }
}
a.ui-state-default:hover, a.ui-state-default.ui-state-active {
    background: var(--cta-hover-color) !important;
}
i.fab.fa-facebook {
    font-size: 25px;
}

.footer{
    font-size: 0.8rem;
}
.map_section {
    margin-bottom: 320px;
}
@media(max-width:767px){
	.map_section {
    margin-bottom: 380px;
}
}