/*
Theme Name: Grupa Vigor Child
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

/* Global links */
a,
p a {
  color: #d4a640;
}

a:hover,
p a:hover {
  color: #af9032;
}

/* Admin bar offsets */
body.admin-bar header.page_header,
body.admin-bar .fixed_top_header .bottom_header,
body.admin-bar .fixed_top_header .top_header {
  top: 32px !important;
}

/* Header and navigation */
nav.main_menu > ul > li.active > a {
  color: #dba500;
}

nav.main_menu > ul > li.gv-booking-menu.active > a {
  color: #fff;
}

.gv-booking-menu > a > span:first-of-type {
  background-color: #af9032;
  padding: 7px;
  border-radius: 5px;
}

.gv-header-social-menu {
  float: right;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 14px 0 0;
  height: 100%;
  position: relative;
  z-index: 110;
}

.gv-booking-social-menu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 14px 0 0;
  height: 100%;
  position: relative;
  z-index: 110;
}

.gv-header-social-menu a,
.gv-booking-social-menu a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.gv-header-social-menu a:hover,
.gv-booking-social-menu a:hover {
  background: #fff;
  color: #000;
}

.gv-header-social-menu i,
.gv-booking-social-menu i {
  font-size: 18px;
  line-height: 1;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a {
  color: #af9032;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3,
nav.mobile_menu ul li.gv-booking-menu a {
  color: #fff;
}

/* Smanji logo */
/* header .logo_wrapper {
  height: 60px !important;
  margin-top: 15px;
}

header .q_logo a {
  height: 60px !important;
}

header .q_logo img {
  max-height: 60px !important;
  width: auto !important;
}
 */

/* Titles and hero details */
.gv-biografija-title {
  color: #dba500;
  margin-top: 20px;
}

.title_subtitle_holder_inner {
  background-color: #000000c7;
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
}

.title_subtitle_holder_inner h1 span {
  font-size: 30px;
}

.title_subtitle_holder_inner .separator {
  display: none;
}

/* Content blocks */
.gv-naslovna-biografija {
  border: 5px solid #fff;
}

.gv-platforme {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 16px;
  text-align: center;
}

.gv-platforme-tekst {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}

.gv-platforme-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.gv-platforme-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gv-platforme-grid img {
  height: 35px;
  width: auto;
  display: block;
  transition: transform 0.2s ease;
}

.gv-platforme-grid img.gv-spotify {
  height: 50px;
}

.gv-platforme-grid a:hover img {
  transform: scale(1.04);
}

/* YouTube embeds */
.yt4-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.yt4-embed {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  overflow: hidden;
  border: 1px solid;
}

.yt4-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Booking banner */
.gv-booking-banner {
  margin: 40px 0 0;
  padding: 42px 22px;
  background:
    radial-gradient(
      1200px 300px at 50% 0%,
      rgba(212, 166, 64, 0.18),
      transparent 70%
    ),
    linear-gradient(135deg, #0a0a0a 0%, #111111 60%, #090909 100%);
  border-top: 1px solid rgba(212, 166, 64, 0.35);
  border-bottom: 1px solid rgba(212, 166, 64, 0.25);
  position: relative;
  overflow: hidden;
}

.gv-booking-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 24px,
    rgba(255, 255, 255, 0.02) 24px 25px
  );
  pointer-events: none;
}

.gv-booking-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #f2f2f2;
  position: relative;
  z-index: 1;
}

.gv-booking-kicker {
  margin: 0 0 10px;
  color: #d4a640;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 12px;
  text-transform: uppercase;
}

.gv-booking-inner h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  color: #ffffff;
  text-transform: uppercase;
}

.gv-booking-text {
  max-width: 860px;
  margin: 16px auto 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.8vw, 19px);
  line-height: 1.65;
}

.gv-booking-phone-mail {
  font-size: clamp(15px, 1.8vw, 19px);
}

.gv-booking-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 26px;
  background: linear-gradient(180deg, #e2b85d 0%, #b4832b 100%);
  color: #0b0b0b;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #e4be6b;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.gv-booking-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(212, 166, 64, 0.28);
  filter: brightness(1.03);
  color: #000;
}

.gv-booking-block a {
  color: #dba500;
}

.gv-booking-block a:hover {
  color: #af9032;
}

/* Blog and post tweaks */
.latest_post_two_info,
.latest_post_two_text .separator,
.latest_post .post_infos,
.single-post .title_outer {
  display: none !important;
}

.latest_post_two_holder .latest_post_two_text {
  padding: 20px 20px 0px;
}

.latest_post_two_holder .latest_post_two_text a:hover {
  color: #af9032 !important;
}

.latest_post_title.entry_title a {
  font-size: 14px !important;
}

.post_info {
  display: none !important;
}

.single-post .post_text_inner .entry_title {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  border-color: #af9032;
}

.single-post .content_inner .container,
.error404 .content_inner .container,
.page-id-494 .content_inner .container,
.page-id-498 .content_inner .container,
.page-id-495 .content_inner .container {
  padding-top: 130px;
}

.single-post .header_bottom {
  background-color: #000 !important;
}

.search-results .content,
.search-results .container {
  background-color: #000;
  padding-top: 50px;
}

aside .widget a:hover,
aside .widget.posts_holder li:hover {
  color: #af9032 !important;
}

/* Forms and media */
#gform_submit_button_1 {
  background-color: #af9032;
  color: #fff;
  font-size: 18px;
}

#gform_submit_button_1:hover {
  border-color: #fff;
}

.mejs-horizontal-volume-current {
  background-color: #af9032 !important;
}

#submit_comment:hover,
.blog_load_more_button a:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover,
.load_more a:hover,
.qbutton:hover {
  background-color: #af9032;
  border-color: #af9032;
}

/* Footer */
.footer_top {
  padding: 40px 0 30px !important;
  margin-top: 30px;
}

/* Page-specific desktop tweaks */
@media only screen and (min-width: 1001px) {
  .page-id-130 .header_bottom,
  .page-id-109 .header_bottom,
  .page-id-254 .header_bottom,
  .page-id-79 .header_bottom {
    background-color: rgb(0 0 0 / 30%) !important;
  }
}

/* Responsive */
@media (max-width: 782px) {
  body.admin-bar header.page_header,
  body.admin-bar .fixed_top_header .bottom_header,
  body.admin-bar .fixed_top_header .top_header {
    top: 46px !important;
  }
}

@media (max-width: 768px) {
  .yt4-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gv-booking-banner {
    padding: 34px 20px;
  }

  .gv-booking-text {
    line-height: 1.55;
  }

  .gv-booking-btn {
    width: 100%;
    max-width: 260px;
  }
}

@media (max-width: 1300px) {
  .gv-header-social-menu {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .logo_wrapper {
    left: 30%;
  }

  .gv-header-social-menu {
    display: flex;
    margin: 32px 0px 0 0;
  }

  .gv-header-social-menu a,
  .gv-booking-social-menu a {
    width: 30px;
    height: 30px;
  }

  .gv-header-social-menu i,
  .gv-booking-social-menu i {
    font-size: 14px;
  }
  .single-post .content_inner .container,
  .error404 .content_inner .container,
  .page-id-494 .content_inner .container,
  .page-id-498 .content_inner .container,
  .page-id-495 .content_inner .container {
    padding-top: 20px;
  }
  .single-post .container_inner.default_template_holder .column1 {
    border-bottom: 1px solid #af9032;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap > .qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  div.grid_section .section_inner,
  div[data-element_type="container"].qode_elementor_container_inner,
  nav.content_menu ul {
    width: 390px;
  }
}

@media only screen and (max-width: 425px) {
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap > .qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  div.grid_section .section_inner,
  div[data-element_type="container"].qode_elementor_container_inner,
  nav.content_menu ul {
    width: 355px;
  }
}

@media only screen and (max-width: 380px) {
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap > .qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  div.grid_section .section_inner,
  div[data-element_type="container"].qode_elementor_container_inner,
  nav.content_menu ul {
    width: 290px;
  }
}
