/*
Theme Name: SPKDD UIKit
Theme URI: http://www.spooky.com.br
Author: Spooky Digital Design
Author URI: http://www.spooky.com.br
Description: A theme based on UIKit
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: UIKit
Text Domain: SPKDD
*/


ul.mobile_menu {
	list-style-type: none;
	font-family: Lato;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

/* unvisited link */
a:link {
	color: #10284D !important;
	text-decoration: none !important;
}

/* visited link */
a:visited {
	color: #10284D !important;
}

/* mouse over link */
a:hover {
	color: #0285CE !important;
	text-decoration: none !important;
}

/* selected link */
a:active {
	color: #10284D !important;
}

.wpcf7 label{
	color:#FFFFFF;
	font-size:15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
 background-color: #FFFFFF;
 color: #666;
 width: 75%;
 height: 30px;
}

.wpcf7 input[type="submit"]{
background-color:#0285CE;
height:40px;
width:75%;
color:#FFFFFF;
border:0;
cursor: pointer;
margin-right: -16px;
}
