/*
Theme Name: HOTdesign - Grafika 2020
Theme URI: https://www.hotdesign.eu
Author: HOTdesign.eu
Author URI: https://www.hotdesign.eu
Description: 
Version:
Text Domain: grafika20               
License:                               
License URI:
*/
 @import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700,800,900');
 @import url('https://fonts.googleapis.com/css?family=Open Sans:100,200,300,400,700,800,900');
body {
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, Sans-Serif !important;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
	color: #acacac;
}
::-moz-placeholder {
/* Firefox 19+ */
	color: #acacac;
}
:-ms-input-placeholder {
/* IE 10+ */
	color: #acacac;
}
:-moz-placeholder {
/* Firefox 18- */
	color: #acacac;
}
.mfp-arrow-right, .mfp-ready .mfp-close {
    right: 40px;
}
.header-top {
	background-color: #242424;
	z-index: 11;
	position: relative;
	min-height: 20px
}
.nav-small .nav>li>a, .nav.nav-small>li>a {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ikonytop {
	font-weight: 400;
	color: #424242;
	margin-left: 1.5em
}
.ikonytop a {
	color: #424242;
	font-size: 12px !important;
}
.hnadpis {
	font-size: .9em;
	text-transform: uppercase;
}
.acf-admin-notice, .acf-escaped-html-notice  {display:none !important;} 
.nav-dropdown {min-width: 360px;}
/* Odstranění odrážek a reset seznamu v navigaci */
.zakver-pagination-container ul.nav-pagination {
    list-style: none !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 !important;
    margin: 30px 0 !important;
}

.zakver-pagination-container ul.nav-pagination li {
    list-style: none !important;
    margin: 0 3px !important;
    padding: 0 !important;
}

/* Stylování čísel - HRANATÉ */
.zakver-pagination-container .page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    padding: 0 5px;
    border: 1px solid #dedede;
    color: #00a25e;
    border-radius: 0 !important; /* Zrušení radiusu */
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s;
}

.zakver-pagination-container .page-number.current {
    background-color: #111111;
    color: #fff;
}

.zakver-pagination-container .page-number:hover:not(.current) {
    background-color: #00a25e;
    color: #fff;
}

/* Text pro prázdný stav */
.zakver-empty {
    color: #666;
    padding: 20px 0;
}

/* Ostatní styly položek */
.zakver-year-title {
    color: #00a25e;
    margin-top: 40px;
    border-bottom: 2px solid #00a25e;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.zakver-item {
    margin-bottom: 10px;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

.zakver-date {
    display: block;
    font-size: 0.85em;
    color: #888;
}

.zakver-link {
    font-weight: bold;
    color: #00a25e;
    text-decoration: none;
}
.nav-pagination>li>span, .nav-pagination>li>a {border-radius: 0px !important;}
.texty {
    width: 100% !important;
    max-width: 100% !important;
    text-align: justify; /* Zarovnání do bloku pro čistý vzhled */
}

/* Zajištění, aby i vnořené odstavce a divy využily plnou šířku */
.texty p, 
.texty div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Responzivní úprava - na mobilech je lepší zarovnat vlevo */
@media (max-width: 549px) {
    .texty {
        text-align: left;
    }
}
.zvyrazneny-blok-text {
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    line-height: 1.6;
}
.circle {
    border-radius: 0px !important;
}
