/*
 Theme Name:     loop telecoms
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Custom theme for the loop telecoms company
 Author:         ThePlasticStudio
 Author URI:     https://theplastic.studio
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

  .gradient-text h1 {
    color: white;
    background: -webkit-linear-gradient(left, #ffffff, #23a6d5, #23d5ab);
    background-size: 1000px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
            animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes animationgradienttitle {
    0% {
      background-position: 0 1000px;
    }
    100% {
      background-position: 1000px 0;
    }
  }
  @keyframes animationgradienttitle {
    0% {
      background-position: 0 1000px;
    }
    100% {
      background-position: 1000px 0;
    }
  }

.et_pb_menu_0.et_pb_menu .nav li ul {
    background-color: rgba(0,0,0,0.98)!important;
}

footer.et-l .et_builder_inner_content {
  z-index: -1!important;
}

#cookie-notice {
  min-width: 90%!important;
  width: 90%!important;
  margin-left: 5%!important;
  font-family: 'Commissioner', sans-serif!important;
  font-size: 15px!important;

}

#cookie-notice .cn-button.bootstrap {
    background: black!important;
    font-family: 'Commissioner'!important;
    font-size: 14px!important;
}

/* Page Overrides
------------------------------------------------------- */

