/*
Theme Name: Hesso
Text Domain: hesso
Version: 0.54
Author: Michal Janovský
Author URI: https://www.grafikaren.sk/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Cookie consent bottom left position */
/*
.cky-box-bottom-left {
	bottom: 60px !important;
}
.cky-revisit-bottom-left {
	bottom: 55px !important;
}

@media (min-width: 640px) {
	.cky-box-bottom-left {
		bottom: 70px !important;
	}
	.cky-revisit-bottom-left {
		bottom: 90px !important;
	}
}
*/

/* Cookie consent in the middle */
/*
.cky-consent-container {
	top: 50% !important;
	bottom: auto !important;
	left: 50% !important;
	right: auto !important;
	transform: translate(-50%, -50%);
}
*/
