/*
 Theme Name:   Kadence Child
 Theme URI:    https://retenga.com
 Description:  Child theme for Kadence
 Author:       Hugh Jarrams
 Template:     kadence
 Version:      1.0.0
*/

/* Custom styles go below */

/* Retenga banner navigation */
.retenga-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;            /* makes items horizontal */
  gap: 1.5rem;              /* space between items */
}

.retenga-nav li {
  margin: 0;
  padding: 0;
}

.retenga-nav a {
  color: #D29A37;           /* gold text */
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

.retenga-nav a:hover {
  text-decoration: underline;
}