/* - - - - - - - - - - - - - - - - - - - - -

 Title : 
 Author : 
 URL : http://

 Last Updated : 

- - - - - - - - - - - - - - - - - - - - - */

/* Logo */
#logo a {background-image:url('https://cdn.shopify.com/s/files/1/1433/4266/files/wm-logo3_mia_630.png?v=1611066357'); min-height:0; height:40px}
* html #logo a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://cdn.shopify.com/s/files/1/1433/4266/files/wm-logo3_mia_630.png?v=1611066357", sizingMethod="crop");
}

/* Backgrounds */
html{background-image:none;background-color:none}
#logo{background-image:none;background-color:none}
#container{background:#FFFFFF}
.wufoo input.text, .wufoo textarea.textarea{background:#FFFFFF url(/images/fieldbg.gif) repeat-x top}
.wufoo .focused{background:#FFF7C0}
.wufoo .instruct{background-color:#F5F5F5}

/* Borders */
#container{border:0 solid #cccccc}
.wufoo .info{border-bottom:0px solid #CCCCCC}
.wufoo .instruct{border:0px solid #e6e6e6}

/* Typography */
.wufoo .info h2{font-size:160%;font-family:roboto-condensed, sans-serif;color:#000000}
.wufoo .info div{font-size:95%;font-family:pt-sans-pro, sans-serif;color:#444444}
.wufoo .section h3{font-size:110%;font-family:roboto-condensed, sans-serif;background:#FFFFFF;color:#000000}
.wufoo .section div{font-size:85%;font-family:pt-sans-pro, sans-serif;color:#444444}
.wufoo label.desc, .wufoo legend.desc{font-size:95%;font-family:inherit;color:#444444}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#333333}
.wufoo label.choice{color:#444444}
.wufoo .instruct{font-size:80%;font-family:inherit;color:#444444
}

/* Custom */
input.text, input.search, textarea.textarea {
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
	padding: 2px 0px 2px 0px;
	border-radius: 5px;
}
select.select {
    padding: 1px 0 1px 0;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice {
    font-size: 100%;
    font-family:pt-sans-pro, sans-serif;
    color: #333333;
}