/*
Theme Name: FestAnca
Theme URI: https://www.festanca.sk/
Author: Andrej Szabo, Studio TEM
Author URI: https://www.studiotem.com/
GitHub Theme URI:
Description:
Version: 1.0.1
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags:

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

img.notfull {
	width: initial !important;
}

.blog-columns .blog-post .post-img {
	height: 200px;
}

@media screen and (max-width: 768px) {
	.category-novinky  .blog-container > .blog-selector  {
		width: 100%;
	}	
}


@media screen and (max-width: 576px) {
	.category-novinky  .blog-container > .blog-selector  {
		width: 100%;
		padding-inline: 0px !important;
	}

	#blog .blog-filter{
		padding-inline: 0px !important;
	}

}