/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://cingela.co.za
 Description:  Twenty Fifteen Child Theme
 Author:       Arthur Attwell
 Author URI:   http://arthurattwell.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic|Cinzel+Decorative);

/*
 * GENERAL TYPOGRAPHY
 */

body {
	font-family: "Noto Serif", serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Serif", serif;
	font-weight: normal;
}
blockquote {
	font-size: inherit;
}

/* 
 * SPECIFIC ELEMENTS
 */
h1.site-title {
	font-family: "Cinzel Decorative", "Noto Serif", serif;
	color: #4D4D4D;
	font-size: 2em;
}
.site-title a {
	color: inherit;
}
footer .site-info {
	display: none;
}
@media screen and (min-width: 59.6875em) {
	.widget {
		margin: 0 0 10% 0;
	}
}
.contact-form label, .mc4wp-form label {
		font-weight: normal !important; /* hmm */
		color: #333;
}

/* 
 * LINKS AND BUTTONS
 */

a, a:hover {}
a.cingela-button {
	clear: both;
	max-width: 30%;
	border: 1px solid gainsboro;
	background-color: #4f89d2;
	padding: 0.5em;
	border-radius: 0.25em;
	color: white;
	font-weight: bold;
	margin: 1em 0 1em 0;
	font-weight: normal;
	text-decoration: none;
}
a.cingela-button:hover {
	background-color: #4faad2;
}
a.cingela-button.lite {
	background-color: inherit;
	color: inherit;
}
a.cingela-button.lite:hover {
	background-color: #f9f9f9;
}
.widget a.cingela-button {
	font-size: initial;
	margin: 0.5em 0 0 0;
	display: inline-block;
	max-width: inherit;
}
