/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*
################
Menu
################
*/

/** Menu Images **/
@media (min-width: 960px) {
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > a {
    pointer-events: auto;
    cursor: default;
  }

  .submenu-light
    .menu-horizontal:not(.menu-sub-enhanced)
    .menu-smart
    ul
    a:hover,
  .submenu-light
    .menu-horizontal:not(.menu-sub-enhanced)
    .menu-smart
    ul
    a:focus {
    color: #a8bda6 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    cursor: pointer;
  }
}

/** responsove burger menu **/

/* main menu size */
@media (max-width: 569px) {
  #masthead .menu-primary-inner[id^="menu-main"] > li > a {
    font-size: 32px !important;
  }
}

/* mega-menu size */
@media (max-width: 959px) {
  .mega-menu-inner > .menu-item > a > span {
    font-size: 20px;
  }
}

/*
################
Layout Spacing
################
*/

@media (max-width: 569px) {
  .vc_row .row.double-h-padding,
  .vc_row .row.triple-h-padding,
  .vc_row .row.single-h-padding,
  #colophon .single-h-padding,
  #menu-footer-menu a,
  #logo-container-mobile {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .mobile-additional-icons {
    right: 68px;
  }

  .mobile-menu-button {
    padding: 0 18px;
  }
}
