/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2026 | 13:16:07 */
/*@media (min-width: 769px) {
  #top-bar {
    display: none !important;
  }
  
  #masthead {
    display: none !important;
  }
}*/

@media (min-width: 769px) {
  #top-bar {
    display: none !important;
  }
  
  #masthead {
    display: none !important;
  }

  #wide-nav {
    display: flex !important;
    align-items: center !important;
    padding: 5px 0 !important;
  }

  #wide-nav::before {
    content: '';
    display: block;
    width: 130px;
    height: 78px;
    background-image: url('https://drhassanoulehri.com/wp-content/uploads/2023/09/Logo_Dr_Hassan_olehri_250_150_fr-5.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-right: 30px;
    margin-left: 20px;
    align-self: center;
  }
}