@charset "UTF-8";

body {
    font-family: Georgia, "Times New Roman", times, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    background-color: #f3f3f3;
    color: #333;
}

h1 {
    font-family: "Pathway Gothic One", sans-serif;
    letter-spacing: 1px;
}

p {
    color: #838383;
}

.navbar-default {
    border-top: 2px solid #be3f3f;
    border-bottom: 2px solid #f3f3f3;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000;
}

.grow-logo {
    margin: 10px auto;
}

.greetings {
    margin-top: 20px;
}

.greetings p {
    font-size: 18px;
}

.greetings a {
    color: #333;
    text-decoration: underline;
}

.btn-facebook-signup {
    margin-bottom: 20px;
    margin-top: 20px;
}

.or {
    width: 72px;
    height: 43px;
    background: url("http://www.growyourbusiness.com.au/images/ted/mobile-or.png") no-repeat;
    margin: -20px auto;
}

.form-separator {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e0e0e0;
    margin: 25px 0;
}

.form-signup input {
    margin-bottom: 15px;
}

.form-signup button, .form-signup button:hover, .form-signup button:focus {
    margin-top: 15px;
    background: #646464;
    background: -moz-linear-gradient(top,  #646464 0%, #4f4f4f 100%);
    background: -webkit-linear-gradient(top,  #646464 0%,#4f4f4f 100%);
    background: linear-gradient(to bottom,  #646464 0%,#4f4f4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#4f4f4f',GradientType=0 );
    border-color: #404040;
    color: #fff;
    outline: none;
}

#txt-plan-label {
    text-transform: capitalize;
}

#txt-plan-label + hr {
    margin-top: 10px;
    border-color: #e0e0e0;
}

.txt-platinum {
    color: #be3f3f;
}

.txt-gold {
    color: #e3c000;
}


/* media queries */
@media (min-width: 768px) {
    .form-separator {
        width: 72px;
        height: 380px;
        background: url("http://www.growyourbusiness.com.au/images/ted/form-separator.png") no-repeat;
        border: none;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    button span.visible-lg {
        display: inline!important; 
    }
}