:root {
	--bs-primary: #1f4cb2!important;
}

a {
	color: var(--bs-primary);
	text-decoration: none;
}

a:hover {
	color: #011633; /* tmavší odtieň alebo rovnaký s podčiarknutím */
	text-decoration: underline;
}

.header-logo {
	width:150px;
}

button#searchsubmit {
    margin-top: 0;
}

@media (min-width:780px) {
	.header-logo {
		width:200px;
	}

}

.primary-text-color {
	color: var(--bs-primary)!important;
}


.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}
.pagination-wrapper {
	margin-top: 2rem;
}

.page-item.active .page-link {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: #fff;
}

.page-link {
	color: var(--bs-primary);
	border: 1px solid #dee2e6;
	background-color: #fff;
}

.page-link:hover {
	background-color: rgba(226, 199, 90, 0.15); /* jemný odtieň pri hoveri */
	color: var(--bs-primary);
}




.post-content p {
	text-align:justify;
}

img {
	max-width: 100%;
	height: auto;
}

.post_info_date {
	font-style: italic;
	color: var(--bs-primary);
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	width: 60%;
	font-size: .9em;
}
/*
.post_info_date:before {
content: "";
border-bottom: 1px solid var(--bs-primary);
width: 100%;
position: absolute;
left: 0;
top: 50%;
z-index: 0
}*/

.post_info_date span {
	display: inline-block;
	padding: 0 1.2em;
	background: #fff;
	position: relative;
	z-index: 2
}


.commentlist {
	list-style: none;
	padding-left: 0;
}

.commentlist li {
	margin-bottom: 2rem;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 1rem;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-weight: 500;
}

.comment-author .avatar {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.comment-meta {
	font-size: 0.875rem;
	color: #6c757d;
	margin-bottom: 0.5rem;
}

.comment-body p {
	margin-bottom: 0.5rem;
}

.comment-reply-link {
	font-size: 0.875rem;
	text-decoration: none;
}

.comment-reply-link:hover {
	text-decoration: underline;
}

.comment-form {
	margin-top: 3rem;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
	padding: 0.75rem;
	border-radius: 0.5rem;
	border: 1px solid #ced4da;
}

.comment-form .form-submit input[type="submit"] {
	display: inline-block;
	text-align: center;
	padding: 0.75em 1em;
	font-weight: 700;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: 'Roboto';
	border: 2px solid;
	background-color: var(--bs-primary);
	color: #ffffff;
	border-color: var(--bs-primary);
}




.post-tags a,
.post-categories a {
	font-weight: 400;      /* normálny text */
	color: #555 !important; /* jemnejší text */
	background-color: #f1f1f1;
	border-radius: 999px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.post-tags a:hover,
.post-categories a:hover {
	background-color: var(--bs-primary);
}



div#sidebar section:first-child {
	margin-top: 0;
}
div#sidebar section {
	display: block;
	padding: 40px 25px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	margin: 40px 0 0 0;
}
div#sidebar section.widget_search {
	border: 0 !important;
}

div#sidebar section h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}

@media (max-width:560px) {
	div#sidebar section h2 {
		font-size: 18px;
	}
}
div#sidebar .widget ul li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: .4em;
	text-decoration: underline;
	list-style: none; /* ✅ odstráni kruhy */
	transition: all 0.3s ease;
}

div#sidebar .widget ul li::before {
	content: '›'; /* alebo '→', '»', prípadne fontawesome či Bootstrap Icon */
	position: absolute;
	left: 0;
	top: 0;
	color: #555 !important;
	font-weight: bold;
	font-size: 1em;
}

div#sidebar .widget ul li a {
	color: #555 !important;
}


.widget_tag_cloud .tagcloud a {
	display: inline-block;
	background-color: #f1f1f1;
	color: #333;
	padding: 0.35em 0.75em;
	margin: 0.25em;
	border-radius: 999px;
	font-size: 0.875rem !important;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--bs-primary);
	color: #fff;
	text-decoration: none;
}


#searchform {
	max-width: 100%;
}

#searchform .form-control {
	border-radius: 999px 0 0 999px;
}

#searchform .btn {
	border-radius: 0 999px 999px 0;
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: var(--bs-primary);
	outline: 0;
	box-shadow: none;
}


.widget_text.header-widget.header-left.widget_custom_html a {
	color: #323232;
	font-size: 18px;
	margin: 5px;
	text-decoration: none;
}

.widget_text.header-widget.header-left.widget_custom_html a:hover {
	color: var(--bs-primary);
}






/*footer*/
footer.web-footer {
	background: transparent;
	color:var(--farba2);
}

footer.web-footer ul {
	list-style: none;
}

footer.web-footer a {
	color: var(--farba2);
}

footer.web-footer a:hover {
	color: var(--farba3);
}

footer.web-footer section.footer-copyright {
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 100%;
	background: #000000;
	color: #ffffff;
}

footer.web-footer ul {
	margin-top:25px;
}







form.wpcf7-form {
	max-width: 100%;
	width: 100%;
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"], form.wpcf7-form textarea {
	border-radius: 30px;
	max-width: 100%;
	width:1024px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	border:2px solid;
}

form.wpcf7-form a {
	text-decoration: none;
	color: var(--bs-primary);
}

form.wpcf7-form input[type="submit"] {
	cursor: pointer;
	color: #ffffff;
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	border-radius: 30px;
	padding: 14px 26px!important;
	transition: ease-in-out .15s;
	text-decoration: none;
	margin-top: 30px;
}

form.wpcf7-form input[type="submit"]:hover {
	color: #ffffff;
	background: #011633;
	border: 1px solid #011633;
}


@media(max-width:780px) {
	form.wpcf7-form input[type="submit"] {
		margin:30px auto;
		display:block;
	}
}

form.wpcf7-form span.info-message {
	display: block;
	margin-bottom: 5px;
}





/*btn z bootstrapu napr pri projektoch vypis kategorie*/
.btn-primary {
	cursor: pointer;
	color: #ffffff;
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
	border-radius: 30px;
	padding: 8px 16px!important;
	transition: ease-in-out .15s;
	font-size: .9em;
	text-decoration: none!important;
	margin-top: 30px;
}

.btn-primary:hover {
	background: #011633;
}







/*abc financie styly*/
.stroke-text {
	color: white; /* Farba výplne textu */
	-webkit-text-stroke: 1px black; /* Hrúbka a farba obrysu */
	text-stroke: 1px black; /* Pre niektoré prehliadače */
}
span.heading {
	/* display: block; */
	margin: 0;
	padding: 0;
	font-weight: bold;
}


li.cta_menu a {
	background: var(--bs-primary) !important;
	color: #ffffff !important;
	border-radius: 30px !important;
	transition: all .3s ease-in-out !important;
	text-align:center!important;
}
li.cta_menu a:hover {
	background: #011633!important;
}


.w-100.breadcrumb {
	background-color:#1F4CB214!important;
}

.w-100.breadcrumb .text-white {
	color:black!important;
}


span[data-name=sluzby] > span > span {
    display: block;
}
