/* mobile styles */
 #wrap { width:310px; margin-left:auto; margin-right:auto; overflow:hidden; padding:0px 5px; }

 #nav { width:310px; background:none; height:auto;  }
 #nav ul li { float: none;  display: inline;  font-size: 15px; margin:0px; padding:0px;    }
 
 #nav ul ul{
    display:block;
    padding: 0px 8px;
    position: relative;
    left: auto;
    top:auto;
    opacity: 1;
    transition: none;
   -moz-transition: none;
   -webkit-transition: none;
  }
  #nav ul ul li{
     float:none;
     font-size: 14px;
     font-weight: normal;
     padding:0px;
     background-color: transparent;
     box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  #nav ul ul ul {
     position: relative;
     left: auto;
     top:auto;
     
  } 
 
  
 .single-post .type-post { width:310px;}
 .single-post .type-post .gridly-copy { width:290px;}
 .single-post .type-post img { width:290px; height:inherit;}
 
 .type-page { width:310px;}
 .type-page .gridly-copy { width:290px;}
 .type-page img { width:290px; height:inherit;}
 
 #comment-form { width:285px; }
