body.jub-demo-mode {
  padding-top: 80px;
}

.jub-demobar {
  background-color: #0D47A1;
  position: -webkit-sticky !important;
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 10000;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.12), 0 2px 4px rgba(0,0,0,0.08);
}

.demobar-left,
.demobar-center,
.demobar-right {
  /*flex: 1;*/
}

.demobar-center {
  margin: 0 auto;
  width: 1024px;
}

.demobar-left,
.demobar-right {
  max-width: 20%;
}

.demobar-center {
  text-align: center;
}

#jub-message {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}


/* FORMS
/* -------------------------- */
.jub-demobar .form-inline {
  justify-content: center;
}

.jub-demobar .form-inline .form-group {
  margin-right: 20px;
}

.jub-demobar .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  border-radius: 0;
  transition: .2s;
  min-width: 240px;
  padding-left: 1px;
  padding-right: 1px;
  font-weight: 400;
}

.jub-demobar .form-control:hover,
.jub-demobar .form-control:focus {
  background-color: transparent;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
  outline: none;
  box-shadow: none;
}

.jub-demobar .form-inline #jub-create-btn {
  border: 1px solid transparent;
  background: #F44336;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
  color: #fff;
  font-weight: 700;
  height: auto;
  padding: 0 8px 0 16px;
  line-height: 45px;
  transition: .2s;
}

.jub-demobar .form-inline #jub-create-btn.loading {
  color: rgba(255,255,255,0.5);
  cursor: wait;
}

.jub-demobar .form-inline #jub-create-btn .fa {
  display: none;
}

.jub-demobar .form-inline #jub-create-btn.loading .fa {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

.jub-demobar .form-inline #jub-create-btn .material-icons {
  position: relative;
  bottom: -6px;
  margin-left: 8px;
}

.jub-demobar .form-inline #jub-create-btn:hover,
.jub-demobar .form-inline #jub-create-btn:focus {
  background: #D73B30;
  outline: none;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.12), 3px 3px 6px rgba(0,0,0,.24);
}

.jub-demobar .form-control::-webkit-input-placeholder {
  color: #C8D7EE !important;
}

.jub-demobar .form-control:-moz-placeholder{
  color: #C8D7EE !important;
}

.jub-demobar .form-control::-moz-placeholder{
  color: #C8D7EE !important;
}

.jub-demobar .form-control:-ms-input-placeholder {
  color: #C8D7EE !important;
}



/* Responsive Demobar
/* ---------------------------*/
@media screen and (max-width: 769px) {

  .jub-demobar {
    box-sizing: border-box;
    padding-top: 10px;
    line-height: 1;
  }

  .jub-demobar #jub-message {
    display: block;
    margin-bottom: 10px;
  }

  .jub-demobar #jub-update-btn {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  .demobar-center {
    margin: 0 auto;
    width: auto;
  }

  .demobar-left,
  .demobar-right {
    display: none;
  }

  .jub-demobar .form-inline .form-group {
    display: inline-block;
    margin-right: 8px;
  }

  .jub-demobar .form-control {
    min-width: 0;
    width: 100%;
  }

  .jub-demobar .form-inline #jub-create-btn {
    padding: 0 10px;
  }

  .jub-demobar .form-inline #jub-create-btn .material-icons {
    margin-left: 0;
  }

  .jub-demobar .form-inline #jub-create-btn span {
    display: none;
  }

}

@media screen and (max-width: 640px) {
  .jub-demobar {
    height: 110px;
  }

  body.jub-demo-mode {
    padding-top: 110px;
  }

  .jub-demobar #jub-message {
    line-height: 1.3;
  }

  #jub-message a {
    display: inline-block;
    height: 32px;
    overflow: hidden;
    position: relative;
    text-indent: 150px;
    vertical-align: middle;
    width: 100px
  }

  #jub-message a:before {
    content: "Your site";
    display: inline-block;
    height: 32px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 3px;
  }
}

@media screen and (max-width: 480px) {

  .jub-demobar .form-control {
    min-width: 0;
    max-width: 110px;
    width: 100%;
  }

}


/* Edit Button
/* ---------------------------*/
.jub-edit-btn {
  background: #F44336;
  color: #fff;
  color: rgba(255,255,255,.87);
  font-weight: 500;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  text-align: left;

  position: fixed;
  top: 16px;
  left: 16px;

  box-sizing: border-box;
  padding: 8px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;

  border: 0;
  border-radius: 50px;

  z-index: 100000;
  transition: .12s cubic-bezier(.4,0,.2,1);
  opacity: 1;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12), 0 3px 3px -2px rgba(0, 0, 0, .4);
}

.jub-edit-btn .material-icons {
}

.jub-edit-btn span {
  line-height: 1;
  display: inline-block;
  opacity: 0;
  margin-left: 8px;
  width: 80px;
  position: relative;
  top: -4px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .28s cubic-bezier(.4,0,.2,1);
}

.jub-edit-btn:hover,
.jub-edit-btn:active,
.jub-edit-btn:focus {
  background: #E53935;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .4);
  color: #fff;
  cursor: pointer;
  text-decoration: none !important;
  width: 140px;
}

.jub-edit-btn:hover span,
.jub-edit-btn:active span,
.jub-edit-btn:focus span {
  opacity: 1;
}

/* JUB message */
#jub-message .email {
  font-weight: 600;
  color: #F9A825;
}

/* Resend button */
#jub-resend-btn,
#jub-create-btn {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 1;
  margin: 0 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.35s;
}

#jub-resend-btn:hover,
#jub-resend-btn:focus,
#jub-resend-btn:active,
#jub-create-btn:hover,
#jub-create-btn:focus,
#jub-create-btn:active {
  background-color: #f28632;
  border-color: #f28632;
  color: #fff;
}

#jub-resend-btn.loading,
#jub-create-btn.loading {
  color: #999;
  cursor: wait;
}

#jub-resend-btn.loading .fa,
#jub-create-btn.loading .fa {
  display: inline-block;
}

#jub-resend-btn .fa,
#jub-create-btn .fa {
  display: none;
  margin-right: 5px;
}

#jub-update-btn,
#jub-newsite-btn {
  border-radius: 3px;
  color: #f28632;
  height: auto !important;
  line-height: 32px;
  padding: 0 10px;
}

#jub-newsite-btn {
  background: transparent;
  border: 0;
  padding: 0;
  margin-left: 20px;
}

#jub-update-btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

#jub-update-btn:hover,
#jub-update-btn:focus,
#jub-update-btn:active {
  border-color: #fff;
}

#jub-update-btn:hover,
#jub-newsite-btn:hover {
  background: transparent;
}