/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2025 | 16:16:25 */
:root {
	--primary: #102C47;
	--secondary: #065498;
	--background: #fff;
	--altbg:#e6edf4;
}

.d-none {
	display:none !important;
}

.custom-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*BTN HOVERY*/
.wp-block-button .wp-block-button__link, .page-numbers, .btn-custom{
  background: linear-gradient(to right, var(--primary) 50%, var(--secondary) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: 0.3s ease-out;
}

.btn-white .wp-block-button__link {
  background: linear-gradient(to right, var(--altbg) 50%, var(--background) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: 0.3s ease-out;
}

.wp-block-button .wp-block-button__link:hover, .btn-white .wp-block-button__link:hover, .btn-custom:hover {
  background-position: left bottom;
}

/*PODČIARKNUTIE*/
.underline::after, .underline-white::after {
  content: "";
  width: 120px;
  height: 3px;
  background-color: var(--secondary);
  display: block;
  margin: 0.2em auto 0;
}
.underline-white::after{
  background-color: var(--background);
}
.underline-left::after, .underline-left-bold::after{
	content: "";
  width: 120px;
  height: 3px;
  background-color: var(--secondary);
  display: block;
	margin-top: 0.2em;
}
.underline-left-bold::after
 {
	width:250px;
	height: 5px;
}

/* CISLOVANIE STRANOK */
.page-numbers {
	background: linear-gradient(to right, var(--primary) 50%, var(--secondary) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: 0.3s ease-out;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
}

.page-numbers:hover {
	background-color: var(--primary);
	background-position: left bottom;
	color: white;
}

.wp-block-query-pagination-numbers  .current {
	background: var(--primary);
}


/*POST*/
.posted-by, .post-navigation {
	display:none;
}

/*RESULTS + NEWS FIX*/
.sub-menu .menu-item {
	z-index: 150;
}
@media (max-width: 1024px){
	.wp-block-heading {
		margin-top: 20px;
		margin-bottom: 0 !important;
	}
	
	.wp-block-button a {
		font-size: 13px !important;
	}
}

@media (max-width: 600px) {
	.wp-block-heading {
		margin-top: 20px;
		margin-bottom: 0 !important;
	}
	
	.wp-block-button a {
		font-size: 13px !important;
	}
}

