@media only screen and (max-width: 600px) {
  #theme-header .logo {
    width: 70%;
  }
  #theme-header .nav {
    width: 30%;
  }
  #theme-header #mobile-menu #side-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
    padding-left: 0;
    text-align: left;
  }
  #theme-header #mobile-menu #side-menu .menu {
    padding: 0;
    margin: 0;
  }
  .closebtn {
    font-size: 50px;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    height: 45px;
  }
  #theme-header #mobile-menu #side-menu .menu a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;  
    text-align: left;
    font-size: 20px;
    padding: 0 20px;
    color: #fff;
  }
  #theme-header #mobile-menu #side-menu li {
    display: block;
    width: 250px;
    margin: 17px 0;
  }
  #theme-header #mobile-menu .fa-bars {
    font-size: 30px;
  }
  #desktop-menu {
    display: none;
  }
  #mobile-menu {
    display: block;
  }

  #theme-footer .nav {
    width: 100%;
    text-align: center;
  }
  #theme-footer .social-links {
    width: 100%;
    text-align: center;
    float: none;
    margin-top: 20px;
  }  
}