
/** Headers **/
.email-page-header {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  height: 100px; }
  @media (max-width: 767.98px) {
    .hero-wrap-short {
      height: 50px; } }
.email-page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .9;
  background: #2ebdc4;
  background: -moz-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #2ebdc4), color-stop(100%, #68e5b2));
  background: -webkit-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
  background: -o-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
  background: -ms-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
  background: -webkit-linear-gradient(315deg, #2ebdc4 0%, #68e5b2 100%);
  background: -o-linear-gradient(315deg, #2ebdc4 0%, #68e5b2 100%);
  background: linear-gradient(135deg, #2ebdc4 0%, #68e5b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebdc4', endColorstr='#68e5b2', GradientType=1 ); }


.hero-wrap-short {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  height: 300px; }
  @media (max-width: 767.98px) {
    .hero-wrap-short {
      height: 250px; } }
.hero-wrap-short-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .9;
  background: #2ebdc4;
  background: -moz-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #2ebdc4), color-stop(100%, #68e5b2));
  background: -webkit-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
  background: -o-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
  background: -ms-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
  background: -webkit-linear-gradient(315deg, #2ebdc4 0%, #68e5b2 100%);
  background: -o-linear-gradient(315deg, #2ebdc4 0%, #68e5b2 100%);
  background: linear-gradient(135deg, #2ebdc4 0%, #68e5b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebdc4', endColorstr='#68e5b2', GradientType=1 ); }


  .slider-text-short {
    height: 340px;
    position: relative; }
    @media (max-width: 767.98px) {
      .slider-text-short {
        height: 250px;
        border: 1px solid transparent;
        display: block; } }
    .slider-text-short .one-forth {
      width: 40%; }
      @media (min-width: 768px) {
        .slider-text-short .one-forth {
          padding-left: 10.5%; } }
      @media (max-width: 767.98px) {
        .slider-text-short .one-forth {
          width: 100% !important;
          margin-top: 25%;
          text-align: center; } }
    .slider-text-short .one-half {
      width: 60%; }
      @media (max-width: 767.98px) {
        .slider-text-short .one-half {
          width: 100% !important; } }
    .slider-text-short p {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.7); }
      .slider-text-short p strong {
        font-weight: 700; }
        .slider-text-short p strong a {
          color: #3a4348; }
    .slider-text-short .wrap {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
    .slider-text-short .img {
      z-index: 99; }
    .slider-text-short .breadcrumbs {
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      margin-bottom: 20px;
      z-index: 99; }
      .slider-text-short .breadcrumbs span {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.7); }
        .slider-text-short .breadcrumbs span a {
          color: #fff; }
    .slider-text-short .bread {
      font-weight: 500 !important; }
    .slider-text-short .btn-nav {
      border: 1px solid #fff !important;
      background: #fff !important;
      color: #24bdc9 !important;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
      .slider-text-short .btn-nav:hover, .slider-text-short .btn-nav:focus {
        background: #fff !important;
        color: #3a4348; }
/** END Headers **/

/** Buttons **/

.btn-nav {
  color: #fff;
  font: inherit;
  background-color: inherit;
  border: 0px;
  padding: inherit;
  vertical-align: inherit;
 }
  .btn-nav:focus, .btn-nav.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5); }

  .btn-nav:not(:disabled):not(.disabled):active, .btn-nav:not(:disabled):not(.disabled).active,
  .show > .btn-nav.dropdown-toggle {
    color: #81919a;}
    .btn-nav:not(:disabled):not(.disabled):active:focus, .btn-nav:not(:disabled):not(.disabled).active:focus,
    .show > .btn-nav.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.5); }

/** END Buttons **/

/** Navbar **/
.navbar-brand {
  font-family: arial;
  font-weight: 100;
  letter-spacing: 1.5px;
}
/** END Navbar **/

/** H Tags **/
h1 {
  font-size: 32px;
  letter-spacing: 1.5px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  text-transform: capitalize !important;
}
  @media (max-width: 991.98px) {
    h1 {
        font-size: 40px;
    }
  }
  h1 strong {
    font-weight: 700;
  }
/** END H Tags **/


/**** TOOLS ****/
/** LTV Calc **/
.ltv-calc-section {
  padding: 2.5em 10px;
}
.ltv-calc-container {
  border: 1px solid #efefef;
  padding: 20px;
  margin: auto;
  display: block;
  max-width: 600px;
  width: 100%;

}
.ltv-calc-form {
  text-align: center;
  /*max-width: 600px;*/
  display: block;
  width: 100%;
  padding: 0px 5%;
}
  @media (max-width: 500px) {
    .ltv-calc-form {
      padding: 0px 2.5%;}
  }

.ltv-calc-form label {
  font-weight: 400;
  margin-top: 10px;
  float: left;
}
.ltv-calc-form input {
  width: 100% !important;
  border: 1px solid #efefef;
  border-radius: 25px;
}
.ltv-calc-btn {
  max-width: 250px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}


/** Email Grid **/
#email-design-grid {
  border:  1px #dadada solid;
  /* width: 300px;  */
  /* height: 800px;  */
  margin: 1em;
  padding: 0px;
  overflow: hidden;
  overflow-wrap: break-word;
}

#email-grid-brand-icon {
  border: 1px #e0e0e0 solid;
  border-radius: 35px;
  height: 70px;
  width: 70px;
  font-weight: 500;
  font-size: 20px;
  float: left;
  margin-right: 3%;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 70px;
}

.test {
  width: 20px;
}

/** Brand Landing Page **/
#brand-description {
  padding: 5% 20% 0% 20%;
}
@media (max-width: 800px) {
  #brand-description {
    padding: 5% 10% 0% 10%;
  }
}


/** Email Page **/
