/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */



.ct-header-cta .ct-icon {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
}



[class*="animated-submenu"] > .sub-menu::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-left: 25px;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #2C83C6;
  top: 0px;
}



.info {
	min-width: 180px;
}





/* Zunanji wrapper – poravnan z vsebino */
.ref-outer {
  position: relative;
  padding-left: calc((100vw - 1460px) / 2);
}

/* Scroll trak – gre čez desni rob */
.ref-track {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.ref-track::-webkit-scrollbar {
  display: none;
}

/* Notranji trak */
.ref-track > .kt-inside-inner-col {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  padding-right: 40px;
  margin: 0 !important;
}

/* Oblački */
.ref-item {
  flex: 0 0 300px;
  max-width: 300px;
}



/* 5) Optional: malo lepši “drag feel” */
.ref-track {
  cursor: grab;
}
.ref-track:active {
  cursor: grabbing;
}



.infobox-kontakt {
	min-width: 350px !important;
}



@media screen and (max-width: 600px) {
  .info {
	min-width: 45%;
}
	
	.infobox-kontakt {
	width: 90%;
}	
	
}


