@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap");
html {
  scroll-behavior: smooth;
}

#no-overflow {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(8, 11, 48);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

.wide-container {
  max-width: 1440px;
  width: 95%;
  margin: auto;
}

.container {
  max-width: 890px;
  width: 90%;
  margin: auto;
}

a {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 47px;
}

h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
}

.blueBg {
  transition: 0.3s;
  background-image: url(../img/last_btn.png);
  /* background-image: linear-gradient(19deg, #43c6ee 50%, #6cd3f2 50%); */
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  width: 122px;
  height: 44px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blueBg:hover {
  width: 142px;
  transform: translateX(10px);
}

/*HEADER*/
#mobnav {
  display: none;
}

.toggler {
  display: none;
}

.site-header {
  padding: 20px 0;
  position: fixed;
  width: 100vw;
  height: 85px;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgb(8, 11, 48);
}
.site-header .wide-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.site-header .wide-container .logo {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-header .wide-container .logo a {
  width: 132px;
  display: flex;
  align-items: center;
}
.site-header .wide-container .main-nav {
  flex: 0 0 50%;
  display: flex;
  align-items: stretch;
}
.site-header .wide-container .main-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
}
.site-header .wide-container .main-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
.site-header .wide-container .main-nav ul .current-menu-item a {
  color: #2fc9fb;
}
.site-header .wide-container .last_btn {
  flex: 0 0 25%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.site-header .wide-container .last_btn ul {
  list-style: none;
  height: 100%;
}
.site-header .wide-container .last_btn ul li {
  width: 122px;
  height: 44px;
}
.site-header .wide-container .last_btn ul li a {
  color: #fff;
  height: 100%;
  font-size: 17px;
}
.site-header .wide-container .last_btn ul li:hover {
  width: 142px;
  transform: translateX(10px);
}

/*FRONT PAGE*/
.main_banner {
  position: relative;
  height: 100vh;
  background-color: rgb(8, 11, 48);
}
.main_banner section {
  height: 100vh;
}
.main_banner section img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_banner .plava {
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  background: #2fc9fb;
}
.main_banner .plava img {
  display: none;
  width: 100%;
  height: 100%;
}
.main_banner #rings {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: auto;
}
.main_banner .like-container {
  position: absolute;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
}
.main_banner .like-container h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 67px;
  color: #fff;
  text-align: right;
  line-height: 72px;
}
.main_banner .like-container img {
  width: 171px;
  margin-left: auto;
  margin: 8px 0 20px 0;
}
.main_banner .like-container h4 {
  color: white;
  font-family: "Oswald", sans-serif;
  text-align: right;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 2px;
}

.o_konferenciji .container {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.o_konferenciji .container h4 {
  color: #2fc9fb;
}
.o_konferenciji .container h2 {
  margin: 20px 0;
}
.o_konferenciji .container p {
  text-align: center;
  margin-bottom: 30px;
}
.o_konferenciji .container .blueBg {
  margin-top: 20px;
  width: 142px;
}
.o_konferenciji .container .blueBg:hover {
  transform: translateX(0);
   width: 162px;
}
.o_konferenciji .container img {
  width: 25%;
  margin-top: 50px;
}

.sagovornici {
  padding: 50px 0 50px 0;
  background-color: #2fc9fb;
  background-image: url(../img/layer5.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
.sagovornici .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sagovornici .overlay img {
  height: 100%;
}
.sagovornici h2 {
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  margin: 0;
  position: relative;
  z-index: 1;
}
.sagovornici .sagovornici-lista {
  padding-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sagovornici .sagovornici-lista .sagovornik-item {
  flex: 0 0 32%;
  background-color: #080b30;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
.sagovornici .sagovornici-lista .sagovornik-item a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: "Oswald", sans-serif;
}

.sagovornici .sagovornici-lista .sagovornik-item .slika{
  max-height: 260px !important;
  overflow: hidden !important;
}
.sagovornici .sagovornici-lista .sagovornik-item .slika img{
  object-fit: cover !important;
}
.sagovornici .sagovornici-lista .sagovornik-item a .meta {
  padding: 10px 10px 20px 10px;
  text-align: center;
}
.sagovornici .sagovornici-lista .sagovornik-item a .meta h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-wrap: nowrap;
  font-weight: 500;
}
.sagovornici .sagovornici-lista .sagovornik-item a .meta p {
  max-width: 300px;
  margin: auto;
  font-size: 18px !important;
  color: #d1cccc;
  font-size: 23px;
  line-height: 22px;
  font-weight: 400;
}
.sagovornici .sagovornici-lista .sagovornik-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.sagovornici .blueBg {
  width: 207px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-wrap: nowrap;
  /* background-image: url(../img/btn_bg.png); */
  background-size: 100% 100%;
  margin-top: 30px;
}
.sagovornici .blueBg:hover {
  width: 227px;
  transform: translateX(0);
}

.agenda {
  padding: 50px 0 0 0;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.agenda h4 {
  text-align: center;
  color: #2fc9fb;
}
.agenda h2 {
  margin: 0 0 30px 0;
  text-align: center;
}
.agenda .container .blueBg{
  margin: auto;
  width: 286px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 0;
  font-size: 20px;
  font-weight: 500;
  background-image: none;
  background-color: #2b4684;
}
.agenda .blueBg:last-child {
  margin: 50px auto; 
}

.agenda .blueBg:hover {
  transform: translateX(0);
}
.agenda .okvir {
  margin-top: 30px;
  padding: 50px;
  border: 15px solid #2b4684;
}
.agenda .okvir .agenda-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: "Oswald", sans-serif;
}
.agenda .okvir .agenda-list .agenda_li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.agenda .okvir .agenda-list .agenda_li:last-child{
  margin-bottom: 0;
}
.agenda .okvir .agenda-list .agenda_li img {
  width: 44px;
  height: auto;
}
.agenda .okvir .agenda-list .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2fc9fb;
}

.agenda .okvir .agenda-list .clock .circle{
  background-color: transparent;
  background-image: url(../img/clock.png);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.agenda .okvir .agenda-list .agenda-item {
  background: #2b4684;
  width: 90%;
}
.agenda .okvir .agenda-list .agenda-item .agenda-vrijeme {
  color: #2fc9fb;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 40px 60px 0 60px;
  font-size: 17px;
}
.agenda .okvir .agenda-list .agenda-item h2 {
  text-transform: uppercase;
  font-size: 26px;
  text-align: left;
  padding: 0 60px;
}
.agenda .okvir .agenda-list .agenda-item .agenda-uvod {
  padding: 0 60px 40px 60px;
  font-size: 17px;
}
.agenda .okvir .agenda-list .agenda-item .agenda-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  letter-spacing: 1.2px;
  font-weight: 300;
  font-size: 16px;
}
.agenda .okvir .agenda-list .agenda-item .agenda-content p, .agenda .okvir .agenda-list .agenda-item .agenda-content li {
  text-align: left;
}
.agenda .okvir .agenda-list .agenda-item .agenda-content.open {
  max-height: 1500px;
  padding: 0 60px 40px 60px;
}
.agenda .okvir .agenda-list .agenda-item .arrow {
  border-top: 1px solid white;
  margin: auto;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s ease;
  margin-bottom: 0;
  padding: 15px 0;
}
.agenda .okvir .agenda-list .agenda-item .arrow img {
  margin: auto;
  transition: 0.2s;
  width: 18px;
  transform: rotate(-180deg);
}
.agenda .okvir .agenda-list .agenda-item .arrow.active img {
  transform: rotate(0deg);
}
.agenda .okvir .agenda-list .agenda-item:last-child {
  margin-bottom: 0;
}

.agenda .blueBg{
  width: 200px;
}

.agenda .blueBg:hover{
  width: 220px;
}

.prijava {
  background-image: url(../img/base.jpg);
  background-size: cover;
  padding: 30px 0;
  font-family: "Oswald", sans-serif;
}
.prijava h4 {
  color: #2fc9fb;
  text-align: center;
}
.prijava h2 {
  text-align: center;
  color: #fff;
}
.prijava p {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.prijava .blueBg {
  margin: auto;
  width: 150px;
}
.prijava .blueBg:hover {
  width: 170px;
  transform: translateX(0);
}

.brojac {
  padding: 50px 0;
}
.brojac p {
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.brojac p:last-child {
  margin: 20px 0;
}
.brojac #countdown {
  display: flex;
  justify-content: center;
  padding: 50px 0 10px 0;
}
.brojac #countdown .cd-item {
  background: linear-gradient(50deg, rgb(8, 11, 48) 50%, rgb(27, 30, 64) 50%);
  padding: 30px;
  border: 2px solid #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  width: 135px;
  height: 160px;
  margin: 10px;
}
.brojac #countdown .cd-item span {
  font-size: 52px;
  color: #fff;
  font-weight: 500;
}
.brojac #countdown .cd-item label {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
.brojac h2 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.sponzori {
  padding: 50px 0 50px 0;
  background-color: #3aafe9;
}
.sponzori .container {
  font-family: "Oswald", sans-serif;
}
.sponzori .container h4 {
  color: #2fc9fb;
}
.sponzori .container h2 {
  margin: 0 0 50px 0;
  color: #fff;
}
.sponzori .container a > img {
  max-width: 205px;
  border-radius: 7px;
  transition: 0.3s ease;
}
.full-kolona .trecina{
  flex: 0 0 33%;
}
.full-kolona .trecina .sestina{
  display: flex;
}
.full-kolona .trecina .sestina .sixClass{
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-kolona .trecina .sestina .sixClass figure{
  margin: 0;
}

.pola-flex{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.fourClass figure{
  width: 100%;
}

.hidden{display: none !important;}

.cijela img, .pola img, .fourClass img, .trecina img{
  max-width: 207px;
}

.fourClass figure{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourClass figure a{
  display: block;
 max-width: 207px;
 margin: auto;
}
.pola-flex > .wp-block-columns{
  flex: 0 0 100%;
}
:where(.wp-block-columns.is-layout-flex){
  gap: 20px !important;
}
.sponzori .container a > img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.sponzori .container .blueBg {
  margin: 50px auto 0 auto;
  width: 200px;
}
.sponzori .container .blueBg:hover {
  transform: translateX(0);
  width: 220px;
}

/*FOOTER*/
footer {
  padding: 70px 0 0 0;
  background-color: rgb(8, 11, 48);
}
footer .container {
  padding-bottom: 50px;
}
footer .container:first-child {
  display: flex;
  justify-content: space-between;
}
footer .container:first-child article {
  flex: 0 0 20%;
}
footer .container:first-child article:first-child img {
  width: 144px;
  margin: auto;
}
footer .container:first-child article:nth-child(2){
  padding-left: 20px;
}
footer .container:first-child article:nth-child(2) a{
  justify-content: flex-start;
}
footer .container:first-child article:nth-child(2) img {
  width: 50px;
  margin-bottom: 20px;
}
footer .container:first-child article:nth-child(2) p {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 20px;
}
footer .container:first-child article:nth-child(3) ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .container:first-child article:nth-child(3) ul li {
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 0px;
}
footer .container:first-child article:nth-child(3) ul li a {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  color: #d1cccc;
}
footer .container:first-child article:last-child h4 {
  font-weight: 500;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}
footer .container:first-child article:last-child p {
  font-size: 18px;
  margin-top: 30px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  color: #d1cccc;
}
footer .container:first-child article:last-child section {
  width: 100%;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
}
footer .container:first-child article:last-child section a {
  transition: 0.3s ease;
  background: #3c3e62;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
footer .container:first-child article:last-child section a i {
  color: rgb(8, 11, 48);
  font-size: 18px;
  transition: 0.3s ease;
}
footer .container:first-child article:last-child section a:hover {
  background: url(../img/icon_bg.png);
}
footer .container:first-child article:last-child section a:hover i {
  color: #fff;
}
footer .bottomBar {
  padding: 20px;
  border-top: 1px solid #3c3e62;
}
footer .bottomBar img {
  width: 115px;
  margin: auto;
}

/*AGENDA PAGE*/
.pageAgenda{
  padding-bottom: 50px;
}
.pageAgenda .okvir .agenda_li {
  align-items: flex-start !important;
}
.pageAgenda .blueBg{
  margin: auto;
  background-color: #2b4684;
  background-image: none;
  width: 286px;
  padding: 34px 0;
  font-size: 20px;
}
.pageAgenda .okvir .agenda_li .circle {
  margin-top: 70px;
}
.pageAgenda .okvir .agenda_li .agenda-item {
  background-color: transparent;
}
.pageAgenda .okvir .agenda_li .agenda-item .agenda-vrijeme {
  background-color: #2b4684;
}
.pageAgenda .okvir .agenda_li .agenda-item h2 {
  background-color: #2b4684;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.pageAgenda .okvir .agenda_li .agenda-item .agenda-uvod {
  padding-left: 0;
  text-align: left;
  padding-left: 60px;
   background-color: #2b4684;
   margin-bottom: 20px;
}
.pageAgenda .okvir .agenda_li .agenda-item .agenda-content {
  max-height: 500px !important;
  background-color: transparent;
  text-align: left;
  padding-left: 60px;
}
.pageAgenda .okvir .agenda_li .agenda-item .arrow {
  display: none;
}

/*GOVORNICI*/
.govorniciPage {
  background-color: #3989d3;
}
.govorniciPage .container {
  padding: 50px 0;
}
.govorniciPage .container h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.govorniciPage .container h5 {
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: lighter;
  letter-spacing: 1.2px;
}
.govorniciPage .container .sagovornici-lista {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.govorniciPage .container .sagovornici-lista .sagovornik-item {
  flex: 0 0 32%;
  background-color: #080b30;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
.govorniciPage .container .sagovornici-lista .sagovornik-item a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: "Oswald", sans-serif;
}

.govorniciPage .container .sagovornici-grid .sagovornici-lista .sagovornik-item .slika{
  max-height: 260px;
  overflow: hidden;
}

.govorniciPage .container .sagovornici-grid .sagovornici-lista .sagovornik-item .slika img{
  object-fit: cover !important;
}
.govorniciPage .container .sagovornici-grid .sagovornici-lista .sagovornik-item a .meta {
  padding: 10px 10px 20px 10px;
  text-align: center;
}

.govorniciPage .container .sagovornici-lista .sagovornik-item a .meta {
  padding: 10px;
  text-align: center;
}
.govorniciPage .container .sagovornici-lista .sagovornik-item a .meta h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-wrap: nowrap;
  font-weight: 500;
}
.govorniciPage .container .sagovornici-lista .sagovornik-item a .meta p {
  max-width: 300px;
  margin: auto;
  font-size: 18px;
  color: #d1cccc;
  line-height: 27px;
  font-weight: 400;
}
.govorniciPage .container .sagovornici-lista .sagovornik-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/*SINGLE GOVORNICI*/
.singleGovornik {
  background-color: #3989d3;
  background-image: none;
}
.singleGovornik .container article {
  background-image: none;
  background-color: #3989d3 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.singleGovornik h1{
  font-size: 47px;
}
.singleGovornik .container article .top {
  display: flex;
  align-items: center;
}
.singleGovornik .container article .top .govornik-thumb {
  flex: 0 0 30%;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 50px;
}
.singleGovornik .container article .top .meta {
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.singleGovornik .container article .top .meta h3 {
  font-weight: lighter;
  font-size: 24px;
  font-weight: 400;
}
.singleGovornik .container article .bottom {
  margin-top: 50px;
  padding: 30px;
  background-color: #080b30;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: regular;
  font-size: 24px;
  border-radius: 20px;
}

.singleGovornik .container article .bottom p{
  margin-bottom: 20px;
  font-size: 16px;
}

/*KONTAKT PAGE*/
.kontaktPage {
  padding: 70px 0 70px 0;
  background-color: #2fc9fb;
  background-image: url(../img/layer5.png);
  background-size: 50% 140%;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
.w-150{
  width: 150px;
}

.w-150:hover{
  width: 170px;
}
.kontaktPage .container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Oswald", sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 22px;
}

.kontaktPage h2{
  margin-bottom: 50px;
}

.kontaktPage .container .blueBg {
  text-align: center; 
  font-size: 17px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.kontaktPage .container .blueBg:hover {
  
  transform: translateX(0);
}
.kontaktPage .container p {
  font-size: 22px;
}
.kontaktPage .container .divcont {
  font-weight: 300;
  text-align: center;
  padding-top: 20px;
}
.kontaktPage .container .divcont a {
  color: #fff;
}
.kontaktPage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.kontaktPage .overlay img {
  height: 100%;
}

/*O KONFERENCIJI PAGE*/
.oKonferencijiPage .container {
  max-width: 890px;
}
.oKonferencijiPage section {
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.oKonferencijiPage section h4 {
  color: #2fc9fb;
  margin-bottom: 10px;
}
.oKonferencijiPage section h2 {
  margin-bottom: 40px;
}
.oKonferencijiPage section p {
  line-height: 26px;
}
.oKonferencijiPage section a {
  color: #fff;
  display: inline;
}
.oKonferencijiPage section .lPin {
  width: 100px;
  margin: 40px auto 0 auto;
}
.oKonferencijiPage section h5 {
  font-size: 24px;
}
.oKonferencijiPage section:nth-child(odd) {
  background-image: linear-gradient(to right, #3a6ec2, #3fa1df, #30c8fa);
}
.oKonferencijiPage section:last-child {
  background-image: url(../img/o_konf_bg.png);
  background-size: cover;
}
.oKonferencijiPage section:last-child p {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 5vw;
}
.oKonferencijiPage section:last-child ul {
  padding-left: 7vw;
  margin-bottom: 20px;
}
.oKonferencijiPage section:last-child ul li {
  text-align: left;
  font-size: 24px;
}
.oKonferencijiPage section:last-child ul li::marker {
  color: #2fc9fb;
  font-size: 28px;
}

.oKonferencijiPage section:nth-last-child(2){
  background-image: url(../img/govornik_pozadina.jpg);
  background-size: cover;
}

.oKonferencijiPage section .blueBg{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px !important;
  margin: auto;
}

.oKonferencijiPage section .blueBg:hover{
  transform: translate(0);
  width: 220px !important;
}

/*SPONZORI PAGE*/
.sponzoriPage {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.sponzoriPage section {
  padding: 50px 0;
  text-align: center;
  background-image: linear-gradient(to right, #3a6ec2, #3fa1df, #30c8fa);
}
.sponzoriPage section h2 {
  margin-bottom: 40px;
}
.sponzoriPage section:nth-child(2) {
  background-image: none;
  max-width: 600px;
  margin: auto;
}
.sponzoriPage section h5 {
  font-size: 22px;
  margin-bottom: 30px;
}
.sponzoriPage section p {
  font-size: 22px;
  line-height: 26px;
}
.sponzoriPage section ul {
  padding-left: 20px;
}
.sponzoriPage section ul li {
  text-align: left;
  font-size: 24px;
}
.sponzoriPage section ul li::marker {
  font-size: 24px;
  color: #2fc9fb;
}
.sponzoriPage section ul li a {
  display: inline;
  color: #fff;
}
.sponzoriPage section h4 {
  color: #2fc9fb;
  font-weight: 300;
}
.sponzoriPage section:nth-child(3) a {
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s ease;
}
.sponzoriPage section:nth-child(3) a:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/*TICKER*/
.ticker {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}

.ticker-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.ticker .item {
  padding: 0 40px;
  white-space: nowrap;
}

/*NOVOSTI*/
.novostiPage {
  background-color: #2fc9fb;
  background-image: url(../img/layer5.png);
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 50px 0;
}
.novostiPage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.novostiPage .overlay img {
  height: 100%;
}
.novostiPage h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center;
  position: relative;
  z-index: 1;
}
.novostiPage .container {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap:20px;
  position: relative;
  z-index: 1;
}
.novostiPage .container article {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  background-color: #080b30;
}
.novostiPage .container article .featured-image {
  flex: 0 0 70%;
  overflow: hidden;
  max-height: 180px;
}
.novostiPage .container article .featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.novostiPage .container article .meta {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 20px;
  height: 100%;
  min-height: 142px;
}
.novostiPage .container article .meta .date {
  font-family: "Oswald", sans-serif;
  color: #2fc9fb;
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 14px;
}
.novostiPage .container article .meta h2 {
  text-align: left;
  line-height: 24px;
}
.novostiPage .container article .meta h2 a {
  display: block;
  color: #fff;
  font-size: 19px;
  text-align: left;
  margin-left: 0;
}

/*PAGINACIJA*/


.pagination {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.pagination ul li {
  margin: 2px;
  background-color: #436ab3;
  padding: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #fff;
  font-size: 14px;
}
.pagination ul li .prev, .novostiPage .pagination ul li .next {
  font-size: 24px;
  margin-top: -5px;
}
.pagination ul li .current {
  color: #fff;
  font-size: 14px;
}

/*SINGLE NOVOST*/
.singlePage {
  padding: 0 0 50px 0;
}
.singlePage .container h1 {
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 47px;
}
.singlePage .container .post-excerpt {
  margin-bottom: 30px;
  font-size: 22px;
}
.singlePage .container .post-thumbnail {
  margin-bottom: 50px;
}
.singlePage .container .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.singlePage .container h1, .singlePage .container h2, .singlePage .container h3, .singlePage .container h4, .singlePage .container h5 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.singlePage .container p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 26px;
}
.singlePage .container a {
  display: inline;
  color: #fff;
  font-weight: 700px;
}

.singlePage figure{
  margin-bottom: 20px;
}

.page-template, .wp-singular:not(.home) {
  padding-top: 55px !important;
}

.single-post .post-content a{
  display: inline;
}

.single-post .post-content a img{
  display: inline-block;
  max-width: none;
  width: auto;
}

.alignnone{
  width: 100px !important;
}

/*GALERIJA PAGE*/

.pageGalerija{
  padding: 50px 0 50px 0;
  background-color: #2fc9fb;
}
.pageGalerija h2{
  text-align: center;
  margin-bottom: 20px;
}

.pageGalerija h4{
  color: #fff;

}

.pageGalerija iframe{
  margin: 40px auto;
}

.pageGalerija .wp-block-embed__wrapper{
  display: flex;
}

/*BODY BG*/
body {
  background: linear-gradient(-45deg, #080b30, #010b29, #022b61, #17001a);
  background-size: 400% 400%;
  background-attachment: fixed;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*MEDIA SCREEN*/
@media (max-width: 1250px) {
  h1, h2, h3, h4, h5, h6, p, ul, a {
    text-align: center;
  }

  .singleGovornik .bottom p, .singlePage .post-content p{
    text-align: left;
  }
  .sagovornici-lista .sagovornik-item {
    flex: 0 0 48% !important;
  }
}
@media (max-width: 1150px) {
  #mobnav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5vh 5vw;
    height: 100vh;
    width: 70%;
    background-color: rgb(8, 11, 48);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 4;
    transition: 0.3s ease-out;
  }
  #mobnav ul {
    list-style: none;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #mobnav ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #mobnav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
  }
  #mobnav ul .current_page_item a {
    color: #2fc9fb;
  }
  #mobnav .last_btn {
    display: none;
  }
  #mobnav.active {
    left: 0;
  }
  .toggler {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .toggler .bar {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.3s ease;
  }
  .toggler.active .bar1 {
    transform: rotate(-45deg) translate(-8px, -1px);
  }
  .toggler.active .bar3 {
    transform: rotate(45deg) translate(-8px, 1px);
  }
  .site-header .wide-container {
    align-items: center;
  }
  .site-header .wide-container .main-nav {
    display: none;
  }
  .site-header .wide-container .logo {
    flex: 0 0 60%;
    justify-content: flex-start;
  }
  .site-header .wide-container .last_btn {
    flex: 0 0 30%;
    justify-content: flex-end;
  }
  .site-header .wide-container .toggler {
    flex: 0 0 10%;
    min-width: 40px;
    align-items: flex-end;
    transition: 0.3s ease;
  }
  .main_banner .like-container h1 {
    font-size: 60px;
    max-width: 500px;
  }
  .main_banner .like-container img {
    width: 30%;
  }
  .main_banner .like-container h4 {
    font-size: 24px;
  }
  .novostiPage .container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 1000px) {
  .main_banner .plava {
    background-color: rgba(47, 201, 251, 0.6);
    width: 70%;
  }
  .okvir {
    padding: 50px 20px !important;
  }
  .okvir .agenda_li .circle {
    display: none !important;
  }
  .okvir .agenda_li .agenda-item {
    width: 100% !important;
  }
  footer .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .container article {
    flex: 0 0 48% !important;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 48px;
  }
  .site-header .wide-container {
    justify-content: space-between;
  }
  .site-header .wide-container .logo {
    flex: 33.3%;
  }
  .site-header .wide-container .last_btn {
    flex: 33.3%;
    justify-content: center;
  }
  .site-header .wide-container .toggler {
    flex: 33.3%;
  }
  .main_banner {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 85px;
  }

  .main_banner section:first-child{
    height: auto;
    width: 100%;
  }

  .main_banner section:first-child img{
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  /* .main_banner .like-container{
    position: static !important;
  } */

  .main_banner .plava {
    position: relative;
    clip-path: none;
    width: 100%;
    height: auto;
    min-height: 350px;
  }

  .main_banner .like-container{
    bottom: 0;
    top: auto;
    height: auto;
  }
  .sagovornik-item h3 {
    text-wrap: wrap !important;
  }
  .okvir .agenda-item .agenda-vrijeme, .okvir .agenda-item .agenda-content, .okvir .agenda-item h2, .okvir .agenda-item .agenda-uvod {
    padding-left: 3vw !important;
  }
  .brojac #countdown {
    flex-wrap: wrap;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
  }
  .wp-block-image {
    float: none !important;
  }
  .wp-block-image figure {
    float: none !important;
    margin: auto !important;
    display: flex;
    justify-content: center;
  }
  .wp-block-image a {
    margin: auto;
  }
  figure {
    margin: auto !important;
    display: flex;
    justify-content: center;
  }
  .singleGovornik .container .top {
    flex-direction: column-reverse;
  }
  .singleGovornik .container .top .meta {
    margin-bottom: 40px;
  }
  .singleGovornik .container .top .govornik-thumb {
    margin: auto !important;
  }
}
@media (max-width: 500px) {
  .agenda-item h2, h2 {
    font-size: 32px !important;
  }
  h4 {
    font-size: 24px;
  }
  .blueBg {
    width: 180px;
  }
  .site-header .wide-container .logo img {
    width: 80%;
  }
  .site-header .wide-container .last_btn ul li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main_banner .plava {
    width: 100%;
  }
  .main_banner .like-container h1 {
    font-size: 40px !important;
    width: 350px !important;
    line-height: 50px;
  }
  .sagovornici-lista .sagovornik-item {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .okvir {
    width: 100% !important;
  }
  footer .container article {
    flex: 0 0 100% !important;
    min-width: 300px !important;
  }
  footer .container:first-child article:nth-child(2){
    padding-left: 0;
  }
  footer .container article:nth-child(2) img {
    margin: auto;
  }
  footer .container article:nth-child(3) ul {
    align-items: center !important;
  }
  .novostiPage .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .novostiPage .container article {
    height: auto !important;
  }
  .novostiPage .container article .featured-image {
    flex: 0 0 50%;
  }
  .novostiPage .container article .meta {
    padding: 10px;
  }
  .novostiPage .container article .meta h2 {
    line-height: normal;
  }
}
@media (max-width: 400px) {
  .site-header .wide-container .last_btn {
    display: none;
  }
  #mobnav .last_btn {
    display: flex;
  }
  #mobnav .last_btn ul {
    min-height: auto !important;
  }
  #mobnav .last_btn ul li {
    justify-content: center;
  }
  #mobnav .last_btn ul li a {
    color: #fff;
  }
  .pageGalerija iframe{
  width: auto !important;
  max-width: 500px !important;
}
}/*# sourceMappingURL=main.css.map */