/**
 * @file
 * Styles for alekos Layout
 */

/**
 * Fix for elements not doing well with border-box box-sizing.
 */
.tabledrag-handle .handle,
.mceToolbar table td a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
}

/* layout for nested menu items */


/* Elemento | https://fondazioneterzoluogo.org/it Milano*/

.menu-mlid-508 > a:nth-child(1) {
  padding-left: 4rem;
}

/* Elemento | https://fondazioneterzoluogo.org/it Napoli*/

.menu-mlid-507 > a:nth-child(1) {
  padding-left: 4rem;
}

