/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/*Theme customization starts here
------------------------------------------------------- */
.overlay-on {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, .7);
  transition: .3s linear;
}

/* Manage cookie with toggle button */
.toggle-wrap{
  margin-top:15px;
}
.toggle-1 {
  display: block;
  position: relative;
  height: auto;
  margin: 0 0 5px 0;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
}

.clearfix:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

.toggle-1 span {
  position: relative;
  width: 50px;
  height: 25px;
  float: right;
  background-color: #E0E0E0;
  border-radius: 50vw;
  transition: 150ms;
}

.toggle-1 span::before {
  content: '';
  position: absolute;
  background-color: #FAFAFA;
  width: 45%;
  height: 90%;
  border-radius: 50%;
  top: 5%;
  left: 2.5%;
  transition: 150ms;
  animation: a 2s infinite;
  animation-play-state: running;
}

.toggle-1 p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 4vw;
  font-family: 'Nunito', sans-serif;
  color: #263238;
}

.toggle-1 input {display: none;}

.toggle-1 input:checked ~ span {
  background-color: #64B5F6;
}
.toggle-1 input:checked ~ span::before {
  left: 52.5%;
  animation: none;
}

span.eib_pc-off, span.eib_ec-off {
  display: none;
}

span[class*="eib_pc"], span[class*="eib_ec"] {
  margin-left: 10px;
}
.cookies-home-btn__wrap{
text-align:center;
}
.cookies-home-row__wrap{
z-index:1000;
}

@keyframes a {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 2vw 0 #64B5F6;
  }
  100% {
    box-shadow: none;
  }
}



#eib-popup-policy {
  position: fixed;
  display: none;
  width: 100%;
  border: none;
  bottom: 0px;
  left: 0;
  min-height: 40px;
  z-index: 1000;
  padding-bottom: 30px;
background: white;
  padding-top: 30px;
}

#accept_cookies_footer, #refuse_cookies_footer{
color: #fff;
  background-color: #1370a7;
  border: 2px solid #1370a7;
position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1rem 1.4rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 14.8rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.2, 1);
margin:15px;
}

#accept_cookies_footer:hover, #refuse_cookies_footer:hover{
color: #1370a7;
  background-color: #fff;
  border: 2px solid #1370a7;
}

.cookies-home__btn-close--cookie{
margin-left:30px;
}
