/**
 * @file
 * Subtheme specific CSS.
 */
/* Button CSS */
button, a.button, #block-useraccountmenu {
  padding: 0.25rem 1rem;
  text-align: center;
  border-radius: 5px;
  background-color: #bde4e3;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
button:hover, a.button:hover, #block-useraccountmenu {
  box-shadow: none;
  opacity: 0.7;
}
.client-button a {
  color: #405b5b;
  font-weight: bold;
}
/*  Menus Superfish */

ul.sf-menu.menu, ul.sf-menu.menu ul, ul.sf-menu.menu li,
.sf-depth-1 .sf-no-children {
  margin: 0;
  padding: 0;
  background-color: #bde4e3;
  color: #405b5b;
  border-color: #90cfcf !important;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 0px;
  border-top: 0px;
  border-style: solid;
}
a.sf-depth-1 {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
a:active, .link:active {
  color: #111111;
}
.sf-depth-2 {
  color: #405b5b;
  font-weight: bold;
}
ul.sf-menu {
  line-height: 0.5;
}

#superfish-tools-toggle {
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 5px;
  background-color: #bde4e3;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  color: #405b5b;
  font-weight: bold;
}
.sf-depth-2 {
  outline: 1px solid #90cfcf;
}
#superfish-tools-accordion li {
  outline: 1px solid #90cfcf;
}

a.nav-link.nav-link--user-login {
  color: #000;
  font-weight: bold;
   box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
}

/* Content css */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #405b5b;
}
@media (min-width: 1024px) {
  .navbar-brand {
  position: relative;
  margin: 0 150%;
}
}
.site-footer {
  background: #ffffff;
  border-top: 16px #bde4e3 solid;
  box-shadow: 0px 8px 8px #bde4e3;
}
/* Forms */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #eee;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.client-button {
  margin-top: 1rem;
}
.js-form-required.form-required::after {
  content: "*";
  color: red;
  padding-left: 2px;
}
#edit-submit, #edit-reset {
  background-color: #bde4e3;
  color: black;
  margin-top: 1rem;
  border-color: #90cfcf !important;
}
.js-form-type-checkbox {
  margin-bottom: 1rem;
}
.site-footer .block {
  margin: 0 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 0
}

table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
  color: #111;
  font-weight: bold;
}
#main {
  min-height: 24rem;
}
.tabledrag-toggle-weight-wrapper {
  display: none;
}
.claro-details__summary {
  display: none;
}
#edit-preview {
  display: none;
}
label {
  color: #111;
  font-weight: bold;
}
th {
  color: ;
}
#edit-wizard-next {
  background-color: #bde4e3;
}
