@charset "UTF-8";
/*
Theme Name: Irkato
Theme URI: https://example.tld
Author: Irkato
Description: Irkato
Requires at least: 4.9.6
Requires PHP: 5.3.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Irkato
Tags: none

_Irkato theme
*/

.mcookie {background-color: #fff; color: #000; border-radius: 10px; overflow: hidden; display: none;
box-shadow: 0 10px 30px rgba(0,0,0,0.25); position: fixed; z-index: 500; right: 30px; bottom: 140px; width: 330px;}
.mcookie__btns button {appearance: none; -webkit-appearance: none; display: flex; align-items: center;
justify-content: center; height: 40px; cursor: pointer; border-radius: 0; font-weight: bold;
background: rgba(0,0,0,0.2); color: #000; flex-grow: 1; text-transform: uppercase; font-size: 12px;}
.mcookie__btns button.mcookie__yes {background-color: #003a70; color: #fff;border: none;}
.mcookie__btns button.mcookie__yes:hover{color: #fff;background:#CB955A;}
.mcookie__btns {display: flex;padding: 20px;}
.mcookie__text {padding: 25px; font-size: 15px;padding-bottom: 0px;}
.mcookie__text a {color: #06c; text-decoration: underline;}
.mcookie__title {font-weight: bold; font-size: 15px;
padding: 25px; padding-bottom: 0; margin-bottom: -15px;}
@media screen and (max-width: 760px) {
.mcookie {width: calc(100% - 40px); right: 20px; bottom: 120px;}
	.mcookie__title {
  font-weight: bold;
  font-size: 14px;
  padding: 18px;
    padding-bottom: 18px;
  padding-bottom: 0;
  margin-bottom: -15px;
}
	.mcookie__text {
  padding: 20px;
  font-size: 13px;
}
.mcookie__btns {display: flex;padding: 20px;padding-top: 0px;}
}