@import "../../../poza/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */
/*adjusting the spacing in post list in home*/
.home .media-body .entry-time,
.home .media-body .entry-comment,
.home .media-body .entry-user,
.archive .media-body .entry-time,
.archive .media-body .entry-comment,
.archive .media-body .entry-user{
	margin-top: 0;
}
.home .blog-item .media-heading,
.archive .blog-item .media-heading{
	margin: 0;
}
.home .media,
.archive .media{
	margin-top: 65px;
}

/*header search input text - in chrome looks grey - forcing it to be white*/
.form-search input.search-field{
    -webkit-text-fill-color: #fff !important;
}
.yarpp-related .yarpp-thumbnail-title{
	text-align:right !important;
	color:#666666 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	border:none !important;
	height:200px !important;

}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover{
	background: #f2f2f2;
}

#sidebar .tagcloud a:hover{
	color:white;
}
#sidebar .tagcloud a{
	transition:none;
}
@media screen and (max-width: 920px){
ul li{
	word-break:break-all;
}
article h3 a{
	word-break:normal;
}
}
.elementor-widget-button .elementor-button{
	background-color:#50439b !important;
}
