/*
Theme Name:     MediCenter_ChildTheme
Description:    Motyw pokrewny dla MediCenter
Author:         Rafał Opalski
Template:       medicenter

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("https://stanmedica.pl/wp-content/themes/medicenter/style.css");


.sentence
{
	font-family: 'Georgia';
	color: #3156A3;
	font-style: italic;
	margin-top: 25px;
	line-height: 150%;
}

h1, h2, h3, h4, h5
{
	font-family: 'Arial';
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}
.date, .comments_number{
 display:none;
}
.content-post .img-thumbnail img{
	max-width: 100%;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.post_footer .post-categories{

}
.post_footer .post-categories li{
	float: left;
	font-size: 11px;
	color: #909090;
	margin-right: 5px;
	list-style-type: none;
}
.post_footer .post-categories li a{
	color: #909090;
	margin-right: 5px;
}
.post_footer_details {
	float: left;
	margin-right: 10px !important;
	margin-bottom: 5px;
}
.comment-form label{
	display: block;
}
.comment-form input, .comment-form textarea{
	padding: 11px 18px;
	color: #000;
	margin: 0;
	background: #F0F0F0;
	border: none;
	border-top: 1px solid #E0E0E0;
	width: 100%;
}

.comment_form input[type='submit']{

	width: 70px;
	height: 36px;
	margin-top: 20px;
	padding: 5px 0 7px;
	cursor: pointer;
	text-align: center;
	outline: none;
}
.comment-form .submit{
	border-color: #3156A3;
	background-color: #3156A3;
	cursor: pointer;
	color: white;
	width: 150px;
	float: right;
}
.comment-form .submit:hover{
	background-color: #42B3E5;
	border: 1px solid #42B3E5;
}
#commentform{
	max-width: 500px;
}
#respond{
	margin-top: 20px;
}
.comment-form-cookies-consent input{
	width: auto;
	float: left;
	margin-right: 6px;
	margin-top: 3px;
}