/*
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
*/
.row-menu-inner.top-menu-cols-2.top-enhanced-split-.top-enhanced-between {
  align-items: center;
}
.docp-topbar-container {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.docp-topbar-link {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.docp-topbar-link,
.top-menu a,
.site-footer a {
	color: white !important;
}

.docp-topbar-link:hover,
.docp-topbar-link:active,
.top-menu a:hover,
.top-menu a:active,
.site-footer a:hover,
.site-footer a:active {
	color: #dae7ff !important;
}
.docp-tabs .tab-excerpt-link.color-accent-color {
  display: none !important;
}
.docp-elenco li {
  font-size: 24px;
}
table td {
	font-weight: 400;
}

.docp-totale-tabella td {
	font-weight: 700;
}

.social-menu-link {
	color: white !important;
}

@media screen and (max-width: 780px) {
  .docp-topbar-container {
    gap: 1rem
  }
  .docp-topbar-link {
    font-size: 10px;
  }
  .topbar-col.topbar-col-center {
	justify-content: flex-start !important;
  }
}