/*
Theme Name: Lake17 WP
Theme URI: https://lake17.ru
Author: Dmitry Glazkov
Author URI: https://lake17.ru
Description: Точная копия https://lake17.ru/ для WordPress
Version: 1.0
Template:
Text Domain: lake17-wp
*/

.logo-left .custom-logo-link { display:inline-flex; align-items:center; }
.logo-left .custom-logo { height: 34px; width: auto; display:block; }
.logo-left .custom-logo-link { text-decoration:none; }

/* Custom Logo fix (SVG/IMG) */
.logo-left .custom-logo-link,
.logo-left .custom-logo-link:link,
.logo-left .custom-logo-link:visited{
  display:inline-flex !important;
  align-items:center !important;
  text-decoration:none !important;
}

.logo-left .custom-logo{
  height:56px !important;
  width:auto !important;
  max-height:56px !important;
  max-width:480px !important;
  display:block !important;
}

.logo-left img{
  width:auto !important;
  height:56px !important;
  max-height:56px !important;
  max-width:480px !important; /* добавь это */
}

.logo-left .custom-logo-link{
  display:inline-flex !important;
  align-items:center !important;
}

/* ===== Header layout fix ===== */
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

body:not(.home) .l17-page .entry-header{
  padding-top: 80px !important;
}

body:not(.home) .l17-page{
  padding-bottom: 80px; /* подгони под реальную высоту футера */
}