@media only screen and (min-width: 500px) and (max-width: 1050px) {

	h1 {
		font-size: 2.4rem;
	}

	/* Header */
	.header-container {
		text-align: center;
		padding: 20px;
	}

	.logo-box {
		margin-bottom: 30px;
	}

	.logo-text-box {
		margin-bottom: 20px;
		overflow: hidden;
	}

	.address-box {
		margin-bottom: 20px;
	}

	.navigation-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

		.nav-item {
			/* font-size: 1.8rem; */
			font-size: clamp(1rem, -0.3636rem + 4.3636vw, 2.5rem);
			margin: 0 19px 10px 0;
			width: 46%;
			text-align: center;
		}

	.testimonial-box {
		display: none;
		/* margin: 20px auto 50px auto;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 20px; */
	}		

	.search-container {
		text-align: center;
	}

		.search-container p {
			margin-right: 0;
		}

		.search-box {
			margin-bottom: 10px;
		}

			.search-box label {
				font-size: 2rem;
			}

			.search-box select {
				font-size: 1.1rem;
			}

			.contact_form_row input[type=text],
			.contact_form_row input[type=tel] {
				width: 95%;
				padding: 3px;
			}

		.search_textbox {
			font-size: 1.1rem;
		}
	
		.search-submit {
			font-size: 1.3rem;
		}

	/* Home Page */
	.home-latest-container {
	}

		.home-latest-box {
			margin-bottom: 10px;
		}

			.home-latest-box p {
				font-size: 1.5rem;
			}

	.home-featured-container {
	}

		.home-featured-box {
			margin-bottom: 10px;
			font-size: 2rem;
		}

			.home-featured-box a {
			}

	.home-message-box {
		margin-bottom: 20px;
	}

	/* Listings */
	.listings-container {
	}

		.listing-box {
			width: 97%;
			margin: 0 auto 35px auto;
			font-size: 2.2rem;
			border: 1px solid #000;
		}

	.contact_form_row input[type=text],
	.contact_form_row input[type=tel] {
		font-size: 2rem;
		width: 95%;
		padding: 3px;
	}

	.contact_form_row textarea {
		height: 100px;
		width: 95%;
		padding: 3px;
	}

	.public_submit {
		width: 95%;
	}

	.fav-indicator {
		width: 50px!important;
		height: 50px!important;
	}

		.fav-number {
			font-size: 2rem;
		}	

	.single-listing-video-container {
		display: flex;
	}

		.single-listing-video-box,
		.single-listing-video-box-2,
		.single-listing-video-box-3,
		.single-listing-video-box-4,
		.single-listing-video-box-5 {
			margin-right: 20px;
		}

		.single-listing-video-box,
		.single-listing-video-box-2,
		.single-listing-video-box-3,
		.single-listing-video-box-4,
		.single-listing-video-box-5 {
			width: 40%;
		}

			iframe {
				width: 100%;
			}

	/* General Information Pages */
	.general_information_container {
		width: 90%;
		margin: 0 auto
	}

	/* Renter Forms Page */
	.forms_list_container {
		margin: 20px auto 30px auto;
	}

		.forms_list_box {
			padding: 5px 10px;
			border: 1px solid #000;
			margin-bottom: 10px;
		}

			.forms_list_box ul li {
				margin: 0 0 12px 30px;
				line-height: 25px; 
			}

	/* Admin Options */
	.admin_options_action_container {
		display: flex;
		flex-wrap: wrap;
	}

		.admin_options_box {
			width: 37%;
			margin: 0 20px 20px 0;
		}

	/* Forms - Admin */
	.form_heading {
		font-size: 2.5rem;
	}

	.form_header_box ul li {
		margin: 0 auto 5px auto;
		text-align: center;
		width: 40%;
	}

	.admin_textarea {
		width: 95%;
	}

	.admin_textbox {
		font-size: 2rem;
		height: 40px;
	}

	.admin_login_form_row {
		font-size: 2.3rem;
	}
	
	.admin_submit {
		font-size: 2.75rem;
	}

	/* Search Results */
	.search-results-container {
		display: flex;
		flex-wrap: wrap;
	}

		.search-result-box {
			flex: 0 0 43%;
			margin: 0 10px 10px 0;
		}

	/* About Us - Bio Section */
	.agent-bio-lower-box {
		display: flex;
	}

		.agent-bio-photo-box {
			width: 30%;
			margin-right: 10px;
		}

			.agent-bio-photo-box img {
				width: 100%;
			}

		.agent-bio-text-box {
			width: 69%;
		}

}