/*CSS sredjivanje dugmeta za dodavanje CV-a*/
.wpcf7-form-control-wrap {
    position: absolute!important;
    top: 43%;
    width: 100%;
    left: 17%;
    font-size: .625rem;
    z-index: 9999!important;
    color: white;
}
/*Hide Top Bar for the new Map*/
#mapa{
overflow:hidden;
    clip-path: polygon(0 10%, 100% 10%, 100% 100%, 0% 100%);
}
.hidemapbar {
  position: relative;
  clip-path: polygon(0% 12%, 100% 12%, 100% 100%, 0% 100%);
  top: -1em;
  border: inherit;
}

@media only screen and (max-width: 480px) {
#mapa iframe{
 		 height: 412px;
     width: 412px;
		position: relative;
  	clip-path: polygon(0% 12%, 100% 12%, 100% 100%, 0% 100%);
  	top: -1em;
  	border: inherit;
		}}