/*
Theme Name: Przyjaciele Palucha
Theme URI: https://przyjacielepalucha.pl/
Description: A child theme of PawFriends Theme
Author: emde
Author URI: #
Version: 1.0.1
Text Domain: pawfriends
Template: pawfriends
*/

.mkdf-drop-down .narrow .second .inner ul li {
    /* min-width: 258px !important; */
    min-width: 308px !important;
}

/* Zmiana czcionki i marginesow dla licznikow na stronie glownej */
.mkdf-counter-holder .mkdf-counter {
	font-family: Nunito, sans-serif !important;
	font-weight: 900 !important;
}

.fpp-mb-1 {
	margin-bottom: 1em;
}

.fpp-mb-2 {
	margin-bottom: 2em;
}

.fpp-mb-3 {
	margin-bottom: 3em;
}

.fpp-mb-4 {
	margin-bottom: 4em;
}

@media only screen and (max-width: 736px) {
	.fpp-on-mobile-only {
		display: inline;
	}
}
@media only screen and (min-width: 737px) {
	.fpp-on-mobile-only {
		display: none;
	}
}

/*.mkdf-blog-square img {*/
/* .mkdf-blog-square .attachment-full.size-full.wp-post-image { */
.mkdf-blog-square .mkdf-post-image img {
	/*border: 3px solid blue !important;*/
	min-height: 413px !important;
	max-height: 413px !important;
	aspect-ration: 1/1 !important;
	object-fit: cover !important;
	object-position: center;
}

div.fpp-square-items-group {
	display: block !important;
	/*background-color: yellow !important;*/
}

div.mkdf-blog-holder article.category-psy-do-adopcji div.mkdf-post-heading {
	display: none;
}

div.mkdf-blog-holder div.fpp-square-items-group div.mkdf-post-heading {
	display: block;
}


