/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 849px) {
  #logo {
    width: 148px !important;
  }
  #logo img {
    max-height: 52px !important;
  }
  .header-main .nav-icon > a {
    color: #111 !important;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
  }
  .header-main .nav-icon > a:hover,
  .header-main .nav-icon > a:focus {
    color: #111 !important;
    opacity: 1 !important;
  }
  .header-main .nav-icon .icon-menu {
    color: #111 !important;
    font-size: 26px !important;
    margin: 0 !important;
    line-height: 1;
  }
}
