/*
Theme Name: LS Design V1
Theme URI: http://www.lawrenceshvartsberg.com
Description: This is a custom child theme 
Author: Lawrence Shvartsberg
Author URI: http://www.lawrenceshvartsberg.com
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

/*Mobile View*/
@media only screen and (max-width: 690px){
#mobile-menu {
position: fixed;
background-color: #1F1F1F;
padding: 0px;
z-index: 100000;
width: 212px;
right: 0;
top: 0;
background: #0c0c0c;
height: 100%;
color: rgba(255,255,255,0.5);
border-left: 1px solid white;
}

#mobile-menu .container > ul > li {
text-align: center;
}

#body header#top #logo img {
height: 49px!important;
margin-top: -12px!important;
top: 3px;
position: relative;
}
}


/* iPad landscape  */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
    body header#top #logo img {
        height: 50px!important;
        margin-top: -12px !important;
    
    }
}

