/*
 Theme Name:     Muhar-DiviChild
 Template:       Divi
 Version:        1.3.2
*/

/* =Theme customization starts here
------------------------------------------------------- */


#top-menu li.current-menu-item>a {
    /*color: #ffd000;*/
	color: #efc300;
	/*text-shadow: 1px 1px 1px #333333;*/
}
	
#main-content.single-project-muhar2026 .et_main_title .et_project_categories {
  display: none;
}

#main-content.single-project-muhar2026 .et_project_meta {
  display: none;
}

#main-content.single-project-muhar2026 .nav-single {
  display: none;
}


/* ====================================================================== */
/* ================= stranica Kontakt ===================== */
/* ====================================================================== */

.text-modul-za-cf7 .kontakt-obrazac-wrapper span.naziv-polja { font-weight: bold;}

.text-modul-za-cf7 .kontakt-obrazac-wrapper input, 
.text-modul-za-cf7 .kontakt-obrazac-wrapper p textarea { 
    background-color: #eeeeee; 
	/*border: 1px solid #eeeeee;*/
}

.text-modul-za-cf7 .kontakt-obrazac-wrapper input.tekst-polje-ime { width: 100%; max-width: 600px; padding: 10px 18px 10px 18px; }
.text-modul-za-cf7 .kontakt-obrazac-wrapper input.email-polje { width: 100%; max-width: 600px; padding: 10px 18px 10px 18px; }
.text-modul-za-cf7 .kontakt-obrazac-wrapper textarea.tekstarea-lokacija { width: 100%; max-width: 600px; padding: 10px 18px 10px 18px; }
.text-modul-za-cf7 .kontakt-obrazac-wrapper textarea.tekstarea-sirina-visina { width: 100%; max-width: 600px; padding: 10px 18px 10px 18px; }
.text-modul-za-cf7 .kontakt-obrazac-wrapper textarea.tekstarea-opis-radova { width: 100%; padding: 10px 18px 10px 18px; }
.text-modul-za-cf7 .kontakt-obrazac-wrapper textarea.tekstarea-detalji-prostora { width: 100%; padding: 10px 18px 10px 18px; }
.text-modul-za-cf7 .kontakt-obrazac-wrapper textarea.tekstarea-rokovi { width: 100%; max-width: 600px; padding: 10px 18px 10px 18px; }
.text-modul-za-cf7 .kontakt-obrazac-wrapper textarea.tekstarea-ostalo { width: 100%; max-width: 600px; padding: 10px 18px 10px 18px; }

.text-modul-za-cf7 .kontakt-obrazac-wrapper input.wpcf7-submit.gumb-posalji {
	
	 padding-top: 12px;
     padding-right: 38px;
     padding-bottom: 12px;
     padding-left: 38px;
     background-color: #ffd000;
     color: #333333;
     border-width: 0px;
     border-radius: 0px;
     font-size: 16px;
     font-weight: 700;
	 max-width: 150px;
	 /*float: right;*/
	 -webkit-transition: all .3s ease;
     -moz-transition:    all .3s ease;
     -o-transition:      all .3s ease;
     -ms-transition:     all .3s ease;
     transition:         all .3s ease;
	
}

.text-modul-za-cf7 .kontakt-obrazac-wrapper input.wpcf7-submit.gumb-posalji:hover {
     cursor: pointer;
	 opacity: 0.8;
}