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

.contact_section {
	padding-top: 100px;
}

.get_in_touch_btn a {
	padding: 12px 40px;
}

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

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

.street-link {
	color: var(--text-color);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.header_content {
	width: 100%;
	max-width: 700px;
}

.header_content h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.header_content h1 {
	text-transform: uppercase;
}

h2 {
	font-size: 32px;
}

.amenities_two_col_content h2 {
	font-size: 36px;
}

.about_us_content_left h2 {
    font-size: 36px;
}

.about_us_content_left h4,
.amenities_two_col_content h4 {
	font-size: 18px;
}

@media (max-width: 768px) {
	.contact_section {
		padding-top: 0px;
	}
}

@media (max-width: 767px) {
    .owl-nav {
        margin-top: 0;
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next, .carousel-control-prev {

    opacity: 1;
}
.mobile_carousel_slide_counter { display: none; }

.site_nav ul li.menu_btn_item a:hover {
	background: var(--button-color);
}