/*
Theme Name: Shalomsoft Theme
Author: Shalom Soft
Description: Your description goes here
Version: 1.0
Template: oceanwp

This is the child theme for OceanWP theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/



@media only screen 
 
  and (max-device-width: 480px)
{
      
#site-logo #site-logo-inner {
   vertical-align: top !important;
}
      
#site-logo #site-logo-inner a img {
    max-width: 60px !important;
    width:70px !important;
    vertical-align: top !important;
}   
.oceanwp-mobile-menu-icon a  {
    line-height: 30px !important;
}
.container {
    max-width: 99% !important; 
}  
.fa {
 padding-left: 4px;
}

.oceanwp-mobile-menu-icon.mobile-right {
    background-color: black;
}

a img {

    margin-top: 20px;
}
}