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

.get_in_touch_btn a strong {
    font-size: 38px;
}


@media (max-width: 767px) {
    .get_in_touch_btn a strong {
        font-size: 32px;
    }
}



.contact_section {
	margin-top: 100px;
}

a {
  color: #222222;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 767px) {
    .owl-nav {
        margin-top: -300px;
        z-index: 999999;
        position: absolute;
        width: 96%;
        margin-left: 0.5rem;
    }
}
div#community{
	background-size: cover!important;
}
.page-id-525 .header_hero {
    min-height: calc(100vh - 150px);
    background: #fff !important;
	color: #000!important;
    padding-top: 150px;
}
.page-id-525 .header_content{
    color: #000 !important;
    width: 100%;
    text-align: center;
}
@media(min-width:1450px){
	.header_hero {
    	min-height: 70vh;
	}
}
.page-id-525 .header_hero, .page-id-516 .single_page_content {
    min-height: calc(100vh - 200px);
	background: #fff !important;
	padding-top: 150px;
}

.check_availability_btn a:hover {
    background: var(--cta-hover-color);
    color: #fff;
}

.modal_form input.wpcf7-submit {
    border-radius: 0;
}

.modal_form input.wpcf7-submit:hover {
    background: var(--cta-hover-color);
    color: #fff;
    border-radius: 0;
}