.watermark-editor-wrapper .editor-wrapper .image-wrapper img {
	max-height: none !important;
}

/*=========================*/
/* Styling of WaterMark */
/*=========================*/
#whizzy_form .wew-wrapper .field-wrap .field {
	border-bottom: 0;
}
.wew-wrapper {
	position: relative;
}
.wew-heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wew-heading h3,
.wew-heading p {
	width: 100%;
	text-align: center;
}
.wew-heading h3 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 40px;
}
.wew-heading p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #888888;
	letter-spacing: -0.2px;
}
.wew-types {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wew-types div {
	border: 1px solid #eeeeee;
	box-shadow: none;
	width: 100px;
	padding: 10px 15px;
	text-align: center;
	background: #efefef;
	border-radius: 3px;
	color: #999999;
	cursor: pointer;
	font-size: 16px;
}
.wew-types div.active {
	background: #ffffff;
	color: #000000;
	font-weight: 600;
}
.wew-content {
	margin-top: 25px;
	border: 1px solid #eeeeee;
	padding: 20px 50px;
}
.wew-content .editor-wrapper {
	display: flex;
}
.wew-content .image-wrapper {
	width: 50%;
}
.wew-content .image-editor {
	width: 50%;
	margin-top: 45px;
}
.wew-content .image-wrapper p {
	text-align: left;
	text-transform: uppercase;
	color: #888888;
	letter-spacing: 1.5px;
}
.wew-content .image-editor .form-field {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 25px;
}
#whizzy_form .wew-content .image-editor .form-field label {
	margin-bottom: 0;
	width: 100px;
	margin-left: 50px;
	font-weight: 600;
	font-size: 16px;
}

.image-editor-rightside {
	width: calc(100% - 100px);
	/*width: 280px;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.image-editor-rightside--start {
	justify-content: flex-start;
}
.image-editor-rightside input[type="text"] {
	width: 100%;
	box-shadow: none;
}
.image-editor-rightside select {
	width: 67%;
	/*width: 170px;*/
	box-shadow: none;
}
.font-type-wrapper {
	width: 30%;
	/*width: 99px;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.image-editor-rightside .wew-fontsize,
.image-editor-rightside .wew-opacity {
	display: inline-block;
	padding: 8px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	margin-left: 10px;
}
.image-editor-rightside .font-type {
	border: 1px solid #dddddd;
	/*width: 33.333333333333%;*/
	text-align: center;
	/*padding: 8px;*/
	width: 33px;
	height: 33px;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.image-editor-rightside .font-type:nth-of-type(2) {
	border-right: 0;
	border-left: 0;
}
.wew-content .image-editor .form-field.wew-hide-for-text.active,
.wew-content .image-editor .form-field.wew-hide-for-image.active {
	display: none;
}
.wew-position-wrapper {
	width: 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#whizzy_form .field-wrap .group .wew-position-wrapper .wew-position {
	width: 50px;
	height: 30px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
}
#whizzy_form .field-wrap .group .wew-position-wrapper .wew-position:nth-of-type(2),
#whizzy_form .field-wrap .group .wew-position-wrapper .wew-position:nth-of-type(5),
#whizzy_form .field-wrap .group .wew-position-wrapper .wew-position:nth-of-type(8) {
	border-right: 0;
	border-left: 0;
}
#whizzy_form .field-wrap .group .wew-position-wrapper .wew-position:nth-of-type(4),
#whizzy_form .field-wrap .group .wew-position-wrapper .wew-position:nth-of-type(5),
#whizzy_form .field-wrap .group .wew-position-wrapper .wew-position:nth-of-type(6) {
	border-top: 0;
	border-bottom: 0;
}
#whizzy_form .field-wrap .group .wew-position-wrapper .wew-position.active {
	background-color: #5f36e5;
}
.wew-position-wrapper i {
	position: absolute;
	color: #fff;
	display: none;
}
.wew-position-wrapper .wew-position.active i {
	display: block;
}
#whizzy_form .wew-wrapper .field-wrap .field {
	padding-right: 0;
}
.wew-offset {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wew-offset-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100px;
	margin-left: 40px;
}
#whizzy_form .wew-content .image-editor .wew-offset-wrapper label {
	margin-left: 0;
	margin-bottom: 0;
	width: 65px;
	margin-right: 10px;
}
#whizzy_form .wew-content .image-editor .wew-offset-wrapper input {
	width: 50px;
	height: 30px;
}
#whizzy_form .wew-content .image-editor .wew-offset-wrapper .wew-offset--x {
	padding-bottom: 15px;
}
#whizzy_form .wew-content .image-editor .wew-offset-wrapper .wew-offset--y {
	padding-top: 15px;
}

@media (max-width: 1500px) {
	#whizzy_form .wew-content .image-editor .form-field label {
		margin-left: 0;
		margin-bottom: 15px;
	}
	#whizzy_form .wew-content .image-editor .wew-offset-wrapper label {
		margin-bottom: 0;
	}
	.wew-content .image-editor .form-field {
		flex-direction: column;
		align-items: flex-start;
		margin-left: 25px;
	}
	.image-editor-rightside {
		width: 100%;
	}
}
@media (max-width: 1235px) {
	.wew-offset-wrapper {
		margin-left: 23px;
	}
}
@media (max-width: 1199px) {
	.wew-content .editor-wrapper {
		flex-direction: column;
	}
	.wew-content .image-wrapper,
	.wew-content .image-editor {
		width: 100%;
	}
	.wew-content .image-editor .form-field {
		margin-left: 0;
	}
	.wew-offset-wrapper {
		margin-left: 40px;
	}
}
@media (max-width: 991px) {
	#whizzy {
		margin-top: 15px;
		display: flex;
		flex-direction: column;
	}
	#whizzy .tabs {
		display: block;
	}
	#whizzy .tabs-header {
		width: 100%;
		display: block;
	}
	.wew-content {
		padding: 20px 10px;
	}
	#whizzy .tabs-item {
		padding: 5px;
	}
	#whizzy_form select {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.image-editor-rightside--offset {
		flex-direction: column;
		align-items: flex-start;
	}
	.wew-offset-wrapper {
		margin-top: 25px;
		margin-left: 10px;
	}
	.image-editor-rightside #watermark-field-font {
		width: 67%;
	}
}

/*=========================*/
/* Preloader */
/*=========================*/
.wew-preloader-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.loader-wrap {
	z-index: 10000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.8);
}

/* spinner style */
.spinner-eff {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.spinner-eff:before, .spinner-eff:after {
	content: "";
	display: block;
}
.spinner-eff .spinner-bar:before, .spinner-eff .spinner-bar:after {
	content: "";
	display: block;
}

@keyframes scale-rotate {
	0% {
		transform: scale(1) rotate(0deg);
	}
	12.5% {
		transform: scale(0.5) rotate(45deg);
	}
	25% {
		transform: scale(1) rotate(90deg);
	}
	37.5% {
		transform: scale(0.5) rotate(135deg);
	}
	50% {
		transform: scale(1) rotate(180deg);
	}
	62.5% {
		transform: scale(0.5) rotate(225deg);
	}
	75% {
		transform: scale(1) rotate(270deg);
	}
	87.5% {
		transform: scale(0.5) rotate(315deg);
	}
	100% {
		transform: scale(1) rotate(360deg);
	}
}
.spinner-eff.spinner-eff-2 .square {
	width: 100%;
	height: 100%;
	background-color: #5f36e5;
	transform: scale(1) rotate(0deg);
	transform-origin: center center;
	animation: scale-rotate 3s linear 0s infinite;
}

/*========================*/
/* End of preloader  */
/*========================*/





#whizzy .whizzy-pro--image-uploader .image-wp-image {
	max-height: 100px !important;
	margin-right: 15px;
}
