/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2025 | 16:41:18 */
.site-branding {
  color: #252525;
  float: left;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.8;
  margin-bottom: 0;
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 600px) {

  .site-branding {
    flex-direction: column;
  }
}