/* -----------------------------------------------------------------------------
* Project Name: Responsive
* Version: 1.0

/* Table of Content
================================================== 
/*

	01. iPads (landscape)
	02. iPhone (landscape)
			
================================================== */

/* iPads (landscape) ----------- */
@media (max-width:994px) {
#header {width: 100%;}
.col-left {width: 100%;}
#swrap.cr {width: 100%;}
#footer,#footer-bottom .copyright {width: 100%;}
#sidebar {width: 80%;background:none;}
.rays {margin: 0 10px;background:none;}
.post-wrap {margin: 0 10px; width:95%}
#content,#footer-bottom,.inner,#action, .post, .ptitle-wrap {width: 100% !important;}
.footer-wide {background: #90b2c2 url('https://atlantaheatingandairconditioning.com/wp-content/themes/prospect/images/blue.png') 0 0 repeat;}

}


@media (max-width:772px) {
.menu-wrap {display:none;}
/*#social_buttons {display:none;}
.social_likes {display:none;}*/
#logo {width:100%}
#logo img {width:100%; margin-top:10px;}
#logo {position:initial;}
#header {height: auto;}
#phone_head {float:none !important;text-align:center;font-weight:normal !important;margin-top:20px !important;}
.lic_num {float: none;}
.shadow {display:none;}
.footer-wide {background: rgb(23, 94, 184);}
#footer ul li#text-2:first-child {margin-left: 38px;}
.copyright {margin-left:10px; width:95% !important;}
}

}

@media (max-width:735px) {

}

@media (max-width:640px) {
div.insideframe ul li {width:100% !important;}
}

/* iPhone (landscape) ----------- */
@media (max-width:400px) {

}