/*
Theme Name: Webforms [BLANK]
Theme URI: http://central.washingtonexaminer.com/webforms
Description: 
Author: David Lindsey
Author URI: http://www.washingtonexaminer.com
Version: 1
*/
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px !important;
}
p {
    margin: 0px;
    padding: 0px;
}
#form {
	width: 400px;
	margin: 0px auto;
	display: block;
}
#form .gform_wrapper {
	margin: 0px;
}
#form .gform_wrapper .top_label input.medium, #form .gform_wrapper .top_label select.medium {
	width: 98%;
}

.contacttest {
	width: 300px !important;
}

#form.askmattlabashform {
	width: 100%;
}

@media all and (max-width: 767px) {
    #form {
        width: 320px;
    }
}
.rappys-slideshow, #form.rappys2017q1, #form.rappys2017q2, #form.rappys2017q3, #form.rappys2017q4, #form.rappys2017q5 {
    width: 350px;
}

#form[class^="rappys2017"] h1 {
    background: #b58704;
    background: -webkit-linear-gradient(left top, #b58704, #644900);
    background: -o-linear-gradient(bottom, #644900, #b58704);
    background: -moz-linear-gradient(bottom, #644900, #b58704);
    background: linear-gradient(to bottom , #b58704, #644900);
    color: #ffffff;
    text-shadow: 1px 1px #222222;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
    padding: 10px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
}
.rappys-slideshow .top_label label.gfield_label {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px 5px 0px;
    color: #222222;
    border-bottom: solid 1px #222222;
    font-weight: normal;
    display: block;
}
.rappys-slideshow ul.gfield_radio li {
    margin: 0px;
    margin-left: 5px !important;
}
.rappys-slideshow .ginput_container_radio {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px 5px 0px;
    color: #222222;
    font-weight: normal;
    margin: 0px;
}
.rappys-slideshow input[type="radio"] {
    opacity: 0;
    float: left;
    width: 15px;
    margin: 0px;
}
.rappys-slideshow ul.gfield_radio li label {
    margin-top: 0px;
}
.rappys-slideshow input[type="radio"] + label {
    background: url(http://central.washingtonexaminer.com/webforms/files/2017/02/radio.png) 0px 5px no-repeat;
    cursor: pointer;
    padding: 4px 0px 0px 20px;
    clear: none;
    line-height: 18px;
    margin: 0px 0px 5px;
}
.rappys-slideshow input[type="radio"]:checked + label {
    background-image: url(http://central.washingtonexaminer.com/webforms/files/2017/02/radio_checked.png);
}
.rappys-slideshow .gform_footer {
    padding: 0px;
    margin: 0px;
}
.rappys-slideshow .gform_footer .gform_button {
    background-color: #ce4d4d;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: 1px 1px #222222;
     -webkit-appearance: none;
}
.rappys-slideshow div.validation_error {
    font-size: 12px;
    margin: 10px 0px 0px;
    padding: 0px;
}
.rappys-slideshow div.validation_message {
    padding: 0px !important;
    margin: 0px 5px;
}
.rappys-slideshow .gform_confirmation_message {
    margin: 10px 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #ce4d4d;
    line-height: 28px;
}
