/* Sussex Food and Drink - Cassiopeia directory styling */

.container-header {
  background: #ffffff;
  padding: 16px 0;
}

.container-header .navbar-brand,
.container-header .brand-logo {
  max-width: 300px;
}

.container-header .navbar-brand img,
.container-header .brand-logo img,
.container-header img {
  max-width: 300px !important;
  max-height: 120px !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

.container-header .site-description {
  color: #3d4a2f;
}

.btn-primary,
button.btn-primary,
input[type="submit"] {
  background: #6f3f8f !important;
  border-color: #6f3f8f !important;
}

.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"]:hover {
  background: #57306f !important;
  border-color: #57306f !important;
}
/* Sussex Food and Drink colours for Cassiopeia */

:root {
  --cassiopeia-color-primary: #3d4a2f;
  --cassiopeia-color-link: #6f3f8f;
  --cassiopeia-color-hover: #57306f;
}

.container-header {
  background: #ffffff !important;
  background-image: none !important;
  border-bottom: 3px solid #6f3f8f;
}

.container-header .mod-menu a,
.container-header .navbar-brand,
.container-header .site-description {
  color: #3d4a2f !important;
}

.container-header .mod-menu a:hover {
  color: #6f3f8f !important;
}

.btn-primary,
button.btn-primary,
input[type="submit"] {
  background: #6f3f8f !important;
  border-color: #6f3f8f !important;
}

.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"]:hover {
  background: #57306f !important;
  border-color: #57306f !important;
}


/* Sussex Food and Drink directory colours */

a,
.com_mtree a {
  color: #6f3f8f !important;
}

a:hover,
.com_mtree a:hover {
  color: #57306f !important;
}

.com_mtree .category,
.com_mtree .cat,
.com_mtree .mt-category {
  border-radius: 6px;
}

.com_mtree h1,
.com_mtree h2,
.com_mtree h3 {
  color: #3d4a2f;
}

.com_mtree .index-alpha,
.com_mtree .alpha-index {
  background: #f7f4ef;
  border-radius: 6px;
}

.com_mtree input[type="text"],
.com_mtree input[type="search"] {
  border-radius: 6px;
}