a {
  text-decoration: none;
}

/**
 * Hidden fallback
 */
[hidden] {
  display: none;
  visibility: hidden;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
/*


 * Styling top level items
 */
.pro_menu_titles {
  float: left;
  text-align: center;
  font-size: 1.1em;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 12px;
  letter-spacing: 2px;
  background: #efe8eb;
}
.pro_menu .nav {
  padding: 12px 12px 25px 12px;
  border:1px solid #ededed;
}
.pro_menu .nav__list {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.nav a,
.nav label {
  display: block;
  padding: 0.85rem;
  color: #000000;
  background-color: #ffffff;
  border-bottom: 1px solid #ececed;
  transition: all 0.25s ease-in;
}
.nav a,
.nav label:last-child {
  border-bottom: none;
}
.nav a:focus, .nav a:hover,
.nav label:focus,
.nav label:hover {
  color: #000000;
  background: #f7f7f7;
}

.nav label {
  cursor: pointer;
}
/**
 * Styling first level lists items
 */
.group-list a,
.group-list label {
  padding-left: 2rem;
  background: #ffffff;
  border-bottom: 1px solid #ececed;
  font-weight:100;
}



.group-list a:focus, .group-list a:hover,
.group-list label:focus,
.group-list label:hover {
  background: #f7f7f7;
}

/**
 * Styling second level list items
 */
.sub-group-list a,
.sub-group-list label {
  padding-left: 4rem;
  background: #ffffff;
  border-bottom: 1px solid #ececed;
}
.sub-group-list a:focus, .sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
  background: #f7f7f7;
}



.sub-group-list li a {
  position: relative;
  font-size: 15px;
  background-size: 8px 10px;
}
.sub-group-list li a.active {
  color: #a17474;
}
.sub-group-list li a:hover {
  color: #875858;
  background-size: 8px 10px;
}
/**
 * Styling third level list items
 */
.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 6rem;
  background: #ffffff;
  border-bottom: 1px solid #ececed;
}
.sub-sub-group-list a:focus, .sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
  background: #f7f7f7;
}

/**
 * Hide nested lists
 */
.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label {
  color:#a17474
}

.nav__list input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

.nav a.active,.nav label.active {
    color: #a17474 !important;
}
/**
 * Rotating chevron icon
 */
label > span {
  float: right;
  transition: transform 0.65s ease;
  padding-top: 3px;
}

.nav__list input[type=checkbox]:checked + label > span {
  transform: rotate(90deg);
}

.soc-media {
  display: flex;
  justify-content: center;
}

.soc-media li:nth-child(n+2) {
  margin-left: 1rem;
}

.soc-media a {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.25s ease-in;
}
.soc-media a:focus, .soc-media a:hover {
  color: rgba(255, 255, 255, 0.2);
}

@media ( max-width : 768px) { 
    .pro_menu {
      display: none;
    }
}