//How To Get More Likes On Your Facebook Page
.headline-tool-page {
  .content.overlap {
    @include MQ(M) {
      margin-top: -100px;
    }
    margin-top: -2em;
  }
  .content, article, main {
    background: transparent;
    padding: 0 0 2em 0;
  }
  .lab-report {
    margin-bottom: 0em;
  }
  main {
    padding-top: 2em;
  }
}
.three-box {
  width: 100%;
  float: left;
  margin: 0;
  @include MQ(M) {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    &.right {
      margin-right: 0;
    }
  }
}
.red-headline {
  color: $salescrowd-red;
}
.green-headline {
  color: $salescrowd-green;
}
.nochange-headline {
  color: $salescrowd-earth;
}
#check-inbox {
  background: $salescrowd-orange;
  padding: 1em 2em;
  border-radius: $base-border-radius;
  color: $white;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  height: auto !important;
  opacity: 1;
  display: block;
  float: left;
  margin-top: 2em;
  margin-bottom: 0em;
  @include transition(all .25s ease-in-out);
  &.hidden {
    height: 0 !important;
    opacity: 0;
    display: none;
    @include transition(all .25s ease-in-out);
  }
}
#email-error {
  background: $salescrowd-red;
  padding: 1em 2em;
  border-radius: $base-border-radius;
  color: $white;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  height: auto !important;
  opacity: 1;
  display: block;
  float: left;
  margin-top: 2em;
  margin-bottom: 0em;
  @include transition(all .25s ease-in-out);
  &.hidden {
    height: 0 !important;
    opacity: 0;
    display: none;
    @include transition(all .25s ease-in-out);
  }
}
.genius-notes {
  .content.overlap {
    background: $white;
    position: relative;
    z-index: -1em;
    padding: 2em 0.75em;
    @include MQ(M) {
      padding: 2em;
    }
    .genius-advice {
      p {
        margin: 0;
        margin-bottom: 0.25em;
      }
    }
  }
}
.beaker-left {
  @include MQ(M) {
    right: -210px;
    top: 40px;
  }
  @include MQ(L) {
    right: -250px;
    top: 20px;
  }
  position: absolute;
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  &.remove {
    opacity: 0;
    height: 0;
  }
}
img.clickstart {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  right: 0;
  width:200px;
  margin-left:-125px;
  @include transition(all .25s ease-in-out);
  &:hover {
    cursor: pointer;
  }
  &.remove {
    opacity: 0;
    height: 0;
  }
  @include MQ(M) {
    width:400px;
    margin-left:-250px;
  }
}
.genius-message {
  @include clearfix;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  padding-top: 2em;
  text-align: center;
}
.genius-blackboard {
  width: 100%;
  background: $black url("../images/board.jpg");
  background-size: cover;
  height: auto;
  display: block;
  padding: 135px 1em 2em 1em;
  @include MQ(M) {
    padding: 135px 1em 7em 1em;
  }
  .blackboard-box {
    width: 50%;
    float: left;
    padding: 1em;
    p, span {
      color: $white;
      margin-bottom: 0;
      margin-top: -2em;
      position: relative;
      font-size: 0.8em !important;
      font-weight: 900;
      font-family: $genius;
      &.label {
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 1px 1px 1px $black;
        font-size: 0.6em !important;
        @include MQ(M) {
          font-size: 0.8em !important;
        }
      }
      &.item-label {
        text-transform: capitalize;
      }
    }
    h4 {
      color: $white;
      font-weight: 900;
      font-family: $genius;
      font-size: 2em;
      &.greengrade {
        color: $salescrowd-green;
      }
      &.orangegrade {
        color: $salescrowd-light-orange !important;
      }
      &.redgrade {
        color: $salescrowd-red !important;
      }
      @include MQ(M) {
        font-size: 2em;
      }
      @include MQ(L) {
        font-size: 2.4em;
      }
    }
    .chart-container {
      width: 100%;

    }
    .chart {
      width: 100% !important;
      min-width: 70px !important;
      height: 70px !important;
      margin: 1em auto 0 auto;
      display: block;
      position: relative !important;
    }
    .sentiment {
      margin: 0.5em auto 0 auto;
    }
  }
  .genius-blackboard-input {
    width: 100%;
    float: left;
    clear: left;
    text-align: center;
    margin-bottom: 2em;
    text-shadow: 1px 1px 1px $black;
    &:focus::-webkit-input-placeholder{
      color: transparent!important;
    }
    &:focus::-moz-placeholder{
      color: transparent!important;
    }
    &:focus:-moz-placeholder{
      color: transparent!important;
    }
    @include MQ(M) {
      margin-bottom: 0;
      width: 50%;
      clear: none;
      border-right: 1px solid $gray;
    }
    .genius-blackboard-textarea {
      background: transparent;
      border: 0;
      outline: none;
      overflow-y: auto;
      resize: none;
      color: $white;
      padding-top: 1em;
      text-align: center;
      font-family: $genius;
      font-size: 2em;
    }
    button {
      outline: none;
      font-size: 0.6em;
      @include MQ(M) {
        font-size: 0.8em;
      }
      @include MQ(L) {
        font-size: 1em;
      }
    }
  }
  //How To Get More Likes On Your Facebook Page
  .genius-blackboard-scores {
    width: 100%;
    float: left;
    clear: left;
    h2 {
      color: $white;
      font-weight: 900;
      font-family: $genius;
      font-size: 2em;
      padding: 2em 0;
    }
    @include MQ(M) {
      width: 50%;
      clear: none;
    }
    text-align: center;
    margin: 0;
  }
}
.headline-copy {
  cursor: pointer;
  font-weight: 800;
  font-style: italic;
  &:hover {
    text-decoration: underline;
  }
}
// Below the fold
.genius-advice-list {
  background: $salescrowd-warm-light-gray;
  border: 1px $salescrowd-warm-gray solid;
  padding: 1em;
  border-radius: $base-border-radius;
  margin: 1em 0;
  label {
    display: inline-block;
    margin-left: 0.5em;
    color: $salescrowd-orange;
    span {
      text-transform: none;
      font-size: 0.9em;
    }
  }
}
p.genius-small-title {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  &.no-margin-bottom {
    margin-bottom: 0;
  }
}
p.genius-helper {
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: italic;
  margin-top: 0;
}
.genius-disclaimer {
  width: 100%;
  display: block;
  clear: both;
  padding: 2em;
  position: relative;
  background: $salescrowd-earth;
  border-radius: $base-border-radius;
  p {
    color: $white;
    margin: 0;
    font-weight: 700;
  }
}

.genius-type {
  background: $salescrowd-warm-gray;
  padding: 0.25em 0.5em;
  border-radius: $base-border-radius;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 900;
}
.genius-word-breakdown {
  p {
    margin: 0;
  }
  ul {
    li {
      font-size: 0.7em;
      text-align: left;
      text-transform: uppercase;
      float: left;
      clear: left;
      margin: 0.5em 0em;
      line-height: 1.6em;
      span {
        float: left;
        color: $dark-gray;
        font-weight: 900;
        letter-spacing: 1px;
        margin-right: 0.25em;
      }
      b {
        margin-right: 0.5em !important;
        font-size: 0.9em;
        font-weight: 900;
        height: 1.7em;
        width: 1.7em;
        display: block;
        float: left;
        line-height: 1.6em;
        text-align: center;
        color: $white;
        border-radius: 100%;
      }
      p {
padding-left: 2em;
      }
      &.common {
        b {
          background: $salescrowd-green;
        }
      }
      &.uncommon {
        b {
          background: $salescrowd-facebook;
        }
      }
      &.power {
        b {
          background: $salescrowd-purple;
        }
      }
      &.emotion {
        b {
          background: $salescrowd-pink;
        }
      }
      &.superlatives {
        b {
          background: $salescrowd-light-orange;
        }
      }
      &.misc{
        b {
          color: $black;
          background: $salescrowd-snapchat;
        }
      }
    }
    float: left;
    clear: left;
    padding: 0;
    margin: 0;
  }

}
.genius-keywords {
  width: 100%;
  text-overflow: ellipsis;
  span.keyword {
    background: $salescrowd-orange;
    text-overflow: ellipsis;
    padding: 0.25em 1em;
    margin: 0em 1em 1em 0;
    line-height: 1.9em;
    display: block;
    float: left;
    width: auto;
    font-size: 0.8em;
    font-weight: 900;
    color: $white;
    //word-wrap: break-word;
    border-radius: $base-border-radius;
  }
}

.scientist {
  position: absolute;
  width: 193px;
  height: 300px;
  left: -161px;
  bottom: -150px;
  display: none;
  @include MQ(L) {
    display: block;
  }
}

.genius-sentiment {
  font-size: 0.9em;
}

.sentiment-positive {
  color: $salescrowd-green;
  font-weight: 900;
  font-size: 5em;
  margin: 0;
  line-height: 1em;
  text-align: center;
}

.sentiment-neutral {
  color: $salescrowd-light-orange;
  font-weight: 900;
  font-size: 5em;
  margin: 0;
  line-height: 1em;
  text-align: center;
}

.sentiment-negative {
  color: $salescrowd-red;
  font-weight: 900;
  font-size: 5em;
  margin: 0;
  line-height: 1em;
  text-align: center;
}

.genius-score-history {
  li {
    list-style: decimal;
    font-size: 0.7em;
    font-weight: 900;
  }
  .pagination {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    ul li a {
      padding: .175em .4em;
    }
  }
}

// Genius Helpers
.ng-hide {
  display: none;
}

.tool-hidden {
  opacity: 0;
  height: 0px;
  @include transition(all .25s ease-in-out);
  &.toolvisible {
    opacity: 1;
    height: auto;
    @include transition(all .25s ease-in-out);
  }
}

.opacityhidden {
  opacity: 0;
  @include transition(all .25s ease-in-out);
  &.opacityvisible {
    opacity: 1;
    @include transition(all .25s ease-in-out);
  }
}

// Beaker Animation
.beaker {
  position: relative;
  margin: 0 auto;
  width: 42px;
  height: 100px;
}

.beaker img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1 !important;
}

.beaker i {
  z-index: 2;
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 16px;
  opacity: 0;
  animation: bubble-one linear 3s infinite;
}

.beaker i:nth-child(1) {
  animation-name: bubble-one;
}

.beaker i:nth-child(2) {
  animation-delay: .7s;
  animation-name: bubble-two;
}

.beaker i:nth-child(3) {
  animation-delay: 1.5s;
  animation-name: bubble-one;
}

.beaker i:nth-child(4) {
  animation-delay: 2.3s;
  animation-name: bubble-two;
}

@keyframes bubble-one {
  0%{bottom:1px; left:21px; transform:scale(.1); opacity:1; background:$white;}
  10%{bottom:5px; left:17px; transform:scale(.2); opacity:1; background:$white; }
  20%{bottom:10px; left:21px; transform:scale(.2); opacity:1; background:$white;}
  30%{bottom:15px; left:15px; transform:scale(.3);opacity:1; background:$white;}
  40%{bottom:19px; left:21px; transform:scale(.4); opacity:1; background:$white; }
  49%{bottom:19px; left:17px; transform:scale(.4); opacity:1; background:$white; }
  50%{bottom:19px; left:17px; transform:scale(.5); opacity:1; background:$salescrowd-green; }
  60%{bottom:55px; left:21x; transform:scale(.6); }
  70%{bottom:60px; left:16px; transform:scale(.7); }
  80%{bottom:65px; left:21px; transform:scale(.8);}
  90%{bottom:70px; left:17px; transform:scale(1); }
  99%{bottom:73px; left:21px; transform:scale(1); opacity:.5;}
  100%{bottom:73px; left:21px; transform:scale(5); opacity:0; background:$salescrowd-green;}
}

@keyframes bubble-two {
  0%{bottom:1px; left:13px; transform:scale(.1); opacity:1; background:$white;}
  10%{bottom:5px; left:18px; transform:scale(.2); opacity:1; background:$white; }
  20%{bottom:10px; left:13px; transform:scale(.2); opacity:1; background:$white;}
  30%{bottom:15px; left:18px; transform:scale(.3);opacity:1; background:$white;}
  40%{bottom:19px; left:13px; transform:scale(.4); opacity:1; background:$white; }
  49%{bottom:19px; left:18px; transform:scale(.4); opacity:1; background:$white;}
  50%{bottom:19px; left:18px; transform:scale(.5); opacity:1; background:$salescrowd-facebook;}
  60%{bottom:55px; left:13px; transform:scale(.6); }
  70%{bottom:60px; left:18px; transform:scale(.7); }
  80%{bottom:65px; left:13px; transform:scale(.8);}
  90%{bottom:70px; left:18px; transform:scale(1); }
  99%{bottom:73px; left:13px; transform:scale(1); opacity:.5; }
  100%{bottom:73px; left:13px; transform:scale(5); opacity:0; background:$salescrowd-facebook;}
}