/**
Theme Name: See You Soon
Theme Description: See You Soon
*/

html {
    height: 100%;
}

body {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #5177A5 0%, #359AC5 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #5177A5 0%, #359AC5 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #5177A5 0%, #359AC5 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5177A5), color-stop(1, #359AC5));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #5177A5 0%, #359AC5 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #5177A5 0%, #359AC5 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
}

h2 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    padding: 0;
    margin: 0 0 40px 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

p {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
}

a {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #FFF;
    text-decoration: underline;
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.container {
    width: 1020px;
    margin: 50px auto 0;
    text-align: center;
}

.cb {
    clear: both;
}

.logo {
    background: url("img/samcart-logo-white.png");
    width: 252px;
    height: 57px;
    float: left;
}

.nav {
    float: right;
    margin-top: 20px;
}

.nav ul {
    padding: 0;
    margin: 0;
}

.nav li {
    list-style-type: none;
    float: left;
    text-transform: uppercase;
    padding: 0 10px;
    color: #FFF;
}

.nav a {
    font-size: 12px;
    padding-bottom: 5px;
    text-decoration: none;
}

.intro {
    margin: 70px 0 0;
}

.intro span {
    font-weight: 700;
}

hr {
    width: 300px;
    color: #FFF;
    outline: none;
    margin: 35px auto 35px;
}

.closing {
    margin: 0 0 70px 0;
}

.newsletter p {
    font-size: 17px;
}

.newsletter-signup {
    text-align: center;
    display: inline-table;
}

.countdown-container {
    margin: 0 auto;
    display: inline-table;
}

.countdown {
    min-width: 70px;
    max-width: 70px;
    float: left;
    border-right: 2px solid white;
}

.last {
    border-right: none;
}

.countdown {
    float: left;
    text-align: center;
}

.countdown h1 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    color: #FFF;
    margin: 0;
    padding: 0;
    text-align: center;
}

.time {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: #FFF;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}

.button {
    background: none;
    border: 2px solid white;
    border-radius: 10px;
    margin: 70px 0;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 50px;
    text-decoration: none;
}

.button:hover {
    background: #2e759f;
    text-decoration: none;
}

.newsletter {
    margin: 80px 0 0;
}

input {
    padding: 10px 15px;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: #5077a5;
    font-size: 14px;
    outline: none;
    border: 0;
    width: 300px;
}

.submit {
    background: none;
    border: 2px solid white;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 20px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    width: 110px;
}

.submit:hover {
    background: #2e759f;
    text-decoration: none;
}

/** HUBSPOT **/

.hs-form-field, .hs_submit {
    margin-bottom: 20px;
    width: 100%;
}




/** SIGNUP PAGE **/


.signup .intro {
    margin-bottom: 120px;
}

form {
    text-align: left;
}

form h1 {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 38px;
}

form p {
    margin: 0;
    padding: 0;
}

.section-title {
    margin-bottom: 30px;
}

.formline {
    margin: 0 0 20px 0;
}

.grid-100 {
    width: 96%;
    float: left;
    padding: 0 2%;
}

.grid-50 {
    width: 46%;
    float: left;
    padding: 0 2%;
}

.signup input {
    padding: 10px 4%;
    width: 92%;
}

.signup select {
    width: 100%;
}