/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media screen and (max-width: 600px) {
  .header_logo {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .header-top{
    width: 100% !important;
  }

  #leo_block_top{
  	width: 20px;
  }

  #search-widget {{
  	margin-left: 10px;
  }
}