/*
Theme Name: Simppeli child theme - diversity
Theme URI: https://foxland.fi/downloads/simppeli
Author: ewebber
Description: A simple and accessible theme for bloggers and writers. It has beautiful typography and allows your content to be the most important part of your site.
Template: simppeli
Version: 1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../simppeli/style.css');

/* =Theme customization starts here. Add your own custom styles.
-------------------------------------------------------------- */

body, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
}

.main-navigation a,site-title a, .entry-title, .entry-title a, .page-title {
	text-transform: capitalize;
}

a {
	color: #57ad68 !important;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.1em;
}

.site-header, .page-header, .entry-header {
	text-align: left;
}

.site-header-info {
	margin-bottom: 20px;
}

.bigbutton, input[type="submit"] {
	background: #00AEEF;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
}

a.bigbutton {
	text-decoration: none !important;
	color: #ffffff !important;
}

a.bigbutton:hover {
	color: #fff !important;
}

.bigbutton:hover,input[type="submit"]:hover {
	background: #666;
}

.headerbutton {
	padding: 20px;
	text-align: right;
}

.gv-list-view-title {
	border-bottom: 0;
}

.gv-list-view {
	border: 0;
	margin-bottom: 1em;
	background: whitesmoke;
}

.gv-list-view-content {
	padding: 0;
}

.gv-field-label {
	float: left;
}

.signatory-comment {
	font-style: italic;
	padding: 10px 0;
}

.emailtemplate {
	background: whitesmoke;
	padding: 20px;
	margin: 15px;
}

.page-content, .entry-content, .entry-summary, .entry-footer, .comments-area {
	max-width: 100%;
	margin: 10px 1.5em 0 0;
}