@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Indie+Flower&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway&display=swap);
.color-pink {
  color: #eb3f6d;
}

.color-blue {
  color: #00bbb6;
}

.color-green {
  color: #167429;
}

.color-red {
  color: #dc2f2d;
}

.bg-pink {
  background-color: #eb3f6d;
}

.bg-pink_dark {
  background-color: #830e2d;
}

.bg-red {
  background-color: #dc2f2d;
}

.bg-red_dark {
  background-color: #601110;
}

.bg-green {
  background-color: #167429;
}

.bg-green_dark {
  background-color: black;
}

.bg-blue {
  background-color: #00bbb6;
}

.bg-blue_dark {
  background-color: #002221;
}

.bg-purple {
  background-color: #644163;
}

.bg-purple_dark {
  background-color: #070507;
}

.blue_gradient {
  background: linear-gradient(-7deg, #000000a3, #38e7e3);
}

body {
  background: #00bbb6;
  color: #333;
  font-family: 'Raleway', 'Montserrat', 'Gochi Hand', 'Indie Flower', 'Open Sans', Arial, Sans Serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#prizes {
  background-color: #fbe01e;
}

#prizes ul {
  text-align: left;
  list-style: circle;
}

.text-bold {
  font-weight: 900;
}

.text-thin {
  font-weight: 100;
}

.text-light {
  font-weight: 200;
}

.c-pointer {
  cursor: pointer;
}

p {
  font-weight: 300;
}

.row, section, footer, .overlay {
  margin: 0;
  padding: 0;
}

.bubble.explode {
  left: 40%;
  top: 35%;
  -webkit-animation: explodeBubble 8s ease-in-out infinite;
          animation: explodeBubble 8s ease-in-out infinite;
}

.bubble.explode:hover {
  display: inline;
}

.overlay {
  background-color: #eb3f6d;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.full-height {
  height: 100vh;
}

.step {
  text-align: center;
}

.step .steps {
  cursor: pointer;
}

.step .count {
  background-color: white;
  padding: 10px 25px;
  border-radius: 50%;
}

.step .count.count-1 {
  color: #eb3f6d;
}

.step .count.count-2 {
  color: #00bbb6;
}

.step .count.count-3 {
  color: #167429;
}

.header {
  padding: 0;
}

.header .row {
  margin: 0;
}

.header .banner-image {
  height: 100vh;
}

.header .right-panel {
  color: white;
}

.header .title-container {
  text-align: right;
  padding: 20px;
  margin-top: 20%;
  margin-right: 30px;
}

.header .title-container h1, .header .title-container h2, .header .title-container h3, .header .title-container h4 {
  text-align: right;
}

.header .title-container h1.title {
  font-size: 6rem;
  color: #eb3f6d;
  font-weight: bolder;
  text-shadow: 0px 0px 20px pink;
}

.header .title-container h2 {
  font-size: 3.5rem;
}

.header .title-container h2.currency {
  font-size: 2rem;
}

.header .title-container a {
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 1.5rem;
  background-color: #eb3f6d;
  border: none;
  -webkit-animation: glowing 3s infinite;
          animation: glowing 3s infinite;
  z-index: 3;
  position: relative;
  border: 1px solid #eb3f6d;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.header .title-container a:hover {
  background-color: white;
  border: 1px solid white;
  color: #eb3f6d;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.header .title-container .game-policy {
  position: relative;
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  top: -50vh;
  right: -29px;
  text-align: left;
}

#responsive-prizes {
  display: none;
}

.hamburger {
  display: none;
}

.hamburger .menui {
  background: #FFF;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
          transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 18px;
  position: fixed;
  z-index: 999;
  left: 15;
}

.hamburger .top-menu {
  top: 5px;
}

.hamburger .mid-menu {
  top: 16px;
}

.hamburger .bottom-menu {
  top: 27px;
}

.hamburger .top-menu, .hamburger .mid-menu, .hamburger .bottom-menu {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
}

.screen-only {
  display: none;
}

.desk-only {
  display: block;
}

.scroll-trigger {
  position: fixed;
  z-index: 9999;
  bottom: 20;
  left: 46.5vw;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  text-shadow: 0px 0px 15px white;
  font-size: 10px;
  text-align: center;
  color: white;
  width: 70;
}

.sidebar {
  display: none;
  width: 300px;
  height: 100vh;
  position: fixed;
  background-color: rgba(22, 116, 41, 0.9);
  z-index: 888;
  top: 0;
  -webkit-box-shadow: 4px 0px 16px black;
          box-shadow: 4px 0px 16px black;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.sidebar .side-menu {
  margin-top: 60px;
  font-size: 16px;
}

.sidebar .side-menu li {
  margin-bottom: 10px;
}

.sidebar .side-menu a {
  color: white;
}

.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.sidebar-animate {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.rigth-panel-animate {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

section h1, section h2, section h3, section h4, section h5, div h1, div h2, div h3, div h4, div h5 {
  text-align: center;
  font-weight: bold;
  color: white;
}

section#step_2, div#step_2 {
  background-color: #eb3f6d;
}

section .left-img, div .left-img {
  height: 100vh;
  padding: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: -120;
}

section .left-img-1, div .left-img-1 {
  background-image: url("/assets/img/biggum-raspberry-bg.jpg");
}

section .left-img-2, div .left-img-2 {
  background-image: url("/assets/img/biggum-menthe-bg.jpg");
}

section .left-img-3, div .left-img-3 {
  background-image: url("/assets/img/biggum-tutti-frutti-bg.jpg");
}

section#info .left, div#info .left {
  cursor: pointer;
}

section#info .right, div#info .right {
  cursor: pointer;
}

section#more .left, div#more .left {
  padding: 60px;
}

section#more .right, div#more .right {
  padding: 60px;
}

.gum {
  position: relative;
  left: 45vw;
  width: 120px;
  height: 90vh;
  z-index: 888;
}

.gum.gum-1 {
  background: url("/assets/img/big-gum-raspberry.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  background-attachment: fixed;
}

.gum.gum-2 {
  background: url("/assets/img/big-gum-menthe.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  background-attachment: fixed;
}

.gum.gum-3 {
  background: url("/assets/img/big-gum-tuti.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  background-attachment: fixed;
}

.chewgum.chew-1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px auto;
  background-attachment: fixed;
}

.chewgum.chew-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px auto;
  background-attachment: fixed;
}

.chewgum.chew-3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px auto;
  background-attachment: fixed;
}

.pink-color {
  color: #eb3f6d;
}

a.active {
  border-radius: 30px;
  background-color: #ddd;
  color: black;
}

#navbar {
  background-color: #35353500;
  /* Black background color */
  position: absolute;
  /* Make it stick/fixed */
  top: 0;
  /* Stay on top */
  width: 100%;
  /* Full width */
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  /* Transition effect when sliding down (and up) */
  font-size: 1.25em;
  z-index: 3;
}

#navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  margin-right: 20px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#navbar .current-menu-item a {
  background-color: #ddd;
  color: black;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#navbar a:hover ul.sub-menu {
  display: block;
}

#navbar .lang {
  float: right;
}

#navbar .lang a {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}

#navbar .lang#lang_fr {
  margin-right: 0px;
}

ul {
  list-style: none;
  margin-top: 5px;
}

footer {
  background-color: #1f1f1ff5;
  padding: 30px;
  color: #525252;
}

footer a {
  color: #d4d4d4;
}

footer a:hover {
  color: #eb3f6d;
  text-decoration: none;
}

footer ul.social li {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 18px;
  border-radius: 50%;
  padding: 10 13;
  cursor: pointer;
}

footer ul.social li :hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer ul.social li.facebook {
  padding: 10 15;
  border: 1px solid #3b5998;
}

footer ul.social li.facebook a {
  color: #3b5998;
}

footer ul.social li.instagram {
  border: 1px solid #FCAF45;
}

footer ul.social li.instagram a {
  color: #FCAF45;
}

footer ul.social li.whatsapp {
  border: 1px solid #25d366;
}

footer ul.social li.whatsapp a {
  color: #25d366;
}

footer ul.social li.twitter {
  border: 1px solid #00acee;
}

footer ul.social li.twitter a {
  color: #00acee;
}

.bounce-7 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: unset;
          animation-iteration-count: unset;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-name: bounce-7;
          animation-name: bounce-7;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

.card {
  -webkit-box-shadow: 1px 1px 3px #cacaca;
          box-shadow: 1px 1px 3px #cacaca;
  padding: 10px 20px;
  min-height: 180px;
  margin: 10px auto !important;
}

.card h3, .card p {
  text-align: left;
  position: relative;
  z-index: 3;
}

.card .card-index {
  color: #f1f1f1;
  font-weight: bolder;
  position: absolute;
  top: -11px;
  font-size: 12em;
  z-index: 1;
}

.arrow i {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

#map {
  height: 600px;
}

.region-selector {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  margin-left: 10px;
  margin-right: 10px;
}

.region-selector:hover {
  color: white;
  background-color: #167429;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.region-selector.active {
  color: white;
  background-color: #167429;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes bounce-7 {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-100px);
            transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-7px);
            transform: scale(1, 1) translateY(-7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes bounce-7 {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-100px);
            transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-7px);
            transform: scale(1, 1) translateY(-7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 -15px white;
            box-shadow: 0 0 -15px white;
  }
  40% {
    -webkit-box-shadow: 0 0 30px white;
            box-shadow: 0 0 30px white;
  }
  60% {
    -webkit-box-shadow: 0 0 30px white;
            box-shadow: 0 0 30px white;
  }
  100% {
    -webkit-box-shadow: 0 0 -15px white;
            box-shadow: 0 0 -15px white;
  }
}

@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 -15px white;
            box-shadow: 0 0 -15px white;
  }
  40% {
    -webkit-box-shadow: 0 0 30px white;
            box-shadow: 0 0 30px white;
  }
  60% {
    -webkit-box-shadow: 0 0 30px white;
            box-shadow: 0 0 30px white;
  }
  100% {
    -webkit-box-shadow: 0 0 -15px white;
            box-shadow: 0 0 -15px white;
  }
}

@-webkit-keyframes glowing-text {
  0% {
    text-shadow: 0 0 -15px white;
  }
  40% {
    text-shadow: 0 0 30px white;
  }
  60% {
    text-shadow: 0 0 30px white;
  }
  100% {
    text-shadow: 0 0 -15px white;
  }
}

@keyframes glowing-text {
  0% {
    text-shadow: 0 0 -15px white;
  }
  40% {
    text-shadow: 0 0 30px white;
  }
  60% {
    text-shadow: 0 0 30px white;
  }
  100% {
    text-shadow: 0 0 -15px white;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes explodeBubble {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  40% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  60% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
  }
  70% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  80% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5);
  }
  100% {
    -webkit-transform: scale(6);
            transform: scale(6);
  }
}

@keyframes explodeBubble {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  40% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  60% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
  }
  70% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  80% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5);
  }
  100% {
    -webkit-transform: scale(6);
            transform: scale(6);
  }
}

#myVideo {
  position: absolute;
  top: -74px;
  right: 0;
  /* bottom: 0; */
  z-index: -1;
  min-width: 100vw;
  min-height: 100vh;
}

.wpcf7 {
  text-align: center;
  padding: 25px 15px;
  background: #ffd21b;
  border-radius: 20px;
}

.wpcf7 input, .wpcf7 textarea {
  overflow: visible;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid grey;
}

.wpcf7 input[type="submit"] {
  padding: 10px 50px;
  background: #41cb54;
  color: white;
  border: none;
}

#navbar .sub-menu {
  /*position: absolute;
        top: 100%;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0.25rem;*/
}

@media all and (min-width: 992px) {
  #navbar .menu-item .sub-menu {
    display: none;
  }
  #navbar .menu-item:hover .sub-menu {
    display: block;
  }
  #navbar .menu-item.menu-item-has-children:hover {
    background-color: #000000b3;
    padding: 10px;
    border-radius: 10px;
  }
  #navbar .menu-item.menu-item-has-children:hover .sub-menu li a {
    margin-top: 10px;
  }
  #navbar .menu-item:hover .sub-menu li {
    display: block;
  }
  #navbar .menu-item .sub-menu {
    margin-top: 0;
  }
}

.comments-area {
  overflow: hidden;
  /**/
  /**/
  /**/
  /**
    * >= 576px
    */
  /**
    * >= 768px
    */
}

.comments-area .title-wrap {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.comments-area .comments-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.comments-area .comments-title::before, .comments-area .comments-title::after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #cdceef;
  width: 700px;
}

.comments-area .comments-title::before {
  right: 100%;
  margin-right: 30px;
}

.comments-area .comments-title::after {
  left: 100%;
  margin-left: 30px;
}

.comments-area .author-name {
  text-transform: capitalize;
  color: #2d3290;
  margin-bottom: 0px;
}

.comments-area .comment-metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #585ecb;
  font-size: 14px;
}

.comments-area .comment-metadata a {
  color: #585ecb;
}

.comments-area .comment-metadata .comment-edit-link {
  text-decoration: none;
}

.comments-area .comment-metadata .comment-edit-link::before {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-right: 5px;
}

.comments-area .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.comments-area footer.comment-meta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 0;
}

.comments-area footer .comment-reply-link {
  text-decoration: none;
}

.comments-area footer .comment-reply-link::before {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-right: 5px;
}

.comments-area footer .comment-awaiting-moderation {
  background-color: #cdceef;
  color: #585ecb;
}

.comments-area .comment-author-img {
  display: none;
}

.comments-area .comment-author-img .avatar {
  width: 80px;
  height: auto;
  border: 3px solid #fff;
  box-shadow: 2px 2px 3px #cdceef;
  -webkit-box-shadow: 2px 2px 3px #cdceef;
  -moz-box-shadow: 2px 2px 3px #cdceef;
  -ms-box-shadow: 2px 2px 3px #cdceef;
  -o-box-shadow: 2px 2px 3px #cdceef;
  border-radius: 100%;
}

.comments-area .comment-author-img .avatar:hover {
  border-width: 1px;
  box-shadow: 4px 4px 6px #cdceef;
  -webkit-box-shadow: 4px 4px 6px #cdceef;
  -moz-box-shadow: 4px 4px 6px #cdceef;
  -ms-box-shadow: 4px 4px 6px #cdceef;
  -o-box-shadow: 4px 4px 6px #cdceef;
}

.comments-area .comment-body {
  background-color: transparent;
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cdceef;
}

.comments-area .children {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.comments-area .comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-area .comment-input-wrap .comment-form-author,
.comments-area .comment-input-wrap .comment-form-email {
  margin-bottom: 15px;
}

.comments-area .comment-form-cookies-consent {
  display: block;
  position: relative;
  padding-left: 20px;
}

.comments-area .comment-form-cookies-consent input {
  position: absolute;
  top: 3px;
  left: 1px;
}

.comments-area .comment-form-cookies-consent label {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .comments-area .comment-input-wrap .comment-form-author,
  .comments-area .comment-input-wrap .comment-form-email {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .comments-area .comment-author-img {
    display: initial;
  }
}

.wp-block-cover {
  height: auto;
}

.has-white-color a {
  color: white !important;
}

.menu-item-gtranslate {
  width: auto !important;
}
