
/* CSS Document */
html,
body{
	margin: 0;
	font-family: sans-serif;
}
.box{
    float: left;
}
.page{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 5px;
    font-size: 16px;
    line-height: 28px;
}
hgroup{
    max-width: 100%;
    margin: 5px 0;
    color: #ccc;
    text-align: left;
    text-shadow: 1px 1px 0 #333;
}
hgroup a{
    text-decoration: none;
    color: #0E53A7; 
}
hgroup .topbar{
    width: 100%;
}
hgroup .logo{
    width: 50%;
    background-image: url(../image/woodbridge-nj-locksmith.png);
    background-repeat: no-repeat;
    height: 100px;
    background-position: 30% 50%;
}

hgroup .phone{
    width: 40%;
    font-size: 50px;
    font-weight: bolder;
    color: #0E53A7;
    padding-top: 30px;
    text-align: center;
}
.banner{
    height: 400px;
    width: 100%;
    background-image: url(../image/new-lock-installation.png);
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
}

nav{
    clear: both;
    box-shadow: 1px 2px 0 rgba(0,0,0,0.40);
    background: rgba(0,0,0,0.25)
}

.menu li{
    display: inline-block;
    padding: 10px;
}

.menu a{
    display: block;
    line-height: 5px;
    padding: 20px 10px;
    text-decoration: none;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: -1px -1px 0 #fff;
    text-transform: uppercase;
}

.menu a:hover{
    color: #0e53a7;
    cursor: pointer;
    text-shadow: -1px -1px 0 #fff;
}

.container{
    max-width: 64%;
    padding: 10px 1% 0 2%;
    float: left;
    margin-right: 10px;
}
article{
    width: 100%;
    margin-top: 10px;
    padding: 1%;
}
article h1 {
    text-transform: uppercase;
    color: #0e53a7;
    text-align: center;
    font-weight: bolder;
    font-size: 28px;
}
.content img{float: right;}

aside{
    width: 28%;
    padding: 10px 2% 0 1%;
    float: left;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.40);
    background: rgba(0,0,0,0.20);
    font-size: 16px;
    color: #ffffff;
    
}

#text-2{
    width: 100%;
    float: left;
}

.wpcf7-textarea {
height: 50px;
}

.wpcf7 input[type=text] {
height:25px !important;
    width: 260px;

}
.wpcf7-email {
height:25px !important;
    width: 260px;
}

textarea {
   height: 50px;
    width: 260px;
}

.wpcf7-submit{
    height: 40px;
    width: 265px;
    background: #0e53a7;
    color: #fff;
    border: 0px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.50);
    text-transform: uppercase;
    font-size: 18px;
}

.shrinkToFit{
    display:"http://yahoo.com";
}

#media_image-2{
    width: 100%;
    float: left;
    text-align: center;
}

#text-3{
    width: 100%;
    float: left;
    clear: both;
    color: #000;
}

h1.widget-title{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #0e53a7;
    text-shadow: -1px -1px 0 #01244e;
    font-family: sans-serif;
    font-size: 25px;
}
#text-4{
    width: 98%;
    float: left;
    clear: both;
    padding: 2.5%;
}
#text-4 .textwidget{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333;
}

#sfsi-widget-2{
    width: 98%;
    float: left;
    clear: both;
    padding: 2.5%;
}

.sfsi{width: 98%;
    float: left;
    clear: both;
   padding: 2.5%;
}
.widget{width: 98%;
    float: left;
    clear: both;
    padding: 2.5%;
}

footer{
    clear: both;
    max-width: 100%;
    text-align: center;
    margin: 15px 0 5px 0;
    padding: 5px 1%;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.40);
    background: rgba(0,0,0,0.25);
    font-size: 16px;
    color: #121212;
    
}

#prices{ width: 98%; background-color: #E0E0E0; border-radius: 15px; margin-bottom: 10px; margin-top: 10px; margin-left: 10px; }.col2{ width: 100%; }#col1{ padding-top: 5px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; margin-top: 10px; margin-right: 10px; margin-left: 12px; margin-bottom: 10px; background-color: #FFFFFF; border-radius: 15px; width: 94%; float: left; }#col2{ padding-top: 5px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; border-radius: 15px; background-color: #FFFFFF; width: 94%; float: left; margin-left: 10px; }#col3{ padding-top: 5px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; background-color: #FFFFFF; border-radius: 15px; width: 94%; float: left; margin-left: 10px; }.collft{ width: 52%; }.colret{ width: 41%; }.colhead{text-align: center; column-span: 2; background-color: #272727; border-radius: 10px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-weight: bold; color: #FFFFFF; }



@media only screen and (min-width:481px) and (max-width:1024px) and (orientation:landscape){
    .page{width: 95%;}
    .banner{background-position: 90% 100%; }
    .container{max-width: 100%; text-align: center;}
    .content{width: 100%;}
    article{width: 100%;}
    article h1{font-size: 18px; text-align: center;}
    aside{width: 94%;text-align: center;}
    hgroup .logo{width: 100%;float: left; background-position: center;}
    hgroup .phone{width: 100%; float: left; margin-bottom: 20px; font-size: 40px;}
    footer{width: 95%;}
    
    nav ul{display:none}
    
}

@media only screen and (min-width:321px) and (max-width:1024px) and (orientation:portrait){
    
    .page{width: 95%;}
    .banner{background-position: 90% 100%; }
    .container{max-width: 100%; text-align: center;}
    .content{width: 100%;}
    article{width: 100%;}
    article h1{font-size: 18px; text-align: center;}
    aside{width: 94%;text-align: center;}
    hgroup .logo{width: 100%;float: left; background-position: center;}
    hgroup .phone{width: 100%; float: left; margin-bottom: 20px; font-size: 40px;}
    footer{width: 95%;}
    
    nav ul{display:none}
}

@media only screen and (min-width:321px) and (max-width:480px) and (orientation:landscape){
    
    .page{width: 95%;}
    .banner{background-position: 90% 100%; }
    .container{max-width: 100%; text-align: center;}
    .content{width: 100%;}
    article{width: 100%;}
    article h1{font-size: 18px; text-align: center;}
    aside{width: 94%;text-align: center;}
    hgroup .logo{width: 100%;float: left;}
    hgroup .phone{width: 100%; float: left; margin-bottom: 20px; font-size: 40px;}
    footer{width: 95%;}
    
    nav ul{display:none}
}

@media only screen and (max-width:320px){
    
    .page{width: 95%;}
    .banner{background-position: 90% 100%; }
    .container{max-width: 100%; text-align: center;}
    .content{width: 100%;}
    article{width: 100%;}
    article h1{font-size: 18px; text-align: center;}
    aside{width: 94%;text-align: center;}
    hgroup .logo{width: 100%;float: left;}
    hgroup .phone{width: 100%; float: left; margin-bottom: 20px; font-size: 40px;}
    footer{width: 95%;}
    
    nav ul{display:none}
}
