/**
 * Theme Name: Hello Nebula
 * Template:   hello-elementor
 */

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

li {
  margin-bottom: 8px;
}

#cookie-notice * {
  font-family: 'Nebula Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    border: none;
    border-radius: 32px;
    padding: 8px 16px;
    margin: 8px 16px;
    font-weight: 600;
    background-color: #2cadfe;
    color: #FFFFFF;
}

#cookie-notice a {
    color: #2cadfe;
}

#standard-header {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 768px) {
  #standard-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 360px) {
  #standard-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.elementor-menu-toggle {
  width: 28px;
  height: 28px;
}

.eicon-menu-bar:before {
  content: ''!important;
  display: block;
  background-image: url('img/hamburger.svg');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  height: 28px;
  width: 28px;
}

.dark .eicon-menu-bar:before {
  background-image: url('img/hamburger-dark.svg');
}

.elementor-menu-toggle.elementor-active i:before {
  content: '';
  display: block;
  background-image: url('img/hamburger.close.svg');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  height: 28px;
  width: 28px;
}

.elementor-nav-menu__container.elementor-nav-menu--dropdown {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mobile-subnav .eicon-menu-bar:before {
  background-image: url('img/chevron-down-white.svg');
  opacity: 0.5!important;
}

.home .mobile-subnav .eicon-menu-bar:before {
  background-image: url('img/chevron-down-blue.svg');
  opacity: 1!important;
}

.mobile-subnav .elementor-menu-toggle.elementor-active i:before {
  content: '';
  display: block;
  background-image: url('img/close-white.svg');
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}

.home .mobile-subnav .elementor-menu-toggle.elementor-active i:before {
  background-image: url('img/close-blue.svg');
}

[data-elementor-type="wp-page"], [data-elementor-type="single"], [data-elementor-type="archive"] {
    flex: 1;
  }

ul {
  margin-bottom: 2em;
}

.channelBanner {
  height: 320px;
}

@media (max-width: 767px) {
  .channelBanner {
    height: 240px;
  }
}

// Tippy Tooltip
.tippy-tooltip.standard-theme {
  background-color: #00141e;
  color: #f7f7f7;
}

.creator-social-icon {
    font-size: 16px;
    padding: 0.5em;
    border-radius: 64px;
    background-color: rgba(204,204,204,0.1);
    text-align: center;
    display: inline-block;
    line-height: 1;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid rgba(204,204,204,0.1);
}

@media (min-width: 768px) {
  .creator-social-icon {
    margin-left: 0;
    margin-right: 8px;
  }
}

.creator-social-icon svg {
  fill: #A3A2A0;
}

.creator-social-icon.nebula:hover svg {
  fill: none;
}

.creator-social-icon.nebula:hover {
  background-image: url('img/nebula-color.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.creator-social-icon i, .creator-social-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.creator-social-icon i:before, .creator-social-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform:translateX(-50%)
}

a.creator-social-icon {
  color: #A3A2A0!important;
}

a.creator-social-icon:hover {
  color: #2cadfe!important;
}

/* VIDEO EMBED STYLES */


.nebula-badge {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .videoWrapper {
    margin-top: 40px;
  }
  .nebula-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 8px;
  background-color: #00141e;
  background-image: url('img/thumbnail-star.png'), linear-gradient(180deg, rgba(15,35,45,1) 0%, rgba(0,20,30,1) 65%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.35);
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}

.single-creator .videoWrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube_video {
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
  -webkit-transform: rotate(0.0deg);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  overflow:hidden
}

.fancybox-is-open .fancybox-bg {
  //opacity: 1!important;
}

button.fancybox-button.fancybox-close-small {
  background: none;
  padding: 10px;
  left: 0;
  top: 0;
  border: none;
  height: 48px;
  width:48px!important;
  color: #fff!important;
  opacity: 0.5;
}

.fancybox-slide--video button.fancybox-button.fancybox-close-small {
  left: -36px;
  top: -36px;
}

.fancybox-slide--video .fancybox-content {
  vertical-align: middle!important;
}

@media (min-width: 768px) {
  button.fancybox-button.fancybox-close-small{
    left: -16px;
    top: -16px;
  }
}

@media (min-width: 1024px) {
  button.fancybox-button.fancybox-close-small {
    left: 0px;
    top: 0px;
  }
}

button.fancybox-button.fancybox-close-small:hover {
    //color: #2cadfe!important;
    opacity: 1;
}

.elementor-lightbox .dialog-lightbox-close-button {
  left: .75em!important;
}

.elementor-shape-top {
  top: -2px!important;
}


