/* Mobile layout — full width, centered, no horizontal shift */
@media only screen and (max-width: 1000px) {
	html,
	body,
	.protect-me {
		overflow-x: hidden;
		max-width: 100%;
	}

	.protect-me ul {
		margin-left: 0 !important;
	}

	#bottom1,
	footer .footer_top {
		width: 100%;
		overflow: hidden;
	}

	#bottom1 > .wrapper,
	footer .footer_top > .wrapper {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
	}

	#bottom1 .btm1_con {
		padding: 30px 15px !important;
		box-sizing: border-box;
	}

	#bottom1 .btm1_img {
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		box-sizing: border-box;
	}

	#bottom1 .btm_btns {
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 30px 0 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
	}

	#bottom1 .btm_btns ul {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}

	#bottom1 .btm_btns ul li {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
		min-height: 70px;
		margin: 0 0 15px !important;
		padding: 0;
		float: none !important;
		box-sizing: border-box;
	}

	#bottom1 .btm_btns ul li:last-child {
		margin-bottom: 0 !important;
	}

	#bottom1 .btm_btns ul li a {
		border-radius: 0;
		box-sizing: border-box;
	}

	footer .footer_top .fot_con {
		float: none !important;
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		padding: 30px 15px !important;
		box-sizing: border-box;
	}

	footer .footer_top .contact_info,
	footer .footer_top .footer_nav {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		box-sizing: border-box;
	}

	footer .footer_top .footer_nav .nav-menu {
		display: block !important;
		width: 100% !important;
	}

	footer .footer_top .contact_info ul {
		width: 100%;
		margin: 30px 0 0;
		padding: 0;
	}

	footer .footer_top .contact_info ul li {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 50px 15px 0 !important;
		margin: 0 0 15px !important;
		text-align: center !important;
		box-sizing: border-box;
	}

	footer .footer_top .footer_nav ul {
		width: 100%;
		margin: 25px 0 0;
		padding: 0;
		text-align: center;
		font-size: 16px;
		list-style: none;
	}

	footer .footer_top .footer_nav ul li,
	footer .footer_top .footer_nav ul li:not(:last-child) {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 6px !important;
		padding: 0;
		float: none !important;
		border: solid 1px #5f5f5f !important;
		line-height: 40px;
		text-align: center;
		box-sizing: border-box;
	}

	footer .footer_top .footer_nav ul li a {
		display: block;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.home-care-services .container,
	body.page-slug-home-care-services .container {
		padding: 20px;
		box-sizing: border-box;
	}

	.service-contact-container {
		padding: 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 600px) {
	#bottom1 .btm1_con,
	footer .footer_top .fot_con {
		padding: 30px 15px !important;
	}

	/* Mobile slide-out menu — 80% width, centered items */
	.res_menu_con {
		width: 80% !important;
		max-width: 80% !important;
		float: right !important;
	}

	.res_menu .nav_logo {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		margin: 20px auto !important;
	}

	.res_menu nav {
		width: 100%;
		padding: 0 15px 25px;
		box-sizing: border-box;
	}

	.res_menu nav ul,
	.protect-me .res_menu nav ul {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center;
		font-size: 16px;
		list-style: none;
		box-sizing: border-box;
	}

	.res_menu nav ul li,
	.protect-me .res_menu nav ul li {
		width: 100% !important;
		display: block !important;
		float: none !important;
		margin: 0 0 5px !important;
		padding: 0 !important;
		text-align: center !important;
		box-sizing: border-box;
	}

	.res_menu nav ul li a {
		display: block;
		width: 100%;
		text-align: center !important;
		line-height: 45px;
		padding: 0 15px !important;
		box-sizing: border-box;
	}

	.res_menu nav ul ul,
	.res_menu nav ul ul li,
	.res_menu nav ul ul li a {
		width: 100% !important;
	}
}
