/**
 * Vertically center
 */
/*=====================================
=            Media queries            =
=====================================*/
/*=====  End of Media queries  ======*/
/*----------  Children  ----------*/
.App__title {
  padding-top: 1.875em;
  text-align: center; }

.text-grey {
  -ms-flex-item-align: center;
      align-self: center;
  color: #D5D5D5; }

.SearchInput {
  margin: 1.875em auto 3.4375em auto;
  max-width: 37.5em;
  position: relative;
  padding: 0 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 1.25em; }
  .SearchInput .timezone {
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 0.625em; }
    .SearchInput .timezone a {
      color: #D5D5D5;
      text-decoration: none; }
  .SearchInput:before {
    content: "";
    position: absolute;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "r/";
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    color: #9c9c9c;
    left: 1.125em;
    letter-spacing: 3px; }
  .SearchInput input {
    font-size: 0.875em;
    padding: 0.6428571429em 0.5714285714em;
    width: 100%;
    border: 0;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    display: block;
    -webkit-appearance: none; }
    .SearchInput input:invalid {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .SearchInput input::-webkit-input-placeholder {
      letter-spacing: .4px;
      color: #AAAAAA;
      font-weight: 300; }
    .SearchInput input:-ms-input-placeholder {
      letter-spacing: .4px;
      color: #AAAAAA;
      font-weight: 300; }
    .SearchInput input::-ms-input-placeholder {
      letter-spacing: .4px;
      color: #AAAAAA;
      font-weight: 300; }
    .SearchInput input::placeholder {
      letter-spacing: .4px;
      color: #AAAAAA;
      font-weight: 300; }
  .SearchInput button {
    outline: 0;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.75em;
    background: #0087ff;
    color: #fff;
    padding: 0.7916666667em 1.5em;
    border-radius: 100px;
    border-radius: 4px;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: .4px;
    position: relative;
    margin-left: 0.8333333333em;
    color: #fff;
    background: #FDB755;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; }
    .SearchInput button:active {
      -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
              box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); }
    .SearchInput button:hover:enabled, .SearchInput button:focus {
      background: #fda62d; }

.Heatmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 567px) {
    .Heatmap {
      font-size: 0.875em; } }
  @media (max-width: 1023px) {
    .Heatmap {
      float: left; }
      .Heatmap .CircularProgress {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; } }

.Heatmap__left {
  margin-top: 1em;
  margin-top: 3.375em;
  width: 10.7638888889%; }

.Heatmap__days {
  padding: 0.125em 0.625em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #1E2537;
  color: #fff;
  text-align: center; }
  .Heatmap__days h3 {
    font-size: 0.9375em; }
  @media (min-width: 768px) {
    .Heatmap__days {
      padding: 0.125em 0; } }

.Heatmap__times {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  background: linear-gradient(180deg, white 0%, #e7e7e7 100%);
  border: 1px solid #F3F3F3;
  border-bottom: none;
  height: 3.375em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .Heatmap__times div {
    color: #787878;
    font-size: 0.875em; }

.Heatmap__cube-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.Heatmap__cube {
  width: 2.5em;
  height: 2.5em;
  position: relative;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .Heatmap__cube span {
    font-size: 14px;
    font-weight: bold; }
  .Heatmap__cube:hover {
    border: 2px solid rgba(0, 0, 0, 0.3); }
    .Heatmap__cube:hover span {
      display: inline; }
  .Heatmap__cube:active {
    border: 4px solid rgba(0, 0, 0, 0.3); }

.tippy-tooltip-content {
  padding: 8px; }

.Report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5em;
  padding-bottom: 2.5em; }
  @media (max-width: 1023px) {
    .Report {
      float: left;
      padding-left: 0.625em; } }
  .Report a {
    color: #0087ff;
    text-decoration: none; }
    .Report a:hover {
      text-decoration: underline; }
  .Report .title {
    padding-bottom: 0.5em; }

.schedule-button {
  text-align: center;
  padding-bottom: 1.875em;
  padding-bottom: 2.5em; }

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.post__item {
  margin-right: 1.25em; }

.Button {
  outline: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.75em;
  background: #0087ff;
  color: #fff;
  padding: 0.7916666667em 1.5em;
  border-radius: 100px;
  border-radius: 4px;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  color: #fff;
  letter-spacing: .4px;
  background: #FDB755;
  font-family: "Montserrat", sans-serif; }
  .Button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); }
  .Button:hover:enabled, .Button:focus {
    background: #fda62d; }

.Button--hollow {
  border: 1px solid #FDB755;
  padding: 1.03125em 1.875em;
  color: #060606;
  border-radius: 4px; }
  .Button--hollow:hover {
    background: #fdac3c;
    color: #fff; }
  .Button--hollow:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); }
  .Button--hollow span {
    font-size: 0.9375em; }

.Button--primary {
  background: #FDB755;
  padding: 1.03125em 1.875em; }

.Button--payment {
  font-family: "Proxima Nova", Arial, sans-serif;
  outline: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 0.625em 1.5625em;
  text-align: center;
  min-width: 120px;
  border-radius: 2px;
  cursor: pointer;
  background: #ffad3e;
  color: #fff; }

.Input, .TextArea {
  font-size: 0.875em;
  padding: 0.6428571429em 0.5714285714em;
  width: 100%;
  border: 0;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  display: block;
  border: none;
  border: 1px solid #e6e6e6; }

.Input {
  -webkit-appearance: none; }
  .Input:invalid {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .Input::-webkit-input-placeholder {
    letter-spacing: .4px;
    color: #AAAAAA;
    font-weight: 300; }
  .Input:-ms-input-placeholder {
    letter-spacing: .4px;
    color: #AAAAAA;
    font-weight: 300; }
  .Input::-ms-input-placeholder {
    letter-spacing: .4px;
    color: #AAAAAA;
    font-weight: 300; }
  .Input::placeholder {
    letter-spacing: .4px;
    color: #AAAAAA;
    font-weight: 300; }
  .Input:before {
    content: "";
    position: absolute;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "r/";
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    color: #9c9c9c;
    left: 1.125em;
    letter-spacing: 3px; }

.disabled {
  background: #F4F5F7; }

.Landing {
  font-family: "Alegreya", serif; }
  .Landing h1, .Landing h2 {
    font-family: "Bitter", serif; }
  .Landing h1 {
    font-size: 1.5625em; }
  .Landing h2 {
    font-size: 1.375em; }
  .Landing h3 {
    font-family: "Alegreya", serif;
    font-style: italic; }
  .Landing p {
    font-size: 1.25em;
    padding-top: 0.625em;
    color: #636363; }
  .Landing .subreddit-title {
    font-family: "Montserrat", sans-serif;
    color: #AAAAAA;
    font-size: 1em;
    display: inline-block; }
    .Landing .subreddit-title:hover {
      text-decoration: underline; }
  .Landing input {
    font-size: 0.875em;
    padding: 0.6428571429em 0.5714285714em;
    width: 100%;
    border: 0;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    display: block;
    text-align: center; }
    .Landing input:invalid {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .Landing input::-webkit-input-placeholder {
      letter-spacing: .4px;
      color: #AAAAAA;
      font-weight: 300; }
    .Landing input:-ms-input-placeholder {
      letter-spacing: .4px;
      color: #AAAAAA;
      font-weight: 300; }
    .Landing input::-ms-input-placeholder {
      letter-spacing: .4px;
      color: #AAAAAA;
      font-weight: 300; }
    .Landing input::placeholder {
      letter-spacing: .4px;
      color: #AAAAAA;
      font-weight: 300; }
  .Landing .text-grey {
    color: #636363; }
  .Landing header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5em 3.02734375% 0; }
    @media (max-width: 567px) {
      .Landing header {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .Landing nav {
    color: #636363; }
  .Landing nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 567px) {
      .Landing nav ul {
        display: none; } }
  .Landing nav li {
    padding: 0.4375em 0.625em 0;
    font-family: "Montserrat", sans-serif; }
    .Landing nav li a {
      font-size: 0.9375em;
      color: inherit;
      color: #636363;
      text-decoration: none; }
      .Landing nav li a:hover {
        text-decoration: underline; }
  .Landing footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #AAAAAA;
    margin: 0 auto;
    max-width: 70.5555555556%; }
    .Landing footer a {
      color: inherit;
      text-decoration: none; }
      .Landing footer a:hover {
        text-decoration: underline; }
    .Landing footer img {
      margin-top: -5px;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      opacity: .6; }
    @media (max-width: 567px) {
      .Landing footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 2.5em;
        padding-bottom: 1.25em; }
        .Landing footer a {
          text-decoration: underline; }
        .Landing footer div {
          padding: 1.875em 0; }
        .Landing footer div:first-child {
          padding: 0.625em; } }
    @media (min-width: 568px) {
      .Landing footer {
        margin-top: 9.375em;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 0 1.875em 0; } }
  .Landing hr {
    opacity: .3; }
  .Landing .pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.8125em; }
    @media (max-width: 567px) {
      .Landing .pricing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0; } }
    .Landing .pricing p {
      padding: 0.625em 0; }
    .Landing .pricing .features {
      font-size: 1.0625em;
      padding-top: 0.8823529412em;
      font-weight: bold; }
    .Landing .pricing li {
      padding-top: 0.625em; }
  .Landing .pricing-element {
    max-width: 20.25em;
    width: 100%;
    margin-right: 6.1728395062%; }
    @media (max-width: 567px) {
      .Landing .pricing-element {
        margin-top: 4.375em; } }
    .Landing .pricing-element h2 {
      font-family: "Montserrat", sans-serif;
      margin-bottom: 1.25em; }
  .Landing .Section--page {
    margin: 3.125em auto 0;
    max-width: 79.1015625%; }
  .Landing .Section--hero {
    margin-top: 5.9375em;
    text-align: center; }
    @media (max-width: 567px) {
      .Landing .Section--hero {
        margin-top: 2.5em; } }
  .Landing .Section--graphic {
    margin-top: 6.25em;
    max-width: 90%;
    text-align: center; }
    @media (max-width: 567px) {
      .Landing .Section--graphic {
        margin-top: 3.75em; } }
  .Landing .Section--info {
    margin-top: 5em;
    max-width: 70.5555555556%;
    max-width: 80%; }
    @media (max-width: 567px) {
      .Landing .Section--info {
        margin-top: 0.625em;
        margin-bottom: 3.125em; } }

.Landing__form {
  padding-top: 1.875em; }

.Landing__input {
  padding: 0 0 1.25em 0;
  width: 13.0625em;
  margin: 0 auto; }

.crisp-k30d4h {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg); }

.Landing .Button {
  font-family: "Montserrat", sans-serif;
  outline: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }

.Landing .Button--hollow {
  border: 1px solid #FDB755;
  padding: 1.03125em 1.875em;
  color: #060606;
  border-radius: 4px; }
  .Landing .Button--hollow:hover {
    background: #fdac3c;
    color: #fff; }
  .Landing .Button--hollow:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); }
  .Landing .Button--hollow span {
    font-size: 0.9375em; }

.Landing .Button--primary {
  background: #FDB755;
  padding: 1.03125em 1.875em;
  color: #fff;
  border-radius: 4px; }
  .Landing .Button--primary:hover, .Landing .Button--primary:focus {
    background: #fdac3c; }
  .Landing .Button--primary:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); }
  .Landing .Button--primary span {
    font-size: 0.9375em; }

.Landing .Button--cta {
  background: #FDB755;
  letter-spacing: 0;
  margin-top: 1.5625em;
  padding: 0.65625em 1.625em; }
  .Landing .Button--cta span {
    font-size: 0.9375em; }

@media (max-width: 567px) {
  .Schedule {
    padding: 0 1.25em 1.25em; } }

.Schedule .SearchInput {
  left: -0.5859375%;
  max-width: 35.25em;
  margin-bottom: 0; }

.Schedule__form {
  max-width: 23.875em;
  max-width: 31.25em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5em; }

.Schedule__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25em; }
  .Schedule__time > div:first-child {
    margin-right: 0.625em; }
  .Schedule__time > div {
    width: calc(50%); }

/*----------  Custom Date Picker  ----------*/
.DateInput {
  border: 1px solid #e6e6e6;
  border-radius: 3px; }
  .DateInput:active {
    border-color: none; }
  .DateInput .DateInput__control {
    min-height: 38px; }

.Schedule__post label, .Schedule__time label {
  display: inline-block;
  margin-bottom: 0.625em; }

.schedule-label {
  color: #D5D5D5;
  position: absolute;
  right: -3em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.Schedule__post {
  margin-top: 0.3125em; }
  .Schedule__post > div {
    margin-top: 1.5625em; }

.TimePicker {
  background: #F4F5F7;
  padding: 0.21875em 0.8125em !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 3px !important;
  height: 40px; }
  .TimePicker > div {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif; }
    .TimePicker > div:after, .TimePicker > div:before {
      display: none; }

body {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, sans-serif; }

h1, h2 {
  font-family: "Bitter", serif; }

@media (min-width: 568px) {
  .to-mobile {
    display: none; } }

@media (max-width: 567px) {
  .from-mobile {
    display: none; } }

.to-desktop {
  display: inherit; }

.pages {
  max-width: 50.625em;
  position: relative;
  margin: 0 auto;
  padding-bottom: 4.6875em;
  padding-top: 20px; }

.Button--payment {
  font-family: "Proxima Nova", Arial, sans-serif;
  outline: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 0.625em 1.5625em;
  text-align: center;
  min-width: 120px;
  border-radius: 2px;
  cursor: pointer;
  background: #ffad3e;
  color: #fff; }

.Payment__title {
  font-size: 1.5em;
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #3e474c;
  letter-spacing: 1px; }

.Payment select {
  text-transform: none;
  color: inherit;
  font: inherit;
  margin: 0; }

.post:not(:first-of-type) {
  margin-top: 0.9375em; }

/*----------  Children  ----------*/

/*# sourceMappingURL=app.css.map */
