/*
 Theme Name:     Ajatellen 2013
 Theme URI:      http://ajatellen.fi/
 Description:    Ajatellen.fi -teema
 Author:         Tomi
 Author URI:     http://ajatellen.fi/
 Template:       twentythirteen
 Version:        1.0.0
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Gochi+Hand);

.site-title {
    color: #fff;
    font-family: 'Gochi Hand', cursive;
    font-size: 100px;
}

.site-info {
    display: none;
}

#mc_signup_form .mc_header_email {
	font-size: 0;
}
#mc_signup_form .mc_header_email:after {
	content:'Sähköpostiosoite (*)';
	font-size: 14px;
	margin-bottom: 7px;
	display: block;
}

#mc_signup_form .mc_header_text {
	font-size: 0;
}
#mc_signup_form .mc_header_text:after {
	content:'Etunimi';
	font-size: 14px;
	margin-bottom: 7px;
	display: block;
}
#mc-indicates-required {
	display: none;
}