/*
THEME NAME:Custom Code Theme for adding Custom Code
THEME URI:http://www.drkleid.com
VERSION:0.1
AUTHOR:Adam Kleid
AUTHOR URI:http://www.drkleid.com
DESCRIPTION:This is a child theme for Headway. It is used for adding custom css and php code.
TEMPLATE:headway
*/
/*slide deck*/
/*.lens-tool-kit dl.slidedeck .slide-type-video .video-wrapper .cover {
background-image: url('http://www.drkleid.com/wp/wp-content/uploads/2012/07/drktestslide.png');
}*/
/*.lens-tool-kit.sd2-hairline.sd2-light .slidedeck { border-color: #e8e8e8;}*/
.lens-tool-kit.sd2-light .slidedeck dd {
	background-color:#e8e8e8;
}

body.custom div.alert-yellow {
	display:none;
}

body.custom div.alert-yellow {
	display:none;
}

body .mailchimp {
	background-color:#E8E8E8;
	border:1px solid #FFF;
	width:270px;
	padding:15px;
	margin:15px 0 15px 5px;
}

body .mailchimp3 {
	background-color:#ffffff;
	border:none;
	width:590px;
	padding:15px;
	margin:30px 0px 0 0;
	display: block;
}


body .mailchimp2 {
	background-color:transparent;
	border:none;
	width:280px;
	padding:0;
	margin:0;
	display: block;
}

body .mailchimp h2,body .mailchimp2 h2 {
	background-color:#44839E;
	color:#fff;
	font-family:'Helvetica',Lucida Grande,sans-serif;
	font-size:20px;
	letter-spacing:2px;
	text-shadow:none;
	padding:8px;
	margin:-15px -15px 0;
	font-weight:700;
	text-align:center;
}

body .mailchimp2 form {
	margin:10px 0 10px 10px;
}

body .mailchimp p,body .mailchimp2 p, body .mailchimp3 p {
	color:#666;
	font-family:'Helvetica',Lucida Grande,sans-serif;
	font-size:18px;
	letter-spacing:1px;
	margin:10px 0;
	font-weight:bold;
}

body .mailchimp3 p  { font-size: 14px; margin-bottom: 20px;}

body .mailchimp input, body .mailchimp3 input {
	background:url(http://www.drkleid.com/wp-content/uploads/2012/03/envelope.png) 5px no-repeat #fff;
	width:170px;
		display:inline;
	float:left;
	font-family:'Helvetica',Lucida Grande,sans-serif;
	font-weight:400;
	font-size:13px;
	color:#666;
	font-family:'Helvetica',Lucida Grande,sans-serif;
	webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-left:1px solid rgba(0,0,0,0.25);
	border-top:1px solid rgba(0,0,0,0.25);
	border-bottom:1px solid #B2B2B2;
	border-bottom:1px solid rgba(0,0,0,0.25);
	border-right:none;
	padding:.375em 0 .375em .55em;
	padding-left:35px;
	margin-bottom:0;
	font-size:1.1em;
	height:35px;
	vertical-align:top;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	margin-left:-8px;

}

body .mailchimp3 input { width: 270px; margin-bottom: 10px;}
body .mailchimp2 input {
	background:url(http://www.drkleid.com/wp-content/uploads/2012/03/envelope.png) 5px no-repeat #fff;
	width:170px;
		display:inline;
	float:left;
	font-family:'Helvetica',Lucida Grande,sans-serif;
	font-weight:400;
	font-size:13px;
	color:#666;
	font-family:'Helvetica',Lucida Grande,sans-serif;
	webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-left:1px solid rgba(0,0,0,0.25);
	border-top:1px solid rgba(0,0,0,0.25);
	border-bottom:1px solid #B2B2B2;
	border-bottom:1px solid rgba(0,0,0,0.25);
	border-right:none;
	padding:.375em 0 .375em .55em;
	padding-left:35px;
	margin-bottom:10px;
	font-size:1.1em;
	height:35px;
	vertical-align:top;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	margin-left:-8px;

}

body .mailchimp input[type="submit"], body .mailchimp3 input[type="submit"] {
	color:#fff;
	margin:0;
	width:110px;
	line-height:.5em;
	font-size:1em;
	height:35px;
	padding:0;
	background:#d14923;
	background:-moz-linear-gradient(top,rgba(209,73,35,1) 0%,rgba(209,73,35,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(209,73,35,1)),color-stop(100%,rgba(209,73,35,1)));
	background:-webkit-linear-gradient(top,rgba(209,73,35,1) 0%,rgba(209,73,35,1) 100%);
	background:-o-linear-gradient(top,rgba(209,73,35,1) 0%,rgba(209,73,35,1) 100%);
	background:-ms-linear-gradient(top,rgba(209,73,35,1) 0%,rgba(209,73,35,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d14923',endColorstr='#d14923',GradientType=0);
	background:linear-gradient(top,rgba(209,73,35,1) 0%,rgba(209,73,35,1) 100%);
	border:1px solid rgba(0,0,0,0.1);
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	text-shadow:none;
	font-family:'Helvetica',sans-serif;
	letter-spacing:1px;
	margin-left:-5px;
	display:inline;
	float:left;
	font-weight:bold;
}

body .mailchimp3 input[type="submit"] { width: 170px;}

body .mailchimp2 input[type="submit"] {
	color:#fff;
		display: inline;
	float: left;
	margin:0;
	width:110px;
	line-height:.5em;
	font-size:1em;
	height:35px;
	padding:0;
	background:#EEA841;
	background:-moz-linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(238,168,65,1)),color-stop(100%,rgba(238,168,65,1)));
	background:-webkit-linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	background:-o-linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	background:-ms-linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d14923',endColorstr='#d14923',GradientType=0);
	background:linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	border:1px solid rgba(0,0,0,0.1);
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	text-shadow:none;
	font-family:'Helvetica',sans-serif;
	letter-spacing:1px;
	font-weight: bold;
	margin-left:-5px;

}

body .mailchimp input[type="submit"]:hover, body .mailchimp3 input[type="submit"]:hover  {
	background:#eea841;
	background:-moz-linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(238,168,65,1)),color-stop(100%,rgba(238,168,65,1)));
	background:-webkit-linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	background:-o-linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	background:-ms-linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea841',endColorstr='#eea841',GradientType=0);
	background:linear-gradient(top,rgba(238,168,65,1) 0%,rgba(238,168,65,1) 100%);

}

body .mailchimp2 input[type="submit"]:hover {
	background:#44839e;
	background:-moz-linear-gradient(top,rgba(68,131,158,1) 0%,rgba(68,131,158,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(68,131,158,1)),color-stop(100%,rgba(68,131,158,1)));
	background:-webkit-linear-gradient(top,rgba(68,131,158,1) 0%,rgba(68,131,158,1) 100%);
	background:-o-linear-gradient(top,rgba(68,131,158,1) 0%,rgba(68,131,158,1) 100%);
	background:-ms-linear-gradient(top,rgba(68,131,158,1) 0%,rgba(68,131,158,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44839e',endColorstr='#44839e',GradientType=0);
	background:linear-gradient(top,rgba(68,131,158,1) 0%,rgba(68,131,158,1) 100%);

}