
.categories.menu {
  text-align: center;
  margin-bottom: 25px;
}

.categories.menu li {
   display: inline-block;
}

.categories.menu li a{
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: #002855;
  border: 1px solid #002855;
  font-size: 10px;
  padding: 2px 10px;
  margin-left: 8px;
}

.categories.menu li.current-cat a{
 background-color: #002855;
 color: #FFFFFF;
}

.categories.menu li a {
  color: #002855;
}

.categories.menu li a:hover,
.categories.menu li.current-cat a {
  color: white;
  background-color: #002855;
  text-decoration: none;
}

.alm-btn-wrap {
  text-align: center;
  clear: both;
}

.alm-btn-wrap button{
  font-family: 'Oswald', sans-serif;
  margin-top: 40px;
  display: inline-block;
  color: #002855;
  border: 2px solid #002855;
  padding: 12px 60px;
  background-color: #ffffff;
  text-transform: uppercase;
  outline: none;
  font-weight: normal;
  font-style: italic;
}

.alm-btn-wrap button:hover {
  background-color: #002855;
  color: white;
}


.alm-btn-wrap button.done {
  display: none;
}


/* Testo centrato nelle pagine */

.page-entry h1 {
  text-align: center;
}

.single-branca-product .page-entry h1 {
  text-align: left;
}

.form-js-label input[type^="checkbox"] {
  -webkit-appearance: checkbox !important;
   -moz-appearance: checkbox !important;
   appearance: checkbox !important;
   height: auto;
   width: auto;
   display: inline-block;
   margin-right: 10px;
   vertical-align: top;
   margin-top: 5px;
}


fieldset.checkbox span {
  font-size: 16px;
  font-weight: 400;
  color: #233c54;
  vertical-align: middle;
}

header,
.toggle-wrapper {
  position: fixed;
}


header .logo-wrapper {
  float: left;
  width: 300px;
  height: 90px;
  background-color: #ebebeb;
  text-align: center;
  position: relative;
}

header .logo-wrapper h1 {
  display: none;
}

header .logo-wrapper .logo {
  height: 90%;
  width: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

header .logo-wrapper .logo-simple {
  opacity: 0;
  transition: all 0.3s ease;
}

header .logo-wrapper .logo-full {
  opacity: 1;
  transition: all 0.3s ease;
}

/*
body.afterHeader header .logo-wrapper .logo-simple {
  opacity: 1;
}

body.afterHeader header .logo-wrapper .logo-full {
  opacity: 0;
}
*/

div#wpcf7-f6313-p6316-o1 .form-js-label label { position:inherit !important;font-size:14px !important; }