/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor
Author: Dev ebgxs
Author URI: #
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

#end-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	color:#ffffff;
	font-size:18px;
	border-radius:8px;
	z-index:999;
	font-family: "IBM Plex Sans Condensed", Sans-serif;
}
#end-overlay-bt{
	margin-top:10px;
	background-color: #FFFFFF00;
    font-family: "IBM Plex Sans Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    color: #FFFFFF;
	border:1px solid white !important;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
}
#end-overlay-bt:hover{
	
	border:1px solid #707070 !important;
}