/*
Theme Name: Checklist Theme
Description: One Column with Form
Author: Marathon Press
Author URI: 
*/


/** Basic Layout Stuff **/   

.wrapper{width:100%; margin:0 auto; height:auto;} 
#content{width:1100px; font-family: 'Lato', sans-serif; height:auto; margin:50px auto; font-style: normal; font-weight: 300; font-size: 16px; letter-spacing: 0.025em; color: #464646;}
.title{width:335px; height: 30px; margin: 125px auto 0; background-color: #c6c6c6;text-align: center;padding-top: 15px;}
h1 {font-family: arial,helvetica,sans-serif; font-size: 16px; letter-spacing: 3px; text-transform: uppercase; color:#fff;font-weight: 100;}
h2 {font-family: arial,helvetica,sans-serif; font-size: 16px; letter-spacing: 3px; text-transform: uppercase; color:#d10725 ;font-weight: 100;}
h3 {font-family: arial,helvetica,sans-serif; font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: #464646; ;font-weight: 100;}
h4 {font-family: arial,helvetica,sans-serif; font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: #464646 ;font-weight: 100;}


/** Contact Form Styling **/

textarea{width:500px; border: solid 2px #c6c6c6; margin: 10px 0 ;}
input[type="text"]{width:500px; height:25px; border: solid 2px #c6c6c6; margin: 10px 0 ;}
input[type="tel"]{width:500px; height:25px; border: solid 2px #c6c6c6; margin: 10px 0 ;}
input[type="email"]{width:500px; height:25px; border: solid 2px #c6c6c6; margin: 10px 0 ;}
input[type="email"]{width:500px; height:25px; border: solid 2px #c6c6c6; margin: 10px 0 ;}
select { margin: 10px 0 ; background-color:#c6c6c6c6;background: solid;}
span.wpcf7-list-item { display: block; }

tr { display: table-row; vertical-align: top; }

select {
    width:508px;
    height:30px;
    padding:3px;
    margin: 0;
    -webkit-border-radius:none;
    -moz-border-radius:none;
    border-radius:4px;
    -webkit-box-shadow: none;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px; 
    margin: 10px 0 ;
  
  inset;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #c6c6c6;
    color:#fff;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;

}