/*
 Theme Name:   Lazy Susan MKE Child Theme
 Template:     responsive
*/

@import url("../responsive/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.wpcf7 input[type="text"] {width:270px;}

.wpcf7 input[type="email"] {width:270px;}

.wpcf7 input[type="tel"] {width:250px;}

.wpcf7 textarea.wpcf7-textarea { width:500px;}


.menu-button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.menu-button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.menu-button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.mc4wp-alert {color: #ffffff;}

.mc4wp-notice {color: #ffffff;}

.news-div {
     float:left;
     clear:right;
     margin: 0px 0px 0px 0px;
     width:100%;
}