/*
Theme Name: Tweet At Congress
Theme URI: http://beekeepergroup.com
Author: Beekeepergroup
Author URI: http://beekeepergroup.com/
Description: Theme for Tweet@Congress
Version: 1.0
Text Domain: girlup
*/

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    color: #300f00;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul, ol {
    padding-left: 40px;
}
nav ul, nav ol {
    list-style: none;
    padding: 0px;
}
a img {
    border: none;
}
:focus {
    outline: none;
}
.clear {
    clear: both;
}
p {
    padding-bottom:1em;
    font-size: 17px;
    line-height: 27px;
}
h1 {
    font-size:30px;
    line-height: 34px;
    margin-bottom:15px;
}
h2 {
    font-size:33px;
    letter-spacing: -.04em;
    line-height: 47px;
    margin-bottom:15px;
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-weight: 100;
    color: #782b90;
    -webkit-font-smoothing: antialiased;
}
h3 {
    font-size:18px;
    line-height: 22px;
    margin-bottom:5px;
}
body {
    font-size:12px;
    line-height:17px;
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-weight: 300;
    background: #f7f7f7;
}
.container {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.brand {
    margin: 10px 0 20px 25px;
}
.col-1 {
    border-bottom: 1px solid #782b90;
}
.col {
    width: 50%;
    float: left;
    padding: 0 25px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.call-out {
    color: #782b90;
}
form label {
    display: none;
}
form .checkbox label {
    display: block;
}
form .checkbox input {
    display: none;
}
form .checkbox {
    margin-bottom: 25px;
}
input[type="text"],
input[type="tel"],
select {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e3e4e8;
    background: #ffffff;
    padding: 0 0 0 10px;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: border .3s;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -ms-transition: border .3s;
}
button {
    margin: 0 auto 20px;
    display: block;
    width: 200px;
    height: 50px;
    color: #ffffff;
    background: #844398;
    border: none;
    font-size: 18px;
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-bottom: 2px solid #723086;
}
input:focus {
    border: 1px solid #acacac;
    transition: border .3s;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -ms-transition: border .3s;
}
.disclaimer {
    font-size: 14px;
    line-height: 18px;
    color: #844398;
    font-style: italic;
}
.error-message {
    color: #990000;
    padding-bottom: 0px;
}
input.error, select.error {
    border-color: #990000;
}
.flashmessage {
    border: 1px solid #990000;
    color: #990000;
    padding: 0px;
    text-align: center;
    margin: 0 0 15px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}
.flashmessage.success {
    color: #69c55a;
    border-color: #69c55a;
}
.legislator {
    font-size: 14px;
    display: block;
    line-height: 20px;
}
.twitter-handle {
    display: block;
    color: #55acee;
    font-size: 14px;
    line-height: 20px;
}
.checkbox-custom .checkbox-box {
    display: block;
    height: 40px;
    width: 40px;
    background: url(img/checkbox-box.png) center center no-repeat;
    background-size: 100%;
    z-index: 1;
}
form .checkbox-custom {
    position: relative;
    float: left;
    margin-right: 15px;
}
form input[type=checkbox]:checked + label .checkmark {
    display: block;
    width: 35px;
    height: 35px;
    background: url(img/checkmark.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -2px;
    left: 5px;
    z-index: 2;
}
.message {
    margin-bottom: 25px;
    border: 2px solid #723086;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
}
.message p {
    color: #555555;
}
.message:after {
    content: "";
    display: block;
    width: 25px;
    height: 20px;
    background: url(img/message-corner.png) center center no-repeat;
    position: absolute;
    right: 20px;
    bottom: -17px;
}
.message a {
    color: #ea148c;
    text-decoration: none;
}
.btn-twitter {
    background: #18b6ed;
    border-color: #18a0cf;
}
@media (max-width: 960px) {
    .container {
        width: 100%;
        padding: 10px;
    }
    .col {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 600px) {
    .brand {
        display: none;
    }
}
