/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2024 | 09:29:09 */
/* GENERAL */
.pum-close.popmake-close{
	background: none !important;
	box-shadow: none !important;
	color: white !important;
}
/* POPUP 1 */
/*.popup-type-1 .wpb_column > .vc_column-inner{
	padding: 0px !important;
}
.popup-type-1{
	padding: 15px;
}
.popup-type-1 img{
	width: calc(100% - 15px);
	border-radius: 15px;
}
#popmake-9739{
	padding: 0px !important;
}
#popmake-9739 .pum-close.popmake-close{
	background: red;
	line-height: 0px;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -22.5px;
	top: 0px;
	font-weight: bold !important;
}
@media (max-width: 1024px){
	div#popmake-9739{
		max-width: 500px !important;
	}
}
@media (max-width: 767px){
	.popup-type-1 img{
		width: 100% !important;
	}
}*/

/* POPUP 2 */
/*#popmake-9759{
	padding: 0px !important;
}
#popmake-9759 .vc_column-inner{
	padding-top: 0px !important;
}
#popmake-9759 .pum-close.popmake-close{
	background: red;
	line-height: 0px;
	width: 25px;
	height: 25px;
	position: absolute;
	right: -15px;
	top: 0px;
	font-weight: bold !important;
}
.popup-type-2{
	padding-left: 25px;
	padding-right: 25px;
}*/
@media (min-width: 767px) and (max-width: 1450px){
	.popup-type-2 > .vc_col-sm-10{
		width: calc(100% - 175px) !important;
	}
	.popup-type-2 > .vc_col-sm-2{
		width: 175px !important;
	}
}