/*
 Theme Name:     Livecast Child Theme
 Theme URI:      https://www.codeless.co/livecast
 Description:    Livecast Child Theme
 Author:         Codeless Themes
 Author URI:     https://www.codeless.co
 Template:       livecast
 Version:        1.0.0
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

.elementor-section {
  padding-top: 0;
}
body,
.completed .cl-preloader #viewport,
.completed .cl-preloader #wrapper,
.completed .cl-preloader #main,
.completed .cl-preloader #main .elementor {
  overflow: auto;
}
body .elementor-widget-wrap .elementor-element .elementor-widget-container .elementor-button-wrapper .elementor-button {
  font-family: "Ubuntu", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #FFFFFF00;
  border-radius: 25px 25px 25px 25px;
  padding: 15px 45px 11px 45px;
}

body .elementor-widget-wrap .elementor-element.elementor-widget-button > .elementor-widget-container {
  margin: 0px 5px 0px 20px;
  background-color: transparent;
  background-image: linear-gradient(320deg, #e335e6 0%, #416da2 67%);
  transition: background 0.4s;
  border-radius: 25px 25px 25px 25px;
}
.creative-search .btn.btn--search-close {
  color: #ffffff;
  background-color: transparent;
}
body #main .elementor-section.elementor-top-section,
body #main .elementor-section.elementor-top-section .elementor-element:not(.ce-animation-start) .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0;
}
nav ul.ce-nav-menu .menu-item a.ce-menu-item {
  color: #FFFFFF!important;
}
.elementor-element .ce-nav-menu .menu-item a.ce-menu-item:before {
  background: #672dae;
}
body .entry-play a,
body .ce-carousel-head .ce-posts-carousel-controls a,
body .ce-carousel-head .ce-podcasts-shows-carousel-controls a,
body .ce-carousel-head .ce-podcasts-carousel-controls a {
  width: 50px;
  height: 50px;
  background: #242424;
}
body .entry-show .entry-content,
body .entry-podcast {
  padding: 20px;
  background: #1c587852;
}
.vwsmp a {
  margin-bottom: 5px!important;
}
.ce-mailchimp-form {
  background: none;
}
.ce-mailchimp-form .ce-head h2,
.ce-mailchimp-form .ce-head p {
  color: #FFFFFF;
}
.entry-podcast .entry-media .entry-play a {
  vertical-align: middle;
  line-height: 48px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #00000080;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 2;
}
.entry-podcast .entry-play a.livecast-play:hover {
  background: #39045b;
  color: #fff;
}
.wpcf7 .ce-check .wpcf7-list-item-label {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.vertical-lines-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 2;
}
.vertical-lines {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.vertical-lines-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 1;
}
.vertical-effect {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(119, 119, 119, .2);
}
.vertical-effect::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
}
.vertical-effect:first-child::before, .vertical-effect:last-child::before {
  content: "";
  position: absolute;
  right: -2px;
}
.vertical-effect:first-child::before {
  top: 0;
  -webkit-animation: raindrop 6s ease-out infinite;
  -moz-animation: raindrop 6s ease-out infinite;
  -ms-animation: raindrop 6s ease-out infinite;
  -o-animation: raindrop 6s ease-out infinite;
  animation: raindrop 6s ease-out infinite;
  background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
  background: -ms-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
  background: linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
}
.vertical-effect:last-child::before {
  bottom: 0;
  -webkit-animation: raindrop-reverse 6s ease-out infinite;
  -moz-animation: raindrop-reverse 6s ease-out infinite;
  -ms-animation: raindrop-reverse 6s ease-out infinite;
  -o-animation: raindrop-reverse 6s ease-out infinite;
  animation: raindrop-reverse 6s ease-out infinite;
  background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
  background: -ms-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
  background: linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}
.ce-nav-menu__layout-horizontal.ce-nav-menu__submenu-arrow.ce-dropdown a.ce-menu-item {
  background: #1b1b1b!important;
}
.elementor-show-phone.join-btn {
  display: none!important;
}
.elementor-show-phone.home-btn {
  display: block!important;
}
.home .elementor-show-phone.join-btn {
  display: block!important;
}
.home .elementor-show-phone.home-btn {
  display: none!important;
}
.wpcf7 .ce-name,
.wpcf7 .ce-email,
.wpcf7 .ce-phone {
  width: 32.6666%;
  float: left;
  margin-bottom: 10px;
}
.wpcf7 .ce-name,
.wpcf7 .ce-email {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  .elementor-show-phone .elementor-button-link {
    padding: 10px!important;
    font-size: 12px!important;
  }
  .elementor-show-phone .elementor-widget-container {
    margin: 0!important;
  }
  .wpcf7 .ce-name,
  .wpcf7 .ce-email,
  .wpcf7 .ce-phone {
    width: 100%;
    margin-right: 0;
  }
}
@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
