/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767694871
Updated: 2026-01-06 11:21:11

*/

/* ================================
   CF7 – GRID LAYOUT
================================ */
.cf7-grid {
  width: 100%;
}

.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}

.cf7-col {
  flex: 1;
  min-width: 0;
}

.cf7-col-full {
  flex: 1 1 100%;
}


/* ================================
   CF7 – CUSTOM STYLES
================================ */

@media (max-width: 680px) {
    .wpcf7 .cf7-row {
        margin-bottom: 0;
        gap: 0;
    }
    
    .wpcf7 .cf7-row .cf7-col > p {
        margin-bottom: 0;
    }
}


@media (min-width: 681px) and (max-width: 767px) {
    .contact-image {
        display: none;
        visibility: hidden;
    }
}

/* ================================
   CF7 SUBMIT BUTTON
================================ */
.cf7-actions {
  margin-top: 8px;
}

.wpcf7 .cf7-submit {
  padding: 12px 24px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;

  font-weight: 700;
  text-transform: uppercase;

  background-color: #ffffff;
  color: #000000;
}

.wpcf7 .cf7-submit:hover {
    background-color: #85CF36;
    color: #000;
}


/* ================================
   LABELS + SPACING (FIX)
   CF7 wraps input inside label
================================ */
.cf7-grid label {
  display: flex;
  flex-direction: column;
  gap: 10px; /* RAZMIK med tekstom in poljem */
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.95);
}

/* CF7 internal wrapper */
.cf7-grid label .wpcf7-form-control-wrap {
  display: block;
}

/* ================================
   INPUTS & TEXTAREA
================================ */
.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid input[type="tel"],
.cf7-grid textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;

  background-color: rgba(255, 255, 255, 0.14); /* manj transparentno */
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  outline: none;
}

/* Placeholder */
.cf7-grid input::placeholder,
.cf7-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

/* Textarea */
.cf7-grid textarea {
  height: 160px;
  min-height: 160px;
  resize: vertical;
}

/* ================================
   FOCUS STATE
================================ */
.cf7-grid input:focus,
.cf7-grid textarea:focus {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.75);
}


/* ================================
   CF7 MESSAGES
================================ */
.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.25);
}

.wpcf7-not-valid-tip {
  color: rgba(255, 120, 120, 0.95);
}

/* ================================
   SOCIALS
================================ */

/* Disable hover shrink */
.elementor-kit-11 .hero-socials a {
	font-size: 22px!important;
}

@media (max-width: 1024px) {
.elementor-kit-11 .hero-socials a {
		font-size: 18px!important;
	}
}

.elementor-kit-11 .footer-socials a {
	font-size: 25px!important;
}

@media (max-width: 680px) {
    .elementor-kit-11 .footer-socials a {
    	font-size: 20px!important;
    }
}

/* ================================
   HERO SECTION
================================ */

@media (max-width: 1150px) and (min-width: 1025px) {
    .elementor-14 .elementor-element.elementor-element-f2f7c20:not(.elementor-motion-effects-element-type-background) {
        background-position: 0 0;
    }
}

/* ================================
   MOBILE
================================ */
@media (max-width: 680px) {
  .cf7-row {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (min-width: 1025px) {
    #menu-1-498db35.hfe-nav-menu > li > a:hover {
        color: #85CF36;
    }
    
	#menu-item-154 > a:hover {
		color: white!important;
	}
}

@media (max-width: 1024px) {
	#menu-item-154 > a {
		/*background-color: #85CF36;*/
		display: none;
	}
	
	.elementor-widget-navigation-menu {
		background-color: #1184C2;
	}
}

/* Center mobile menu items */
.hfe-nav-menu > li > a.hfe-menu-item {
	justify-content: center;
}

/* Mobile menu animation */
@media (max-width: 1024px) {
    /* Initial hidden state */
    .hfe-nav-menu__layout-horizontal.hfe-dropdown {
        opacity: 0;
        transform: translateY(-60px);
        transition: transform 0.6s ease-in-out, opacity 0.6s ease;
        pointer-events: none;
    }

    /* When open */
    .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}


/* ================================
   OFF SCREEN CANVAS
================================ */
[data-off-canvas].ocs-open {
    display: block !important;
	margin-left: 0!important;
	background-color: rgb(9, 36, 77);
}
