body.blog div#left-sidebar-inner {
    display: none;
}
body.blog aside#right-sidebar{
    display: none;
}


body.blog div#content-wrap {
    width: 100%;

}
body.blog h2.blog-entry-title.entry-title {
    font-size: 24px !important;
    color: black !important;
    text-align: center;
}



body.blog div#blog-entries article .thumbnail {
    height: 60%;
    width: 100%;
}
body.blog div#blog-entries article .thumbnail a img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
body.blog div#blog-entries article .thumbnail a{
    height: 100% !important;
}
body.blog .blog-entry-inner.clr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.blog div#primary {
    left: 0% !important;
    padding-left: 0px !important;
    border-left-width: 0px !important; 
    width: 100% !important;
    margin: auto !important;
    border: none !important;
    padding-top: 10vh !important;
    padding-right: 0px !important;
}
body.category-hodowla-roslin div#left-sidebar-inner {
    display: none;
}
body.category-hodowla-roslin aside#right-sidebar{
    display: none;
}

body.category-hodowla-roslin div#content-wrap {
    width: 100%;

}

body.category-hodowla-roslin h2.blog-entry-title.entry-title {
    font-size: 24px !important;
    color: black !important;
    text-align: center;
}



body.category-hodowla-roslin div#blog-entries article .thumbnail {
    height: 60%;
    width: 100%;
}
body.category-hodowla-roslin div#blog-entries article .thumbnail a img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
body.category-hodowla-roslin div#blog-entries article .thumbnail a{
    height: 100% !important;
}
body.category-hodowla-roslin .blog-entry-inner.clr {
    display: flex;
    flex-direction: column;
    align-items: center;
}
body.category-hodowla-roslin div#primary {
    left: 0% !important;
    padding-left: 0px !important;
    border-left-width: 0px !important; 
    width: 100% !important;
    margin: auto !important;
    border: none !important;
    padding-top: 10vh !important;
    padding-right: 0px !important;
}





















































































ul.meta li {
    font-size: 18px !important;
}
.blog-entry.grid-entry .blog-entry-readmore a {
    font-size: 18px !important;
    color: black !important;
}
body.blog div#blog-entries article{
    width: 32% !important;
    padding: 20px;
    background-color: white;
    height: 55vh;
    margin-top: 2vh !important;
    margin: auto ;
}
body.blog div#blog-entries{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
body.blog .blog-entry-inner.clr {
    height: 100% !important;
    border: none !important;
    padding: 0px !important;
}

body.category-hodowla-roslin div#blog-entries article{
    width: 32% !important;
    padding: 20px;
    background-color: white;
    height: 55vh;
    margin-top: 2vh !important;
    margin: auto ;
}
body.category-hodowla-roslin div#blog-entries{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
body.category-hodowla-roslin .blog-entry-inner.clr {
    height: 100% !important;
    border: none !important;
    padding: 0px !important;
}

body.category-hodowla-roslin header .nakla {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 20%;
    transition: 0.3s;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}






















































@media screen and (max-width: 911px){
	body.blog div#blog-entries article {
		width: 100% !important;
	}
	body.blog div#blog-entries {
    	flex-direction: column;
	}
	.blog-entry.grid-entry .blog-entry-header .entry-title {
    	text-align: center;
	}
	body.blog div#blog-entries article {
   		height: auto;
	}
	
	body.category-hodowla-roslin div#blog-entries article {
		width: 100% !important;
	}
	body.category-hodowla-roslin div#blog-entries {
    	flex-direction: column;
	}
	.blog-entry.grid-entry .blog-entry-header .entry-title {
    	text-align: center;
	}
	body.category-hodowla-roslin div#blog-entries article {
   		height: auto;
	}
}


