/*********************************************
* Responsive
*********************************************/
@media only screen and (max-width : 992px) {
  .container {
    width: auto;
  }
  input[type=tel],
  input[type=email],
  button.button {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  button.button {
    padding-left: 0;
    padding-right: 0;
  }

  /***************** HEADER *****************/
  .navbar-download-button button {
    margin: 10px 0 0;
    width: 200px;
    float: right;
  }
  .page-home .navbar-download-button {
    top: -300px;
    position: relative;
  }

  .navbar-default .navbar-brand-tagline {
    display: none;
  }

  /***************** HOME HERO *****************/
  .home-hero {
    padding: 650px 0 50px 0;
    background: #090909 url('../images/hero_background.png') no-repeat center -200px;
    background-size: 1000px auto;
  }
  .home-hero-logo {
    display: none;
  }
  .home-hero-headline {
    margin-top: 0;
  }
  .home-hero-content {
    float: none;
  }
  .home-hero-image {
    display: none;
  }
  .home-hero-logo {
    padding-top: 0;
  }
  .home-hero-headline {
    font-size: 5.0rem;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  .home-hero-tagline-break {
    display: inline;
  }
  .home-hero-tagline {
    padding-bottom: 15px;
    font-size: 2.0rem;
    line-height: 3.4rem;
  }
  .home-hero-tagline-break {
    display: block;
  }
  /***************** HOME STEPS *****************/
  .home-steps-step {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: block;
    float: none;
    width: 100%;
    padding: 0 20px 30px;
  }
  .home-steps-download {
    margin-top: 10px;
  }
  /***************** HOME PRESS *****************/
  .home-press-title {
    margin: 8px 0 0 0;
  }
  /***************** HOME SCREENSHOTS *****************/
  .home-screenshots {
    margin-bottom: 0;
    padding: 50px 0 0;
  }
  .home-screenshots-image-img {
    width: 100%;
    height: 610px;
  }
  .home-screenshots-description-copy{
    font-size: 1.8rem;
    margin-bottom: 2em;
  }
  .home-screenshots-one .home-screenshots-description-headline,
  .home-screenshots-two .home-screenshots-description-headline,
  .home-screenshots-three .home-screenshots-description-headline,
  .home-screenshots-four .home-screenshots-description-headline {
    font-size: 2.2em;
    margin-top: 20px;
    text-align: center;
  }
  
  .home-screenshots-description-headline-break {
    display: inline;
  }

  /***************** FOOTER *****************/
  .footer {
    text-align: center;
  }
  .footer-logo-description,
  .footer-disclaimer {
    text-align: left;
  }
  .footer-about-logo {
    margin: 0 auto 30px auto;
  }
  .footer-security {
    text-align: center;
  }
  .footer-security-stripe,
  .footer-security-paypal {
    margin-left: auto;
    margin-right: auto;
  }

}


@media only screen and (max-width : 767px) {
  /***************** NAV *****************/
  .navbar-default {
    padding: 4px 0 15px;
  }
  .navbar-default .navbar-brand img {
    width: 120px;
    height: auto;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .header-nav {
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-nav li {
    border-bottom: 1px dotted #555555;
    padding: 8px 0px;
  }

  .header-nav li:last-child {
    border-bottom: none;
  }

  .header-nav li:hover {
    background-color: #1e1e1e;
  }


  /***************** HOME HERO *****************/
  .home-hero {
    padding: 620px 0 50px 0;
    background: #090909 url('../images/hero_background.png') no-repeat center -200px;
    background-size: 1000px auto;
  }
  .home-hero-headline {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
  .home-hero-headline-break {
    display: block;
  }
  .home-hero-tagline {
    padding-bottom: 25px;
    font-size: 2.0rem;
  }
  .home-hero-tagline-break {
    display: block;
  }
  .home-hero-form-cta {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /***************** SINGLE *****************/
  .single-hero {
    padding: 50px 0 30px;
    text-align: center;
    color: #fff;
  }
  .single-hero-divider {
    border: 0;
    border-top: 1px solid #fb2740;
    width: 200px;
    margin: 0 auto;
  }
  .single-hero-headline {
    padding-top: 10px;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 0px;
  }

  .single-content {
    padding: 50px 0 100px;
  }

}

@media only screen and (max-width : 585px) {
  .home-hero {
    padding: 620px 0 50px 0;
    background: #090909 url('../images/hero_background.png') no-repeat center -200px;
    background-size: 1000px auto;
  }
  .home-hero-headline {
    font-size: 2.6rem;
  }
  .home-hero-tagline {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
}


@media only screen and (max-width : 435px) {
  
}
