/* pop-up css */
.modal.acqua-edit-widget-modal {
	z-index: 1100;
}
body.widget-modal-open {
	padding-right: 17px;
	overflow: hidden;
}
.acqua-tmpl-popup-02 {
	position: relative;
	min-height: 30px;
	margin-bottom: 30px;
}
.acqua-tmpl-popup-02.logged {
	outline: 2px dotted transparent;
}
.acqua-tmpl-popup-02.logged:hover {
	outline-color: #337ab7;
} 
.acqua-tmpl-popup-02 .edit-icon {
	position: absolute;
	z-index: 1055;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	background-color: rgba(0,0,0,.5);
	border-radius: 4px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	cursor: pointer;
	opacity: 1;
}
.acqua-tmpl-popup-02 .edit-icon .fa {
	position: relative;
	left: 8px;
}
.acqua-tmpl-popup-02 .edit-icon:hover,
.acqua-tmpl-popup-02 .edit-icon:focus {
	background-color: #5bc0de;
}
.acqua-tmpl-popup-02 .widget-modal:hover .edit-icon {
	opacity: 1;
}
.acqua-tmpl-popup-02:hover .acqua-widget-tools {
	z-index: 1050 !important;
}
.acqua-tmpl-popup-02:hover .acqua-widget-tools {
	background-color: rgba(0,0,0,.95);
}
.acqua-tmpl-popup-02 .acqua-widget-tools .acqua-widget-name {
	margin-bottom: 5px;
	line-height: 1;
}
.acqua-tmpl-popup-02 .acqua-widget-tools a {
	display: inline-block;
	padding: 0 5px 2px;
	font-weight: 300;
	font-size: 12px;
	color: #222;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-popup-02 .acqua-widget-tools a:hover {
	background-color: #fff;
}
.acqua-tmpl-popup-02 .acqua-widget-tools a .fa {
	font-size: 9px;
	color: #C0264C;
}
.acqua-tmpl-popup-02 .acqua-widget-tools a .fa.fa-remove {
	font-size: 12px;
}

.acqua-tmpl-popup-02 .widget-popup-nwl-overlay {
	display: none;
	position: fixed;
	z-index: 1035;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
}
.acqua-tmpl-popup-02 .widget-modal {
	display: none;
	position: fixed;
	z-index: 1060;	
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	pointer-events: none;
}
.acqua-tmpl-popup-02 .widget-modal-dialog {
	position: relative;
	width: auto;
	max-width: 720px;
	margin: 15px auto;
	padding: 0 15px;
	pointer-events: none;
	display: flex;
	align-items: center;
	height: calc(100% - 30px);
	min-height: calc(100% - 30px);
}
.acqua-tmpl-popup-02 .widget-modal-image-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}
.acqua-tmpl-popup-02 .widget-modal-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-height: 100%;
	padding-top: 40px;
	color: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	pointer-events: auto;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.75);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,.75);
			box-shadow: 0 2px 10px rgba(0,0,0,.75);
	outline: 0;
	overflow: hidden;
}
.acqua-tmpl-popup-02 .widget-close-modal {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	font-weight: 600;
	font-size: 28px;
	color: #fff;
	line-height: 1;
	background-color: rgba(0,0,0,.35);
	border-radius: 4px;
	transition: all .25s ease;
	opacity: 1;
	cursor: pointer;
}
.acqua-tmpl-popup-02 .widget-close-modal em {
	font-style: normal;
}
.acqua-tmpl-popup-02 .widget-close-modal:hover {
	background-color: #cc0000;
}
.acqua-tmpl-popup-02 .widget-close-modal:focus {
	opacity: .85;
}
.acqua-tmpl-popup-02 .widget-modal-body {
	position: relative;
	z-index: 2;
	padding: 0 16px 16px 16px;
	font-size: 16px;
	overflow-y: auto;
}
.acqua-tmpl-popup-02 .widget-popup-button {
	padding: 10px 16px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	border-radius: 4px;
}
.acqua-tmpl-popup-02 .demo,
.acqua-tmpl-popup-02 .show-text-shadow .widget-modal-title,
.acqua-tmpl-popup-02 .show-text-shadow .widget-modal-body {
	text-shadow: 0 1px 3px rgba(0,0,0,.75);
}
.acqua-tmpl-popup-02 .demo .widget-modal-content {
	background-image: url('/assets/img/wallpaper/wallpaper-exotic-beach.jpg');
}

@media screen and (max-width: 575px){
	.acqua-tmpl-popup-02 .widget-modal-dialog {
		margin: 15px;
		padding: 0;
	}
}

/* newsletter css */
.acqua-tmpl-popup-02 .widget-newsletter-wrapper {
	position: relative;
	z-index: 10;
	text-align: center;
}
.acqua-tmpl-popup-02 .widget-newsletter-wrapper.show-text-shadow {
	text-shadow: 0 2px 1px #000;
}
.acqua-tmpl-popup-02 .widget-newsletter-wrapper .title {
	font-weight: 600;
	font-size: 30px;
}
.acqua-tmpl-popup-02 .widget-newsletter-wrapper .subtitle {
	margin-bottom: 15px;
}
.acqua-tmpl-popup-02 label {
	font-weight: 400;
	font-size: 13px;
}
.acqua-tmpl-popup-02 .input-and-button-wrapper {
	position: relative;
}
.acqua-tmpl-popup-02 .input-and-label-wrapper {
	position: relative;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 4px;
}
.acqua-tmpl-popup-02 .input-and-button-wrapper .fake-placeholder {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 10px;
	font-style: italic;
	font-size: 16px;
	color: #999;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
	pointer-events: none;
}
.acqua-tmpl-popup-02 input {
	border-radius: 6px;
}
.acqua-tmpl-popup-02 .input-and-button-wrapper input[type="text"]:focus ~ .fake-placeholder {
	opacity: 0;
}
.acqua-tmpl-popup-02 .input-and-button-wrapper input[type="text"] {
	padding-right: 110px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
			transition: all .25s ease;
}
.acqua-tmpl-popup-02 .input-and-button-wrapper .widget-newsletter-agree {
	margin-top: 10px;
	text-align: left;
}
.acqua-tmpl-popup-02 .input-and-button-wrapper .btn {
	position: absolute;
	z-index: 5;
	top: 6px;
	right: 6px;
	min-width: 100px;
	height: auto;
	border-radius: 4px;
}
.acqua-tmpl-popup-02 .widget-newsletter-agree label {
	font-size: 12px;
}
.acqua-tmpl-popup-02 .widget-newsletter-agree input {
	position: relative;
	top: 1px;
	margin-right: 3px;
}
.acqua-tmpl-popup-02 .widget-nwl-confirmation {
	margin: 25px 0 40px;
	font-size: 18px;
}
.acqua-tmpl-popup-02 .widget-newsletter-send-confirmation,
.acqua-tmpl-popup-02 .widget-newsletter-thank-you {
	margin: 30px 0;
}
.acqua-tmpl-popup-02 .widget-newsletter-thank-you {
	margin: 25px auto 0;
	padding: 25px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.acqua-tmpl-popup-02 .loader-spinner-container {
	margin: 30px 0;
	color: #fff;
	text-align: center;
}
.acqua-tmpl-popup-02 .loader-spinner {
	border: 5px solid transparent;
	border-top: 5px solid rgba(255,255,255,1);
	border-bottom: 5px solid rgba(255,255,255,1);
}
.widget-newsletter-error-msg {
	font-weight: 400;
	font-size: 18px;
	color: #cc0000;
}

@media screen and (max-width: 767px){
	.acqua-tmpl-popup-02 {
		padding: 30px 0;
	}
	.acqua-tmpl-popup-02 .input-and-button-wrapper input[type="text"] {
		padding-right: 16px;
	}
	.acqua-tmpl-popup-02 .input-and-button-wrapper .widget-newsletter-agree {
		position: relative;
		z-index: 5;
		top: auto;
		left: auto;
		margin-top: 10px;
		margin-left: 2px;
	}
	.acqua-tmpl-popup-02 .button-wrapper {
		margin-top: 15px;
		text-align: center;
	}
	.acqua-tmpl-popup-02 .input-and-button-wrapper .btn {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		min-width: 180px;
		height: 44px;
		line-height: 42px;
		font-size: 18px;
		padding-top: 0;
		padding-bottom: 0;
	}
}