/*
Theme Name:     TwentySeventeen Child
Theme URI:      https://www.unearth.de/
Description:    Child theme for the TwentySeventeen theme
Author:         Simon Kleimeyer
Author URI:     https://www.unearth.de/
Template:       twentyseventeen
Version:        1.0
*/


@import url("../twentyseventeen/style.css");


body, 
body.home, 
.blog,
.site,
#content,
.content, 
#page {
	background-color: #dFdFdF !important;
}
.site-info,
.site-footer {
	background-color: #cFcFcF !important;
}

@media only screen and (max-width:770px) {
	aside#secondary {
		display:none;
	}
	.footer-widget-2 ul.child-sidebar-menu {

	}
}
@media only screen and (min-width:771px) {
	aside#secondary {
	}
	.footer-widget-2 ul.child-sidebar-menu {
		display:none;
	}
}

*,
body,
button,
input,
select,
textarea {
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-ms-input-placeholder {
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #ff6600;
	font-weight: bold;
}

.post-col {
	width: 48%;
	float: left;
}
.city-box {
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.city-thumb {
	float: left;
	width: 20px;
	border: 0;
}
.city-thumb a,		
.city-thumb a:hover,
.city-thumb a:active,
.city-thumb a:visited {
	border: 0;
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
.city-thumb a img {
	width: 13px;
	height: 18px;
	border: 0;
	-webkit-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
}
.city-title {
	margin-left: 20px;
	margin-top: -4px;
}
.city-title a {
	border-bottom: 1px solid #eee;
	border: 0;
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 1), 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 0 0 rgba(255, 255, 255, 1), 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}
