@import 'https://fonts.googleapis.com/css?family=Fredoka+One';
@import 'https://fonts.googleapis.com/css?family=Exo+2:100';

/*
  VARIABLES
*/
:root {
  --item-width-lg: 230px;
  --item-width-md: 180px;
  --item-width-sm: 150px;
}

/*
  PAGE
*/
body {
  font-family: 'Verdana';
  font-size: 1.3em;
  margin: 0px;
  padding: 0px;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #FFF;
}

.home-wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.footer {
  position: absolute;
  bottom: 10px;
  font-size: 0.6em;
  color: rgb(135, 25, 40);
  text-align: center;
  width: 100%;
}
/*
  LOGO
*/

.logo-big {
  font-family: 'Fredoka One';
  font-size: 6em;
}

.logo-big:hover {
  -webkit-text-shadow: 0px 0px 5px grey;
  -moz-text-shadow: 0px 0px 5px grey;
  text-shadow:0px 0px 8px grey;
}

.adane-red {
  color: rgb(191,30,46);
}

.adane-wine {
  color: rgb(135, 25, 40);
}

.adane-dark {
  color: rgb(18, 20, 33);
}

.adane-medium {
  font-size: 100%;
}

.adane-big {
  font-size: 120%;
}

/*
  MENU
*/

.adane-row {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  width: calc(230px*4 + 16px);
}

.item {
  background-color: rgb(135, 25, 40);
  color: #FFF;
  text-align:center;
  display: inline-block;
  float: left;
  width: 24.573%;
  margin: 2px;
  line-height: 1.5;
}

.item-one-line {
  padding-top: calc(-1em + 230px/2);
  height: calc(230px * 0.5);
}

.item-two-lines {
   padding-top: calc(-1.7em + 230px/2);
   height: calc(230px * 0.5 + 0.7em);
}

.item-three-lines {
  padding-top: calc(-1.7em - 0.7em + 230px/2);
  height: calc(230px * 0.5 + 0.7em + 0.7em);
}

.item:hover {
  -webkit-text-shadow: 0px 0px 5px grey;
  -moz-text-shadow: 0px 0px 5px grey;
  box-shadow:0px 0px 8px black;
}


/*
  RESPONSIVITY
*/
@media (max-width: 935.9px) {
  .logo-big {
    font-size: 4.7em;
  }

  .adane-row {
    width: calc(180px*4 + 16px);
  }

  .item {
    font-size: 0.8em;
    width: 24.457%;
  }

  .item-one-line {
    padding-top: calc(-1em + 180px/2);
    height: calc(180px * 0.5);
  }

  .item-two-lines {
    padding-top: calc(-1.5em + 180px/2);
    height: calc(180px * 0.5 + 0.5em);
  }

  .item-three-lines {
    padding-top: calc(-1.7em - 0.7em + 180px/2);
    height: calc(180px * 0.5 + 0.7em + 0.7em);
  }
}


@media (max-width: 735.9px) {
  .adane-row {
    width: calc(150px*2 + 4px);
  }

  .logo-big {
    font-size: 3.8em;
  }

  .item {
    font-size: 0.65em;
    width: 49%;
    margin: 1px;
  }

  .item-one-line {
    padding-top: calc(-1em + 150px/2);
    height: calc(150px * 0.5);
  }

  .item-two-lines {
    padding-top: calc(-1.5em + 150px/2);
    height: calc(150px * 0.5 + 0.5em);
  }
  .item-three-lines {
    padding-top: calc(-1.7em - 0.7em + 150px/2);
    height: calc(150px * 0.5 + 0.7em + 0.7em);
  }
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject,
.termsfeed-com---palette-light .cc-cp-foot-save {
  background-color: rgb(135, 25, 40) !important;
}
