@charset "UTF-8";
/*
 Theme Name:     BLB
 Theme URI:      https://blb.lcl
 Description:    Theme Enfant Divi
 Author:         loR
 Author URI:     https://www.e-nuksuk.com/
 Template:       Divi
 Version:        2021
*/
#main-header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_container {
  margin: 15px 0;
}

#site-name {
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #122d45 !important;
  letter-spacing: 3px;
  line-height: 1em;
}

@media (max-width: 600px) {
  #site-name {
    font-size: 14px;
  }
}

.et_header_style_left .logo_container {
  position: relative;
  height: auto;
  width: auto;
}

.et_header_style_left .logo_container img {
  width: 100px;
}

#logo-ln img {
  height: 25px;
}

#logo-ln a:hover img {
  opacity: .8;
}

#wp-admin-bar-my-account {
  background-color: #122d45 !important;
}

#left-area ul,
.comment-content ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul,
body.et-pb-preview #main-content .container ul {
  list-style: '▸ ';
  font-size: 14px;
  padding: 0 0 23px 1em;
  line-height: 26px;
}

#left-area ul li,
.comment-content ul li,
.entry-content ul li,
.et-l--body ul li,
.et-l--footer ul li,
.et-l--header ul li,
body.et-pb-preview #main-content .container ul li {
  list-style: '▸ ';
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
