/*
Theme Name: Discount Partitions
Author: Dinesh Siwas
Theme URI:
Version: 1.3
License: GNU General Public License
License URi:
Tags: Resposive, fixed-width, custom-menu, two-columns, right-sidebar
*/
@import "css/reset.css";
@import "css/layout.css";
@import "css/general.css";
@import "css/nav.css";		
@import "css/typography.css";
@import "css/form.css";
@import "fancybox/jquery.fancybox-1.3.4.css";


@media (max-width:520px) {

body {display:block !important;}
#map { clear:both; float:none!important; margin: 0 auto !important;}
.wpcf7-form label { float: none!important; }
.wpcf7-form input[type="text"] {
float: none !important;
width: 100% !important;

}
[type="email"]{
float: none !important;
width: 70% !important;

}
[type="number"]{
float: none !important;
width: 70% !important;
display: block !important;
}
textarea{
float: none !important;
width: 70% !important;

}
.wpcf7-form input[type="submit"] { float: left !important; }
form img { width:20% !important; }
header, .call-now .phone, section#main-gallery, section#architect #archi-inner, footer #foot-inner {
    width: 91%;
}
}