/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
body.brx-body {
	padding-top: 0px;
	min-height: 100vh;
	background-image: 
	radial-gradient(circle at center, rgba(0, 97, 160, 0.5) 0%, transparent 50%),
	linear-gradient(to bottom, #06182e 0%, #06182e 15%, #073f64 85%, #073f64 100%);
	background-attachment: fixed, scroll;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-gradient {
	position: relative;
 }
.hero-gradient:before {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,  rgba(0,0,0,0) 10%, #06182e 85%, #06182e 100%);
}
.hero-gradient:after {
	content: "";
	position: absolute;
	height: 15vh;
	left: 0;
	bottom: -15vh;
	width: 100%;
	background-image: linear-gradient(to bottom, #06182e 0%, rgba(0,0,0,0) 100%);
 }
/* Override footer background */
.post-type-archive-clani #brx-footer,
.page-id-25 #brx-footer {
	background: #073f64;
}
a {
	transition: 0.25s;
}
p strong {
	font-weight: 700!important;
}
.brxe-image-gallery .image {
    border-radius: 4px;
}
/* Main buttons */ 
.session-zapisnik .wpdm-download-link {
	border: none!important;
	background: linear-gradient(to left, #073F64 0%, #0061A0 100%);
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding: 0 20px 0 40px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 800;
	border-radius: 18px;
	text-transform: uppercase;
}
.session-zapisnik .wpdm-download-link:before {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #06182F url(/wp-content/uploads/2025/07/arrow-white-btn.svg) center center no-repeat;
	z-index: -1;
	border-radius: 50%;
	transform: rotate(-90deg);
	background-size: 10px auto;
	transition: transform 0.3s ease;
}
.session-zapisnik .wpdm-download-link:hover:before {
	transform: rotate(-45deg);
}
.btn-primary {
	border: none!important;
	background: linear-gradient(to left, #073F64 0%, #0061A0 100%);
	height: 44px;
	line-height: 43px;
	color: #fff;
	padding: 0 25px 0 60px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 800;
	border-radius: 23px;
	text-transform: uppercase;
}
.btn-primary:before {
	content: "";
	width: 34px;
	height: 34px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #06182F url(/wp-content/uploads/2025/07/arrow-white-btn.svg) center center no-repeat;
	z-index: -1;
	border-radius: 50%;
	transform: rotate(-90deg);
	background-size: 14px auto;
	transition: transform 0.3s ease;
}
.btn-primary.btn-white {
	border: solid 2px #fff!important;
	background: transparent;
}
.btn-primary.btn-white:before {
	background: #fff url(/wp-content/uploads/2025/07/arrow_dark_blue.svg) center center no-repeat;
	width: 32px;
	height: 32px;
	top: 4px;
	transform: rotate(-45deg);
}
.btn-primary svg {
	transition: 0.25s;
	transform: rotate(0deg);
}
.btn-primary:hover:before {
	transform: rotate(-45deg);
}
.btn-primary.btn-white:hover:before {
	transform: rotate(0deg);
}
.btn-primary:hover svg {
	transform: rotate(45deg);
}
#menu-footer-menu {
	flex-wrap: wrap;
}
#menu-footer-menu li {
	display: inline-block!important;
	margin: 2px 15px 2px 0;
	font-weight: 500;
}
#menu-footer-menu li a:hover {
	text-decoration: underline;
}
.man-nav-header .bricks-nav-menu li {
	position: relative;
}
.man-nav-header .bricks-nav-menu li a:before {
	content: "";
	background: #529E52;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	position: absolute;
	transition: 0.3s;
}
.man-nav-header .bricks-nav-menu li a:hover:before {
	height: 5px;
}
.man-nav-header .bricks-nav-menu li.current_page_item a:before {
	height: 5px;
}
/*Header*/
.page-header {
	transition: 0.25s;
}
.page-header.scrolled  {
	top: -40px!important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
	.page-header.scrolled  {
		top: -40px!important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	}
}
.page-header .header-bottom,
.page-header .header-bottom-2 {
	transition: 0.25s;
}
/*.page-header.scrolled .header-bottom,
.page-header.scrolled .header-bottom-2,
.page-header.scrolled #brxe-ndrkdf,
.page-header.scrolled #brxe-qcviay {
	height: 50px!important;
}
.page-header.scrolled #brxe-qcviay .bricks-nav-menu > li > a {
	height: 50px!important;
	line-height: 50px!important;
}
.page-header.scrolled #brxe-tqdntw {
	height: 30px!important;
}
.page-header .brxe-logo img {
	transition: 0.25s;
}
.page-header.scrolled .brxe-logo img {
	max-width: 130px;
}*/
.page-header .search-icon {
	width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
	font-size: 15px!important;
	cursor: pointer;
}
.search-icon-green {
	width: 40px;
    height: 40px;
    border-radius: 6px;
	font-size: 15px!important;
	cursor: pointer;
}
.search-icon-green:before {
	width: 40px;
    height: 40px;
	display: flex;
    justify-content: center!important;
    align-items: center!important;
}
.linkedin-icon {
	width: 42px;
    height: 42px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
	cursor: pointer;
	background: #1C75BC;
}

.slider-logos .slider-content {
	background: #114a6f;
	width: 100%;
	height: 110px;
	padding: 15px 0;
	border-radius: 6px;
}
.slider-logos .slider-content p {
	margin: 0;
}
.slider-logos .slider-content img {
	margin: 0;
	width: 90%;
	height: auto;
	max-height: 65px;
	object-fit: contain;
	object-position: center;
	vertical-align: top;
}
.slider-logos .slider-content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-logos .slider-content .content {
	width: 100%;
}

.slider-links .slider-content {
	background: #114a6f;
	width: 100%;
	padding: 15px 0;
	border-radius: 6px;
	align-content: flex-start!important;
	flex-wrap: wrap;
	height: auto;
	align-content: center !important;
}
.slider-links .bricks-button {
	margin: 0!important;
}
.slider-links .slider-content img {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: auto;
}
.slider-links .slider-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.slider-links .slider-content .content {
	width: 100%;
}

/* Posts */
.bricks-layout-wrapper .image-wrapper a {
    height: 200px;
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
#brxe-uxhwex [data-layout="grid"] .bricks-layout-item img,
.post-grid-override .bricks-layout-item img  {
    transition: 0.45s;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transform: scale(1);
}
#brxe-uxhwex [data-layout="grid"] .bricks-layout-item img:hover,
.post-grid-override .bricks-layout-item img:hover {
	opacity: 0.75;
	transform: scale(1.1);
}
#brxe-uxhwex [data-layout="grid"] .read-more,
.post-grid-override .read-more {
	color: #06182F!important;
	font-size: 10px;
	font-weight: 800;
	position: absolute;
	padding-left: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	bottom: 20px;
}
#brxe-uxhwex [data-layout="grid"] .read-more:before,
.post-grid-override .read-more:before {
	content: "";
	background: #06182F url(/wp-content/uploads/2025/07/arrow-white-btn.svg) center center no-repeat;
	background-size: 10px 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	transition: 0.25s;
	transform: rotate(-90deg);
	border-radius: 50%;
}
#brxe-uxhwex [data-layout="grid"] .read-more:hover:before,
.post-grid-override .read-more:hover:before {
	transition: 0.25s;
	transform: rotate(-45deg);
}
#brxe-uxhwex .repeater-item h3,
.post-grid-override .repeater-item h3 {
    margin-top: 3px!important;
    margin-bottom: 10px!important;
	font-size: 20px;
	color: #1C75BC;
}
.post-grid-override.clani-posts .repeater-item h3 {
    color: #090D0E;
	background: #e5ebef;
	border-radius: 6px;
	padding: 0px;
	width: 100%;
	margin: 0!important;
	font-size: 16px;
}
.post-grid-override.clani-posts .repeater-item h3 a {
	width: 100%;
	display: inline-block;
	padding: 10px;
}
.post-grid-override.clani-posts .image-wrapper {
	padding: 0;
	border-radius: 4px;
}
.post-grid-override.clani-posts .repeater-item .content-wrapper { 
	padding: 0 20px 20px!important;
	background: #fff!important;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#brxe-uxhwex .repeater-item h3 a:hover,
.post-grid-override .repeater-item h3 a:hover {
   color: #1C75BC;
}
#brxe-uxhwex .content-wrapper,
.post-grid-override .repeater-item .content-wrapper {
    background: rgba(225, 245, 255, 0.8)!important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: -25px;
	backdrop-filter: blur(10px);
}
#brxe-uxhwex .repeater-item .content-wrapper h6,
.post-grid-override .repeater-item .content-wrapper h6 {
	min-height: 70px;
	font-weight: 500;
	font-size: 14px;
	color: #090D0E;
}
#brxe-uxhwex .repeater-item .content-wrapper h5,
.post-grid-override .repeater-item .content-wrapper h5 {
	font-weight: bold;
	font-size: 12px;
	color: #06182F;
	margin-bottom: 0;
}
#brxe-uxhwex .repeater-item [data-field-id="bwxbtz"] {
    margin-top: 5px!important;
    margin-bottom: 0px!important;
}
#brxe-uxhwex .bricks-pagination ul .page-numbers.next,
.post-grid-override .bricks-pagination ul .page-numbers.next,
.cst-pagi-ajax .bricks-pagination ul .page-numbers.next {
    background: #073F64 url(/wp-content/uploads/2025/07/pagination-arrow-white.svg) center center no-repeat!important;
	font-size: 0!important; /* hides text */
	transform: scaleX(-1) rotate(90deg); /* flips horizontally */
	background-size: 18px auto !important;
	border-radius: 20px;
	width: 40px;
}
#brxe-uxhwex .bricks-pagination ul .page-numbers.prev,
.post-grid-override .bricks-pagination ul .page-numbers.prev,
.cst-pagi-ajax .bricks-pagination ul .page-numbers.prev {
    background: #073F64 url(/wp-content/uploads/2025/07/pagination-arrow-white.svg) center center no-repeat!important;
	font-size: 0!important; /* hides text */
	background-size: 18px auto !important;
	border-radius: 20px;
	width: 40px;
	transform: rotate(90deg);
}
.cst-pagi-ajax {
	margin-top: 40px;
	padding: 0 15px;
}
.cst-pagi-ajax.no-bg {
	margin-top: 0px;
	padding: 0;
	background: transparent;
}
.cst-pagi-ajax .bricks-pagination ul {
	justify-content: center;
    gap: 5px;
}
.cst-pagi-ajax .bricks-pagination ul .page-numbers {
    height: 40px;
    width: 24px;
	font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
}
.cst-pagi-ajax .bricks-pagination ul .page-numbers.current {
    color: #ffffff;
}
.filter-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0;
	list-style: none;
	padding: 0;
	border-top: 1px solid #205f8b;
	border-radius: 6px;
}
.filter-list li {
	width: 25%;
	border-right: 1px solid #205f8b;
 	border-bottom: 1px solid #205f8b;
	background: #0e466c;
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
}
.filter-list li.brx-option-active {
	background: rgba(28, 117, 188, 0.4);
}
.filter-list li:first-child {
	border-left: 1px solid #205f8b;
	border-top-left-radius: 6px;
}
.filter-list li:nth-child(5n) {
	border-left: 1px solid #205f8b;
	border-bottom-left-radius: 6px;
}
.filter-list li:nth-child(4n) {
	border-top-right-radius: 6px;
}
.filter-list li:last-child {
	border-bottom-right-radius: 6px;
	border-top-right-radius:0px;
}
.filter-list li > label{
	width: 100%;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}
.filter-list li > label span:focus {
	outline: none;
}
.filter-list li:hover {
	background: rgba(28, 117, 188, 0.4);
}
.clani-logos-wrapper {
	padding: 20px;
}
.clani-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(7, 63, 100, 0.1);
	border-left: 1px solid rgba(7, 63, 100, 0.1);
  }
  
  .clani-item {
	border-right: 1px solid rgba(7, 63, 100, 0.1);
	border-bottom: 1px solid rgba(7, 63, 100, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	overflow: hidden;
	background-color: #fff;
  }
  
  .clani-item img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
  }

/* Override news top feed */
.col-post-focus h3 {
	font-size: 15px;
	color: #fff;
}
.col-post-focus a.brxe-button,
.post-last-five a.brxe-button {
	opacity: 0.5;
}
.col-post-focus a.brxe-button:hover,
.post-last-five a.brxe-button:hover {
	opacity: 1;
}

.brxe-fgwsca strong {
	font-weight: 700!important;
}
.category-wrapper a.brxe-text-link[aria-current="page"] {
    color: #fff!important;
    border: 2px solid #fff!important;
}
.single-post-content-area {
    background: rgba(225, 245, 255, 0.8)!important;
	border-radius: 6px;
	margin-top: -25px;
	backdrop-filter: blur(10px);
}
.single-post-content-area .brxe-image-gallery {
	border-radius: 6px;
}
.icon-box-postani-clan {
	width: 40px;
	height: 40px;
	padding: 8px;
	background: #1C75BC;
	border-radius: 4px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.icon-box-postani-clan-2 {
	width: 50px;
	height: 50px;
	padding: 12px;
	background: #0061A0;
	border-radius: 4px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.icon-social-link {
	width: 24px;
	height: 24px;
	padding: 4px;
	background: #1C75BC;
	border-radius: 4px;
	position: relative;
}
.icon-social-link:before {
	width: 16px;
	height: 16px;
	display: inline-block!important;
	position: absolute;
	top: 5px;
    left: 5px;
    font-size: 14px;
}
.section-top-postani-clan {
	position: relative;
	overflow: hidden;
}
.section-top-postani-clan .cst-bg{
	background: url('/wp-content/uploads/2025/07/postani-clan-bckgrd.webp');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.accordion_faq .accordion-item:first-child .accordion-title-wrapper {
	border-top: none!important;
}
.accordion_faq p a,
.accordion_faq ul a {
	font-weight: 700;
}
.accordion_faq h3 {
	margin-bottom: 0;
}
.accordion_faq.no-bold-link p a,
.accordion_faq.no-bold-link ul a {
	font-weight: 400;
}
.accordion_faq p a:hover,
.accordion_faq ul a:hover {
	text-decoration: underline!important;
}
.accordion_faq .accordion-title .title {
	padding-right: 20px;
}
.accordion_faq  .accordion-content-wrapper ul {
	list-style-type: disc;
	padding-left: 17px;
}
.accordion_faq  .accordion-content-wrapper ol,
.styled,
.brxe-text ul {
	list-style-type: disc;
	padding-left: 17px;
}
.accordion_faq  .accordion-content-wrapper ul li::marker,
.styled li::marker,
.brxe-text ul li::marker {
	color: #1c75bc;
}
.accordion_faq  .accordion-content-wrapper ol li::marker {
	color: #1c75bc;
}
.cf7_pristopna_izjava_short .form-control {
  width: 100%;
  padding: 0 20px;
  border: 1px solid #0061A0;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 10px;
  background: #e1f2ff;
  color: #0061A0;
  height: 44px;
  border-radius: 6px;
}
.cf7_pristopna_izjava_short .form-notes {
  padding: 15px 20px;
  height: 69px;
  margin-bottom: 0px;
}
.cf7_pristopna_izjava_short .form-control::placeholder {
	color: #0061A0; /* Or your desired color */
	opacity: 1;  /* Ensures full visibility in some browsers */
  }
.cf7_pristopna_izjava_short input[type="file"] {
	width: 100%;
	padding: 4px 0 4px 5px;
	border: 1px solid #0061A0;
	border-radius: 6px;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 28px;
	height: 44px;
	color: #0061A0;
  }

.cf7_pristopna_izjava_short .form-row {
  display: flex;
  align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.cf7_pristopna_izjava_short .form-col {
  flex: 1;
	min-width: 150px;
}
.cf7_pristopna_izjava_short .form-col p br{
	display: none;
  }
.cf7_pristopna_izjava_short .form-col label {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0061A0;
	padding-left: 25px;
  }
.cf7_pristopna_izjava_short input[type="submit"] {
	margin-bottom: 10px;
	position: relative;
	height: 44px;
	width: 100%;
	text-align: center;
	border-radius: 30px;
	padding: 0 20px;
}
.cf7_pristopna_izjava_short input[type="submit"]:before {
	display: none;
}
.cf7_pristopna_izjava_short .wpcf7-spinner {
	display: none !important;
}
.cf7_pristopna_izjava_short .form-row label { 
	font-size: 12px!important;
	padding-left: 0px;
	margin-bottom: 2px;
}
.blur_box_clod {
    background: rgba(225, 245, 255, 0.8)!important;
	border-radius: 6px;
	margin-top: -25px;
	backdrop-filter: blur(10px);
	padding: 30px;
}
.blur_box_clod.simple-btn .btn-primary {
    color: #06182F;
    padding: 0 15px 0 40px;
    position: relative;
    z-index: 1;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 800;
    border-radius: 23px;
    text-transform: uppercase;
	border: none !important;
    background: none!important;
    height: 28px;
    line-height: 28px;
}
.blur_box_clod.simple-btn .btn-primary:before {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #06182F url(/wp-content/uploads/2025/07/arrow-white-btn.svg) center center no-repeat;
	z-index: -1;
	border-radius: 50%;
	transform: rotate(-90deg);
	background-size: 10px auto;
	transition: transform 0.3s ease;
}
.blur_box_clod.simple-btn .btn-primary:hover:before {
	transform: rotate(-45deg);
}
.bg_blur,
.bg_blur_2,
.bg_blur_3 {
	background: rgba(225, 245, 255, 0.1)!important;
	backdrop-filter: blur(10px);
	transition: 0.3s;
}
.bg_blur:hover,
.bg_blur_2:hover,
.bg_blur_3:hover {
	backdrop-filter: blur(0px);
}
.giz-form {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
  
  .giz-form .form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
  }

  .giz-form .form-row p {
	width: 100%;
  }

  .giz-form .form-col {
	width: calc(50% - 10px);
  }
  
  .giz-form .form-control {
	padding: 1rem;
	border-radius: 6px;
	border: 1px solid #80adcb;
	color: #fff;
	width: 100%;
	background: transparent;
	margin: 20px 0 0px 0;
  }
  .giz-form .form-control::placeholder {
	color: #80adcb;
  }
  
  .giz-form textarea.form-control {
	min-height: 150px;
	width: 100%;
  }
  /* Hide default checkbox */
  .giz-form .form-row label  {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: nowrap;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.5;
  }
 .cst-check .form-row label  {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: nowrap;
	font-size: 0.9rem;
	line-height: 1.5;
  }
.giz-form input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.2rem;
	height: 1.2rem;
	border: 1px solid #80adcb;
	border-radius: 4px;
	display: grid;
	place-content: center;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
  }
  
  .giz-form .wpcf7-list-item input[type=checkbox],
  .cst-check .wpcf7-list-item input[type=checkbox] {
    appearance: none;
    background: transparent;
    border: 1px solid #80adcb;
    border-radius: 0;
    display: grid;
    flex-shrink: 0;
    font-size: 12px;
    height: 14px;
    margin: 3px 4px 0 0;
    place-content: center;
    top: -1px;
    transform: translateY(-1px);
    width: 14px;
	padding: 0;
}

.giz-form .wpcf7-list-item input[type=checkbox]:before,
.cst-check .wpcf7-list-item input[type=checkbox]:before {
    box-shadow: inset 12px 12px #80adcb;
    content: "";
    height: 8px;
    transform: scale(0);
    transition: transform .12s ease-in-out;
    width: 8px
}

.giz-form .wpcf7-list-item input[type=checkbox]:checked:before,
.cst-check .wpcf7-list-item input[type=checkbox]:checked:before {
    transform: scale(1)
}

.giz-form .wpcf7-list-item .wpcf7-list-item-label {
	padding-top: 10px;
    font-size: 11px;
	color: #80adcb;
}
.cst-check .wpcf7-list-item .wpcf7-list-item-label {
	padding-top: 3px;
    font-size: 11px;
	color: #0061a0;
}

.giz-form .wpcf7-list-item .wpcf7-list-item-label a,
.cst-check .wpcf7-list-item .wpcf7-list-item-label a  {
    color: inherit;
	font-weight: 700;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 20px;
}
  .giz-form .wpcf7-submit {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 24px;
	display: flex;
	align-self: center;
  }
  .giz-form .wpcf7-submit:before {
	display: none;
  }
  .giz-form  .wpcf7-spinner {
	display: none;
  }
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 20px;
    border: 2px solid #80adcb!important;
	background: #1d5274!important;
	color: #fff;
	border-radius: 6px;
}
.btn-search {
	transition: 0.3s;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
.btn-search button {
	left: 0px;
	margin-top: 4px;
	background: transparent!important;
	font-size: 16px;
}
.btn-search input {
	font-size: 16px;
	border: none!important;
	transition: 0.3s;
	font-weight: bold;
	border-radius: 0!important;
	outline: none;
	background: transparent!important;
	color: #fff!important;
}
.btn-search .ion-ios-search {
	font-size: 24px;
}
.cst-hero-bg {
	position: relative;
	z-index: 1;
}
.cst-hero-bg .brxe-container {
	position: relative;
	z-index: 2;
}
.cst-hero-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    background-image: url(/wp-content/uploads/2025/08/hero-bckgrd.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    background-color: rgba(7, 63, 100, 0.25);
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0,rgba(0,0,0,1) 10%, rgba(0,0,0,0) 80%);
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0,rgba(0,0,0,1) 10%, rgba(0,0,0,0) 80%);
	z-index: 0;
}
/* Style the password form */
.post-password-form {
    text-align: center;
    margin: 50px auto;
    max-width: 340px;
}

.post-password-form label {
    font-size: 1.2rem;
    color: white;
    display: block;
    margin-bottom: 10px;
}

.post-password-form input[type="password"] {
    color: rgb(255, 255, 255);
    width: 100%;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(128, 173, 203);
    background: transparent;
}

.post-password-form input[type="submit"] {
    height: 44px;
    line-height: 43px;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(to left, rgb(7, 63, 100) 0%, rgb(0, 97, 160) 100%);
    padding: 0px 25px 0px 25px;
    border: none;
    margin-top: 10px;
    border-radius: 22px;
}

.post-password-form input[type="submit"]:hover {
    
}
#brx-content .post-password-form p:last-child {
    align-items: center;
}
.post-password-required {
	padding-top: 120px;
	text-align: center;
	color: #fff;
}
.post-password-form .post-password-form-invalid-password {
	color: red;
	text-align: center;
}
.post-password-form .post-password-form-invalid-password p {
	width: 100%;
	display: inline-block;
}
.w3eden .btn-primary:before {
	display: none!important;
}
.brxe-holupq.repeater-item .content-wrapper h5 {
	margin-bottom: 0!important;
}
.brxe-holupq.repeater-item .content-wrapper h5 {
	margin-bottom: 0!important;
}
.cst-box-hover .brxe-block svg.brxe-icon,
.cst-box-hover .brxe-div svg.brxe-icon,
.cst-box-hover .slider-content img {
	transition: 0.25s;
}
.cst-box-hover .brxe-block:hover svg.brxe-icon,
.cst-box-hover .brxe-div:hover svg.brxe-icon,
.cst-box-hover .slider-content:hover img {
	transform: rotate(-135deg);	
}
.cst-box-hover .brxe-block:hover svg.brxe-icon path.icn_cat_bg,
.cst-box-hover .brxe-div:hover svg.brxe-icon path.icn_cat_bg {
	fill: rgb(28, 117, 188);
}
.custom-select {
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="white"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  cursor: pointer;
}
.codedropz-upload-container {
	color: #0061a0;
	
}
.codedropz-upload-container h4 {
	color: #0061a0;
}
.codedropz-upload-handler {
    border: 2px dashed #0061a0!important;
    border-radius: 6px;
 }
 .cky-consent-container .cky-consent-bar {
    box-shadow: none!important;
 }
#brxe-qcviay .bricks-nav-menu > li > .brx-submenu-toggle > * {
    padding-left: 0px!important;
    margin-left: 0px!important;
}
#brxe-qcviay .bricks-nav-menu > li .sub-menu {
    min-width: 50px;
}
/* Responsive tweaks */
@media (max-width: 991px) {
	 ul .wpml-ls-menu-item a {
	    justify-content: flex-end!important;
	    margin-right: -30px;
	    padding-right: 0;
	    position: relative
	}
	ul.brx-submenu-positioned a {
		 margin-right: 0px;
		 line-height: 50px;
		 margin: 0;
		 padding: 0;
		 justify-content: center!important;
		 font-size: 12px;
		 font-weight: bold;
	}
	#menu-main-menu-1 .menu-item-has-children {
		position: relative!important;
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
	}
	ul.brx-submenu-positioned {
		 margin-right: 30px;
		 border: solid 1px rgba(255,255,255,0.5);
		 width: 60px;
		 padding: 0;
		 justify-content: center!important;
		 border-radius: 6px;
	}
	.clani-grid {
		grid-template-columns: repeat(2, 1fr);
	  }
	  .clani-logos-wrapper {
		  padding: 10px;
	  }
	.filter-list li {
		width: 50%;
	}
	.filter-list li > label {
		padding: 4px 0;
	}
	.category-wrapper {
		/*display: none!important;*/
		width: auto!important;
		overflow-x: scroll;
		display: inline-block;
		padding-bottom: 10px;

	}
	.category-wrapper  .brxe-div,
	.category-wrapper .brxe-shortcode {
		flex-shrink: 0;        /* Prevent buttons from shrinking */
		white-space: nowrap;   /* Prevent text inside from wrapping */
	}
	.category-toggle {
		display: block;
		margin-bottom: 10px;
		position: relative;
		cursor: pointer;
	}
	.category-toggle.btn-primary {
		padding-left: 20px!important;
		background: transparent;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		margin: 0 0 0 20px!important;
	}
	.category-toggle.btn-primary:before {
		content: "";
		width: 12px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		background: url(/wp-content/uploads/2025/07/pagination-arrow-white.svg) left center no-repeat!important;
		background-size: 12px auto !important;
	}
}
@media (max-width: 767px) {
	.post-grid-override.clani-posts .image-wrapper {
		width: calc(100% - 20px)!important;
	}
	.cf7_pristopna_izjava_short .form-col {
		width: 100%;
	}
	#brxe-pdtzpa {
		display: flex!important;
	}
	.cf7_pristopna_izjava_short .form-row {
		flex-direction: column!important;
	}
	.cf7_pristopna_izjava_short input[type="email"] {
		margin-bottom: 0px!important;
	}
	.cf7_pristopna_izjava_short input#giz-form-file {
		margin-bottom: -5px!important;
	}
	.filter-list li {
		width: 100%;
	}
	.slider-logos .slider-content {
		height: 20vw;
		padding-right: 20px!important;
    	padding-left: 20px!important;
	}
	.slider-logos .slider-content img {
		margin: 0;
		width: 100%;
		height: 70px;
		max-height: 70px;
		object-fit: contain;
		object-position: center;
		vertical-align: top;
	}
	#brxe-uxhwex .repeater-item h3,
	.post-grid-override .repeater-item h3 {
		font-size: 14px;
	}
	.btn-primary {
		font-size: 11px;
	}
	.post-grid-override.clani-posts .repeater-item h3 {
		font-size: 16px;
	}
	.post-grid-override.clani-posts .image-wrapper {
		padding: 10px 10px 0;
	}
	.filter-wrapper {
	  display: none;
	}
	.filter-wrapper[data-visible="true"] {
	  display: block;
	}
	.filter-toggle {
		display: block;
		margin-bottom: 10px;
		position: relative;
		cursor: pointer;
		justify-content: flex-start;
        height: 42px;
	}
	.filter-list li {
		width: 100%;
		font-size: 13px;
		border-left: 1px solid rgba(28, 117, 188, 0.2);
	}
	.filter-list li:first-child {
		border-left: 1px solid rgba(28, 117, 188, 0.2);
		border-top-right-radius: 6px;
	}
	.filter-list li > label{
		padding: 4px 0;
	}
	.filter-list li:last-child {
	    border-bottom-right-radius: 6px;
	    border-bottom-left-radius: 6px;
	}
	.filter-list li:nth-child(5n) {
	    border-bottom-left-radius: 0px;
	}
	.slider-links .slider-content {
		background: #114a6f;
		width: 100%;
		padding: 15px 40px 15px 0;
		border-radius: 6px;
		align-content: flex-start!important;
		flex-wrap: wrap;
		height: auto;
		align-content: center !important;
	}
	.slider-links .bricks-button {
		margin: 0!important;
	}
	.slider-links .slider-content img {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 25px;
		height: auto;
	}
	.slider-links .slider-content {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
	}
	.slider-links .slider-content .content {
		width: 100%;
	}
}
@media only screen and (max-width: 478px) {
	.page-header.scrolled  {
		top: -30px!important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	}
	.giz-form input[name="giz-surname"],
	.giz-form input[name="giz-phone"] {
		margin-top: 0px!important;
	}
	.cf7_pristopna_izjava_short .form-col {
		width: 100%;
	}
	.codedropz-upload-container h4 {
		font-size: 16px;
	}
	#brxe-zfeuuf {
		display: none!important;
	}
	.clani-grid {
		grid-template-columns: 1fr;
	}
	#menu-footer-menu {
		justify-content: center;
	}
	.giz-form .form-col {
		width: 100%;
	}
	#brxe-xugqiu {
        width: 50px;
        height: 38px!important;
        overflow: hidden;
        display: inline-block;
        margin: 0;
        margin-right: 5px!important;
    }
    .cst-hero-bg:before {
		-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0,rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
		mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0,rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%);
		z-index: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1230px) {
	#brxe-qcviay .bricks-nav-menu > li > a {
	    padding-right: 5px!important;
	    padding-left: 5px!important;
	    font-size: 10px!important;
	}
	#brxe-xugqiu {
        width: 50px;
        height: 38px!important;
        overflow: hidden;
        display: inline-block;
        margin: 0;
        margin-right: 5px!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.post-grid-override.clani-posts .repeater-item h3 {
		font-size: 16px;
	}
	.filter-list li:nth-child(5n) {
	    border-left: 1px solid #205f8b;
	    border-bottom-left-radius: 0px;
	}
	.filter-list li:nth-child(3) {
	    border-left: 1px solid #205f8b;
	}
	.filter-list li:nth-child(4) {
	   border-top-right-radius: 0px;
	}
	.filter-list li:nth-child(2) {
	   border-top-right-radius: 6px;
	}
	.filter-list li:nth-child(7) {
	    border-left: 1px solid #205f8b;
	    border-bottom-left-radius: 6px;
	}
}
@media (min-width: 768px) {
	.filter-wrapper {
	  display: block;
	}
  
	.filter-toggle {
	  display: none;
	}
}
@media (min-width: 991px) {
	.category-wrapper {
	  display: block;
	}
	.category-toggle {
	  display: none;
	}
}