/*
Theme Name:   Dunja Krneta
Theme URI:    https://www.dunjakrneta.com/
Description:  Dunja Krneta child theme 
Author:       Goran Krneta
Author URI:   https://www.authentic-agency.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  dunjakrneta
*/

.boxzilla-500 {
	background-image: url(https://www.dunjakrneta.com/wp-content/uploads/2022/04/popup-bg.jpg)!important;
	background-size: cover!important;
    width: 80%;
}

#boxzilla-box-500-content {
	/*position: relative;*/
	resize: vertical;
    width: 100%;
}

#mc4wp-form-2 .mc4wp-form-fields input[type=submit] {
	background-color: #1fa7a9;
	color: #ffffff;
	border: none;
	padding: 10px 50px;
	}

#mc4wp-form-2 .mc4wp-form-fields input[type=submit]:hover {
	background-color: #ffffff;
	color: #1fa7a9;
	}

.mc4wp-form-basic label {
	font-weight: 300;
}

.forma-text {
	width: 50%	;
	position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  padding: 30px!important;
  transform: translateY(-50%);
  resize: vertical;
  /*overflow: hidden;*/
}

#mc4wp-form-2 {
	width: 50%;
	float: right;
}

@media only screen and (max-width: 600px) {
	.forma-text {
		display: block;
		width: 100%	;
  		padding: 10px 0px!important;
  		position: relative;
  		top: 0;
  		left: 0;
  		right: 0;
  		transform: none;
  		resize: vertical;
}

	#mc4wp-form-2 {
		width: 100%;
		display: block;
	}

	.boxzilla-500 {
    	width: 100%;
}
} 