/* 
 Theme Name: eRWD.pl (White)
 Theme URI: www.erwd.pl
 Author: Martin Gryczan
 Author URI: www.erwd.pl
 Description: Szablon dedykowany strony eRWD.pl
 Version: 2.0_new 
 */

body{
	background: #ededed;
}

#page-wpis .wrap-x {
	background-image: url(img/page-wpis.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}

#page-wpis .wrap-x-shadow {
	background-color: rgba(0, 0, 0, 0);
	padding: 120px 0px;
}

#page-search h3 {
	font-size: 1rem;
	font-size: 1.2rem;
	margin-bottom: 0px;
}

#page-search .wrap-x {
	background-image: url(img/###.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}

#page-search .wrap-x-shadow {
	background-color: rgba(0, 0, 0, 0);
	padding: 120px 0px;
}

#page-category .wrap-x {
	background-image: url(img/###.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}

#page-category .wrap-x-shadow {
	background-color: rgba(0, 0, 0, 0);
	padding: 120px 0px;
}

article {
	border: 1px solid #b5b5b5;
    padding: 20px;
    background-color: white;
}

article h3 {
    font-weight: 600;
    color: #333333;
	text-shadow: none;
	margin-bottom: 36px;
}

article a {
	color: #333333;
	text-decoration: underline;
}

article ul.post-categories {
	display: inline-block;
	padding: 0px;
}

article ul.post-categories li {
	list-style: none;
	display: inline-block;
}

article .wp-block-code {
	background-color: #f1f1f1;
	padding: 20px;
	border: 1px solid #c7c7c7;
}

article h4 {
    margin: 1.3rem 0 1rem 0;
}

#sidebar {
    border: 1px solid #f39314;
    padding: 20px;
    background-color: white;
}

#sidebar a {
	color: #333333;
}

#sidebar a:hover {
	color: #f39314;
}

#sidebar ul, #sidebar ol {
	padding: 0px;
}

#sidebar ul.sidebar-ul ol  {
	padding: 10px 0px;
}

#sidebar li {
	list-style: none;
}

.category a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: gray;
}

.category li{
	list-style-type: none;
	text-align: center;
}

.category ul{
	padding: 0px;
}


.info span{
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px;
    color: gray;
}

.more{
	text-decoration: none;
	color: #2091c1;
}

.comments{
	border-top: 1px solid lightgray;
	padding-top: 20px;
}

.comments a{
	color: gray;
	text-decoration: none;
}
