/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* Webopix Email Grabber */

body {
    background-color: #232524;
    color: #f5f5f5;
    min-width: 100%;
    min-height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
}

body *{
    box-sizing: border-box;
}

#wrapper {
    width: 100%;
    padding: 50px 15px 15px;
}

#logo {
    width: 140px;
    margin: 0 auto 50px;
}

#logo span {
    display: inline-block;
    font-size: 1.5em;
    line-height: .83125em;
    font-weight: 700;
    letter-spacing: 4.08px;
    text-transform: uppercase;
    color: #fc0;
    width: 100%;
}

#logo span.logo-lastname {
    color: #fff;
    text-align: right;
}

#content {
    background-color: #f5f5f5;
    color: #232524;
    padding: 30px;
    min-width: 290px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}


h1 {
    font-size: 1.3em;
    margin-bottom: 20px;
    text-transform: uppercase;

}

h2 {
    font-size: 1.2em;
    margin-bottom: 20px;

}
h2 span{
    display: inline-block;
    padding: 5px 10px;
    background-color: #ffec86;
}

p {
    line-height: 1.2em;
    width: 95%;
    margin: 0 auto 20px;
}

.form-group {
    margin-bottom: 15px;
}

input[type="email"]{
    color: rgb(115, 115, 115);
    font-size: 14px;
    border: 1px solid #232524;
    letter-spacing: 2px;
    background-color: rgb(255, 255, 255);
    padding: 14px 5px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    line-height: 1.1875em;
    font-weight: 400;
}

button{
    border: 0 none;
    letter-spacing: 3px;
    color: #232524;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1.4em;
    background-color: #ffcc00;
    font-weight: 900;
    padding: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

form {
    padding-top: 10px;
    margin-bottom: 30px;
}

p.info {
    font-size: .8em;
}

p.info img{
    position: relative;
    top: 1px;
}

a{
    display: inline-block;
    color: #232524;
    text-decoration: none;
    font-size: .85em;
    border-bottom: 1px solid #232524;
    padding-bottom: 2px;
}

a:hover{
    border-color: #ffcc00;
}

.error input{
    border-color: #cb5925!important;
    color: #cb5925!important;
}

.error_details{
    color: #cb5925!important;
    padding: 5px;
    font-size: 0.85em;
}

.add-margin {
    margin-bottom: 25px;
}

.form-group a{
    border: 0 none;
}