/* Enter Your Custom CSS Here */

 #mobile1 {
     
    display: none !important;
    
}
 #mobile2 {
     
    display: none !important;
    
}

@media only screen and (max-width: 479px){
#logo {
    width: 130px;
    float: none;
    padding-left: 60px;
}
  
  #mobile1 {
    padding-left: 30px;
    font-size: 20px;
    text-align: center;
    display: block !important;
    font-weight: bold;
}
    #mobile2 {
    padding-left: 30px;
    font-size: 20px;
    text-align: center;
    display: block !important;
    font-weight: bold;
}
  .widget {
    margin: 0px !important;
}
  .upperlogo {
    padding-left: 130px;
    width: 30%;
  }
  
  
  #footer .one-fourth:nth-child(n+2) {
    display: block;  
}

}