/*
Theme Name: Xedi
Theme URI: https://xedi.ru
Author: Xedi
Description: Тема на основе Bootstrap шаблона Play
Version: 1.0.0
Text Domain: xedi
*/

.ud-header .navbar-brand .logo-sticky { display: none !important; }
.ud-header.sticky .navbar-brand .logo-default { display: none !important; }
.ud-header.sticky .navbar-brand .logo-sticky { display: inline-block !important; }

.navbar-brand img { max-height: 40px; width: auto; }

.ud-hero-content .ud-hero-title {
  font-size: 30px;
  line-height: 42px;
}

/* Mobile navbar */
@media (max-width: 991px) {
  .navbar {
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-brand {
    flex-shrink: 0;
    max-width: calc(100% - 70px);
  }
  .navbar-toggler {
    margin-left: auto;
    flex-shrink: 0;
  }
}

/* Содержимое статических страниц */
.ud-content-area {
  padding: 60px 0;
}
.ud-page-content {
  font-size: 16px;
  line-height: 1.8;
}
.ud-page-content p {
  margin-bottom: 1.2em;
}
.ud-banner-content-left {
  text-align: left;
  max-width: none;
  margin: inherit;
}
.ud-page-comments {
  margin-top: 40px;
}
