/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.cd-top {
  bottom: 40px;
}
.menu-wrap .logo-menu {
  max-height: 100px;
  width: auto;
}

@media (max-width: 991px) {
  .menu-wrap.mobile .logo-menu {
    width: 90px;
  }
}

.nav-menu .navigation {
  padding-top: 24px;
}
