/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Template: brooklyn
Author: United Themes
Author URI: http://www.unitedthemes.com
Description: Multi-Purpose Theme
Tags: custom-header,full-width-template,theme-options,translation-ready
Version: 4.5.3.1775642867
Updated: 2026-04-08 10:07:47

*/

/* Make each post card a flex column */
.sp-pcp-post {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Push post content area to fill available space */
.sp-pcp-post-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

/* Push the "Opširnije" button to the bottom */
.sp-pcp-readmore {
  margin-top: auto !important;
  padding-top: 12px;
}

/* Force all post thumbnails to a consistent square box */
.sp-pcp-post-thumb-area {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #f5f5f5 !important; /* optional: fills the blank space */
}

.sp-pcp-post-thumb-area img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; /* keeps full image visible, no cropping */
}

.vc-hoverbox-block {
  background-position: top !important;
}

.sp-pcp-readmore {
    padding-top: 32px;
}

#ut_ig_69d6426207412 .ut-image-gallery-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 130px !important;
}

#ut_ig_69d6426207412 .ut-image-gallery-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

#ut_ig_69d6426207412 .ut-image-gallery-image img {
  max-height: 100px !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Make the gallery row use flexbox instead of floats */
#ut_ig_69d6426207412 .sp-pcp-row,
#ut_ig_69d6426207412 .ut-image-gallery {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 768px) {
  .hide-desktop {
display: flex;
}
}

@media screen and (max-width: 768px) {
  .mobile-hide {
display: none !important;
}
}