/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2018 | 06:47:55 */
@media screen and (min-width: 641px) {
  #logo_image {
    height: 112px;
    width: auto;
    font-size: 16px !important;
    letter-spacing: 1px;
  }
  #logo_image img {
    float: left;
    height: 72px;
    width: auto;
    margin: 20px 0;
  }
  #logo_image a:after {
    content: attr(title);
    display: inline-block;
    margin: 0 0 0 25px;    
    line-height: 112px !important;
  }
}


@media screen and (min-width: 641px) and (max-width: 1180px) {
  #header_wrap {
    width: 100%;
    max-width: 1140px;
    min-width: auto !important;
  }
  #header {
    width: 100% !important;
  }
  #logo_image {
    height: 112px;
    width: auto;
    font-size: 16px !important;
    letter-spacing: 1px;
    margin: 0 0 0 20px !important;
  }
}


@media screen and (max-width: 640px) {
  #header {
    padding: 10px 0 !important;
  }
  #logo_text,
  #logo_image {
    margin: 0px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 1px;
    width: 100% !important;
    height: 50px;
  }
  #logo_image img {
    display: block !important;
    height: 50px;
    margin: auto;
  }
  #logo_image a:before {
    content: attr(title);
    line-height: 50px;
    display: block;
    position: absolute;
    margin: 0 0 0 15px;
  }
  #header a.menu_button {
    margin: 9px 0 !important;
  }
}
