/*
 Theme Name:   Central Child
 Theme URI:    http://blog.ronjasunke.ch
 Description:  Central Child Theme
 Author:       Simon Sunke
 Author URI:   http://www.dsonline.ch
 Template:     central
 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:  central-child
*/


#branding #headerimg h1 {
	margin-top: 15px;
	font-size: 25px;
	padding-top: 0px;
}
#branding #headerimg #site-description {
	color: #555;
}


.main-menu li ul {
		width: 260px;
}

/*
.widget {
	padding: 10px 4px;
}
*/

.widget_wysija_cont p label {
	font-size: 0.75em !important;
    margin-bottom: 2px;
    margin-top: 5px;
}

.widget_wysija_cont .wysija-submit {
	margin-top: 10px;
}

/*
.widget div {
	padding: 7px 20px;
}

.widget ul {
	padding: 7px 20px;
}

.widget_polylang span {font-size: 1em;}
*/


.post table {
	margin: 10px 0px;
	border: none;
	width: 100%;
}
.post tr {
	border: none;
	font-size: 13px;
	line-height: 1.75;
}
.post td {
	max-width: none;
	padding: 1px;
	border: none;
	height: 13px;
	color: #555;
}



#commentform label,
.post form label {
	margin-top: 5px;
	margin-bottom: 5px;
}
#commentform input[type="text"],
#commentform  input[type="email"],
.post input[type="text"],
.post input[type="password"],
.post input[type="email"] {
	width: 95%;
	height: 27px;
}
#commentform  textarea,
.post textarea {
	width: 95%;
}
/*
#comments #reply-title {
//	margin: 24px 0 0 20px;
}
*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 30px;
	font-size: 0.75em;
}

.widget_recent_entries ul li {
	padding-bottom: 8px;
}
.widget_recent_entries ul li a {
	line-height: 16px;
}

.custom-html-widget div.hello {
	width: 165px;
}

.custom-html-widget .hello img {
	margin: auto;
	display: block;
	width: 120px;
}

.custom-html-widget .hello p {
	margin-top: 5px;
	line-height: 14px;
}

.custom-html-widget .hello a {
	text-transform: none;
}