@import url(http://fonts.googleapis.com/css?family=Lobster);

#optin {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 20px 15px;
	text-align: center;
	margin-bottom:20px;
	margin-top:20px;
}
	#optin p { margin: 8px 0 0 }
	#optin input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #ddd;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd
	}
		#optin input[type="text"] {
			border: 1px solid #ccc;
			font-size: 15px;
			margin-bottom: 10px;
			padding: 8px 10px;
			width: 90%
		}
		#optin input[type="submit"] {
			background:#123C5D;
			color: #fff;
			cursor: pointer;
			font-size: 18px;
			font-weight: bold;
			padding: 8px 0;
			text-shadow: -1px -1px #1c5d28;
			width: 100%
		}
		#optin .image
		{
		border:none !important;
		box-shadow: none !important;
		}

.title h3 {
	font-family: 'Lobster', cursive;
	font-weight: 400;
	line-height: 1.2;
}

.header-image .simple-social-icons ul li a, .simple-social-icons ul li a:hover {
    background-color: #fff !important;
  color:#000!important;
}