@media only screen and (max-width: 499px) {

	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 {
	}

			.nav-item {
				font-size: 1.5rem;
				margin-bottom: 10px;
				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: 2.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] {
		font-size: 2rem;
		width: 95%;
		padding: 3px;
	}

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

	.public_submit {
		width: 95%;
	}

	.fav-indicator {
		width: 85px!important;
		height: 85px!important;
	}
	
		.fav-number {
			font-size: 1.1rem;
		}	

	.single-listing-video-container {
	}

		.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-bottom: 20px;
		}

			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 {
			border: 1px solid #000;
			margin-bottom: 10px;
		}

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

	/* Admin Options */
	.admin_options_box {
		margin-bottom: 20px;
		width: 89%;
	}

	/* 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-result-box {
		margin-bottom: 20px;
		border: 1px solid #000;
	}

	/* About Us - Bio Section */
	.agent-bio-photo-box {
		width: 100%;
	}

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

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