/*
 * Theme Name:  popping
 * Theme URI:   https://gihub.com/bueltge/popping
 * Description: A popper child theme.
 * Author:      Frank Bültge
 * Author URI:  https://bueltge.de
 * Template:    popper
 * Version:     1.0.0
 * License:     GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags:        accessibility-ready, light, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
 * Text Domain: popping
 */

body {
	font-family: 'Average', serif;
}

mark,
body,
button,
input,
input[type="button"],
input[type="reset"],
input[type="submit"],
select,
textarea,
.entry-title,
.entry-footer span a,
.index-entry-meta a {
	color: #333;
}
a:hover, a:focus,
.widget_popper_recent_comments a:hover .original-title,
.widget_popper_recent_comments a:focus .original-title,
.main-navigation a:hover,
.main-navigation a:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.main-navigation li li a:hover,
.main-navigation li li a:focus,
.widget a:hover, .widget a:focus {
	color: #d65b3a;
	text-decoration: none;
}

.main-navigation, .dropdown-toggle, .main-navigation ul ul.toggled-on, .site-header, .site-footer {
	background-color: #333;
}

.site-title {
	margin: 1.7em 1em 0;
	font-family: 'Average', serif;
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .07em;
	text-shadow: 0px 0.01em 0px #aeaeaa, 0 0.015em 0 #aeaeaa, 0 0.02em 0 #aeaeaa, 0 0.028em 0 #aeaeaa, 0 0.035em 0 #aeaeaa, 0 0.04em 0 #aeaeaa, 0 0.045em 0 #ababa6, 0 0.055em 0 #ababa6, 0 0.06em 0 #ababa6, 0 0.065em 0 #a9a9a4, 0 0.07em 0 #a9a9a4, 0 0.08em 0 #a8a8a3, 0 0.085em 0 #a8a8a3, 0 0.09em 0 #a8a8a3, 0 0.095em 0 #a6a6a1, 0 0.105em 0 #a6a6a1, 0 0.06em 0.06em rgba(104, 104, 92, 0.15), 0.07em 0.105em 0.04em rgba(0, 0, 0, .015), -0.02em 0.09em 0.05em rgba(104, 104, 92, 0.25), -0.03em 0.07em 0.065em rgba(104, 104, 92, 0.1), -0.075em 0.08em 0.09em rgba(104, 104, 92, 0.06), -0.09em 0.06em 0.195em rgba(104, 104, 92, 0.095);
}
.site-title a {
	-webkit-transition: all .18s ease-out, font-size, padding-top, top, margin, left, padding-left, margin-left, background, background-size, line-height, padding-bottom, padding-right, margin-right, letter-spacing, display, width, height, text-align 0s linear;
}
.site-title a:hover, .site-title a:focus {
	color: #505050;
	text-decoration: none;
	text-shadow: 0 0.01em 0 #333, 0 -0.01em 0 #333;
}

.entry-title a:hover, .entry-title a:focus {
	text-decoration: none;
}

.site-logo a:hover, .site-logo a:focus {
	outline: 2px solid #d65b3a;
}
.site-logo a:hover .site-firstletter, .site-logo a:focus .site-firstletter {
	background: #d65b3a;
}
