/*!
Theme Name: scd
Author: Altamira Softworks, Marián Kadaňka, Jakub Turský
Author URI: https://www.altamira.sk/
Description: scd.sk theme
Version: 1.0.0
Requires at least: 5.2
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: scd

scd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ked je width nastavena na 100% a WP pridava atribut height do HTML, tak musime vysku nastavit automaticky */
.typography figure img {
	height: auto;
}

body div.altamira-gdpr-cookie-consent {
	border-radius: 0;
	padding: 20px;
}
body div.altamira-gdpr-cookie-consent b {
	line-height: 1.45;
	font-size: 16px;
	font-family: "SetupGrotesk-Bold", Arial, sans-serif;
	font-weight: 700;
}
body div.altamira-gdpr-cookie-consent p {
	color: #fff;
	line-height: 1.45;
	font-family: "SetupGrotesk-Regular", Arial, sans-serif;
	font-size: 14px;
}
body div.altamira-gdpr-cookie-consent button {
	border-radius: 0;
	padding: 18px;
	text-transform: uppercase;
	font-family: "SetupGrotesk-Bold", Arial, sans-serif;
}
div.altamira-gdpr-cookie-consent button.altamira-gdpr-cookie-consent-close {
	background-color: transparent !important;
}
div.altamira-gdpr-cookie-consent a.altamira-gdpr-cookie-consent-help-link {
	display: block;
}
div.altamira-gdpr-cookie-consent button.altamira-gdpr-cookie-consent-save, div.altamira-gdpr-cookie-consent button.altamira-gdpr-cookie-consent-reject {
	text-align: left;
	width: fit-content;
}
