a {

color: #223a5e;
}

.sp-megamenu-parent > li:hover > a {
  color: #71ddd4;
}
#sp-bottom a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #71ddd4;
}

.udomljavanje {
  display: flex;
  align-content: center;
  align-items: center;
  background: #223a5e;
  border-radius: 30px;
}

.udomljavanje img {
  border-radius: 30px 0px 0px 30px;
  height: 315px;
  object-fit: cover;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #223a5e;
}

.sp-megamenu-parent > li.active > a {
  font-weight: bold;
}

.nl{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: left;
  padding: 50px;
}

.naslov1 {
  font-size: 28px;
  font-weight: bold;
  color: white;
}

.udomljavanje p {
	
	margin-bottom: 0;
}

.link1{
  color: #71ddd4;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 15px;
  font-size: 18px;
}
.point-slider {
	
	width: 90%;
	margin: auto !important;
}

.point-slider::after {
	
	content:"";
	background-image: url('../images/line-path.png');
	width: 300px;
	height: 300px;
}

.donacija{
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: auto;
  background: #162d50;
  padding: 40px;
  border-radius: 10px;
  align-items: center;
  align-content: center;
  color: white;
  font-size: 34px;
  font-weight: bold;
}

.donacija p{
	
	margin-bottom: 0;
}

.donacija-botun {
  font-size: 18px;
  background: white;
  padding: 20px;
  color: #162d50;
  border-radius: 10px;
}

.novosti .sppb-addon-article{
	
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
  border-radius: 10px;
}

.novosti .sppb-article-info-wrap {
	
	padding: 40px !important;
}

.novosti .sppb-article-info-wrap h3 {
	font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}

.novosti .sppb-readmore {
	
	font-weight: bold;
}

.novosti .sppb-readmore::after {
  content: "";
  width: 116px;
  margin-top: 2px;
  height: 2px;
  transition: all 0.4s ease;
  display: block;
  background: #71DDD4;
  opacity: 1;
}

.novosti img {
	
	border-radius: 10px 10px 0px 0px;
}

#sp-footer, #sp-bottom {
  background: transparent;
  color: #FFFFFF;
}

#sp-footer {
    
    display: none;
}

#sp-bottom {
  padding: 60px 0 0px;}

.footer-1  {
  display: flex;
  align-content: center;
  align-items: end;
  justify-content: space-between;
}

.footer-1 img {
	
	width: 80px;
}

.social-links li {
  margin-right: 10px;
  padding-bottom: 0;
  background: #fff;
  padding: 6px;
  border-radius: 12px;
  font-size: 24px;
  text-align: center;
  display: inline-block !important;
  transition: all 0.4s ease-in-out;
}

.social-links a {
  clear: none !important;
  transition: none !important;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
}

#sp-bottom .sp-module ul > li > a {
  display: flex;
}

#sp-footer a, #sp-bottom a {
  color: #223a5e;
}

.udomljavanje-slika {
	
	width:50%;
}

.page-header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaf4f5;
  text-align: center;
}

.page-header h1 {
  font-weight: bold;
  color: #162d50;
  font-size: 34px;
  top: 35px;
  position: relative;
}

.page-header::after {
	
	content:"";
	height: 50px;
	width: 100%;
	display: block;
	background: #eaf4f5;
	
}

.page-header::after {
  content: "";
  height: 133px;
  width: 100%;
  background: #eaf4f5;
  position: absolute;
  top: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}
.point-udomljavanje {
  display: flex;
  align-items: center;
  background: #223a5e;
  border-radius: 30px;
}

.uvod-udomljavanje {
  padding: 60px;
  width: 50%;
}

.udomljavanje-slika {
	
	width: 50%;
}

.point-udomljavanje p {
	
	margin-bottom: 0px;
}

.udomljavanje-slika img {
  display: block;
  max-width: 100%;
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 30px 30px 0px;
}


.udomljavanje-botun{
  padding: 10px;
  background: #71ddd4;
  width: 120px;
  text-align: center;
  margin-top: 30px;
  border-radius: 5px;
  font-weight: bold;
  color: #223a5e;
}
.sppb-icon-container {
width: 48px;
  height: 48px;
  line-height: 2.5;
}

/* Element koji želiš full-width — npr. .view-article .article-details .page-header */
.view-article .article-details .page-header {
  position: relative;
  left: 50%;
  margin-left: -50vw;   /* pomakni lijevo za pola viewporta */
  right: 50%;
  margin-right: -50vw;  /* i desno simetrično */
  width: 100vw;         /* širina točno kao viewport */
  box-sizing: border-box;
  padding: 40px 0;      /* po želji */
  background: #eaf4f5;  /* ili tvoja pozadina/slika */
  overflow: visible;
  margin-bottom: 100px;
}

/* Unutarnji sadržaj (naslov, breadcrumb…) centriraš na 1320px: */
.view-article .article-details .page-header > * {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px; /* gutter */
}

/* Ako Helix ubaci .container/.row unutra, neutraliziraj samo unutar headera */
.view-article .article-details .page-header .container,
.view-article .article-details .page-header .row {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ako parent ima overflow hidden, ugasi ga da breakout radi */
.view-article .article-details { overflow: visible; }

#sp-main-body {
  padding-top: 0px; 
}

/* ========= BOJE PO EKSTENZIJI ========= */
.acfup-ext-pdf { color: #c62828; }
.acfup-ext-pdf::after { background: #ffcdd2; border-color: #ef5350; }

.acfup-ext-doc,
.acfup-ext-docx,
.acfup-type-word {
  color: #1565c0;
}
.acfup-ext-doc::after,
.acfup-ext-docx::after,
.acfup-type-word::after {
  background: #bbdefb;
  border-color: #42a5f5;
}

.acfup-ext-xls,
.acfup-ext-xlsx,
.acfup-type-excel {
  color: #2e7d32;
}
.acfup-ext-xls::after,
.acfup-ext-xlsx::after,
.acfup-type-excel::after {
  background: #c8e6c9;
  border-color: #66bb6a;
}

/* (opcionalno) boje po tipu */
.file-link[data-ext="pdf"]::after  { color:#e63946; border-color:#e63946; }
.file-link[data-ext="doc"]::after,
.file-link[data-ext="docx"]::after { color:#2b579a; border-color:#2b579a; }
.file-link[data-ext="xls"]::after,
.file-link[data-ext="xlsx"]::after { color:#217346; border-color:#217346; }
.file-link[data-ext="zip"]::after,
.file-link[data-ext="rar"]::after { color:#f4a261; border-color:#f4a261; }

/* Univerzalni badge iza fajla */
.acfup-item::after {
  content: attr(data-ext);
  text-transform: lowercase;
  display: inline-block;
  min-width: 2.6em;
  padding: 0.15em 0.45em;
  margin-left: .5rem;       /* umjesto margin-right */
  line-height: 1.2;
  font: 700 0.75rem/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  letter-spacing: .02em;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  white-space: nowrap;
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
 
}

.natjecaji .acfup-item::after {
	
	display: none;
}


.dokumenti div[itemprop="articleBody"] p {
	
	max-width: 665px;
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-left: 10px solid #162d50;
  border-radius: 8px;
}
.dokumenti div[itemprop="articleBody"] p a {
width: 90%;
  position: relative;
  display: block;
}

.dokumenti .natjecaji div[itemprop="articleBody"] p {
	
	max-width: unset;
  position: relative;
  border: 0;
  padding: 0px;
  border-left: 0;
  border-radius: 0px;
}
.dokumenti .natjecaji div[itemprop="articleBody"] p a {
	width: unset;
  position: unset;
  display: block;
}

.article-details .article-ratings-social-share {
	
	display: none !important;
}

.article-details .article-header h1 {
  font-size: 2.25rem;
  color: #223a5e;
  font-weight: bold;
}

a:hover, a:focus, a:active {
  color: #71ddd4;
}

.natjecaji .article-introtext {
	
	display: none;
}

.natjecaji .page-header::after {
  content: "";
  height: 323px;
  width: 100%;
  background: #eaf4f5;
  position: absolute;
  top: -60px;
  transform: rotate(-3deg);
  z-index: -1;
}

.fields-container {
  list-style-type: none;
  border-left: 10px solid #162d50 !important;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(242, 242, 242);
  padding: 20px;
}

.article-details .article-header h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.article-details.dokumenti.natjecaji {
  overflow: visible;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.natjecaji .article-details .article-header {
  position: relative;
  order: 2;
}

.natjecaji .fields-container {
	
	order: 3;
}

.natjecaji div[itemprop="articleBody"] {
	
	order: 4;
}

.fields-container li{
	
	padding-bottom: 10px;
}

.field-label {
	
	font-weight: bold;
}

.field-label {
  font-weight: bold;
  width: 200px;
  display: inline-block;
}

.value-zavrsen .field-value {

  padding: 5px;
  background: red;
  color: white;
  border-radius: 20px;
  width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
}

.value-otvoren .field-value{
	
	padding: 5px;
  background: #165eca;
  color: white;
  border-radius: 20px;
  width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
}

.natjejcaji .view-article .article-details .page-header {
	
	margin-top: 100px;
}

.natjecaji .article-details .page-header::after {
  content: "";
  height: 323px;
  width: 100%;
  background: #eaf4f5;
  position: absolute;
  top: -30px;
  transform: rotate(-3deg);
  z-index: -1;
}

.article-details .article-info {
  margin-bottom: 5px !important;
  text-align: center;
  margin: auto;
    margin-bottom: auto;
}

.article-list .article {

  border: 0;

}

.article-list .article-body {
	
	display: flex;
	flex-direction: column;
}

.natjecaji .article-header {
	
	order: 2;
}

.natjecaji .article-info {
	
	order: 1;
}

.natjecaji .fields-container {
	
	order: 3;
}

.article-list .article .article-header h2 {
  font-weight: bold;
}

.acfup-item a {
	
	font-weight: bold;
}

.natjecaji .page-header {
  margin-bottom: 100px;
}

.natjecaji .article-info {
  order: 1;
  margin-bottom: 2px;
}

.article-list .article {
	
	margin-bottom: 0px;
}

.natjecaji .cat-children {
	
	display: none;
}


@media only screen and (max-width: 767px) {
	.point-slider {
	background-attachment: scroll !important;
	}
.donacija {
    flex-wrap: wrap;
    text-align: center;
    font-size: 18px;
    width: 90%;
    padding: 20px;
  }
	
	.donacija-botun {
  font-size: 16px;
  background: white;
  padding: 10px;
  color: #162d50;
  border-radius: 10px;
  margin-top: 15px;
}
  .logo-image-phone {
    height: 60px !important;
  }
    #sp-header {
    height: 80px;
	display: flex;
    align-items: center;
  }
  .point-uvod-2 .sppb-addon-title {
  font-weight: 700;
  font-size: 24px !important;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.udomljavanje img {
  border-radius: 30px 30px 0px 0px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.udomljavanje {
  display: block;
  margin-bottom: 30px;
}
.nl {
  width: 100%;
}
.udomljavanje-slika {
  width: 100%;
}
.novosti .sppb-row{
width: 90%;
  margin: auto;
}
.novosti .sppb-article-info-wrap {
  padding: 20px !important;
}
.novosti .sppb-article-info-wrap h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-header h1 {

  font-size: 34px;
  top: 5px;

}
.page-header::after {
  top: 30px;

}

.page-header {
  height: 150px;
}
.view-article .article-details .page-header {
	
	margin-bottom:30px;
}

.acfup-item::after {
	
	right:-30px;
}
}