@charset "UTF-8";
#wpbe_elements_form{
	position: relative;
	width:98%;
	color:rgba(128,128,128,1) !important;
	z-index:1;
}
#wpbe_elements_form #version{
	position:absolute;
	top:12px;
	right:12px;
	padding:7px;
	background:#5aa9de;
	font-size:13px;
	text-decoration:none;
	line-height:1;
	color:#FFF;
	font-weight:bold;
	border-radius:3px;
}
#wpbe_elements_form table{
	display:none;
	margin-top:1em;
}
#wpbe_elements_form table#wpcore{
	display:table;
}
#wpbe_elements_form tr td:first-child{
	width:33%;
}
#wpbe_elements_form .switch{
	position:relative;
	display:inline-block;
	width:60px;
	height:34px;
}
#wpbe_elements_form table input{
	width:100%;
}
#wpbe_elements_form .switch input{
	opacity: 0;
	width: 0;
	height: 0;
}
#wpbe_elements_form .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-border-radius:34px;
	-moz-border-radius:34px;
	border-radius: 34px;
}
#wpbe_elements_form .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color:#FFF;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
#wpbe_elements_form input:checked + .slider {
	background-color: #5aa9de;
}
#wpbe_elements_form input:checked + .slider:after {
	position: absolute;
	font-family: 'Dashicons';
	content: "\f147";
	color:#FFF;
	font-size:25px;
    top:9px;
    left:5px;
}
#wpbe_elements_form input:focus + .slider {
	-webkit-box-shadow: 0 0 1px #5bc0de;
	-moz-box-shadow: 0 0 1px #5bc0de;
	box-shadow: 0 0 1px #5bc0de;
}
#wpbe_elements_form input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
#wpbe_elements_form textarea{
	width:100%;
	resize:none;
}
#wpbe_popup{
	display:none;
	overflow-y:auto;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    background-color: rgba(0,0,0,.4);
    -webkit-overflow-scrolling: touch;
}
#wpbe_popup #wpbe_popup_container{
	display:flex;
	margin:auto;
	position:relative;
    box-sizing:border-box;
    flex-direction:column;
    justify-content:center;
    width:32em;
    max-width:100%;
    padding:1.25em;
    border:none;
    border-radius:.3125em;
    background:#fff;
    font-family:inherit;
    font-size:1rem;
}
#wpbe_popup #wpbe_popup_container #wpbe_icon{
	display: flex;
	position: relative;
    box-sizing: content-box;
    justify-content: center;
	zoom: normal;
	font-size:3em;
	color:#a5dc86;
	margin: .5em auto .5em;
	border:1px solid #a5dc86;
	border-radius: 50%;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#wpbe_popup #wpbe_popup_container #wpbe_title{
	position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
	font-size: 1.9em;
	line-height: 1em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
#wpbe_popup #wpbe_popup_container #wpbe_content{
	margin:0 0 .4em;
	color:#545454;
    font-size: 1.2em;
    font-weight: 300;
    line-height: normal;
	word-wrap: break-word;
	text-align: center;
}
#wpbe_popup #wpbe_popup_container #wpbe_button{
	display: inline-block; 
	border: 0;
	border-left-color: rgb(48, 133, 214); 
	border-right-color: rgb(48, 133, 214);
    border-radius: .25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
	font-size: 1.1em;
	cursor:pointer;
	margin: 1.25em auto .3em;
    padding: .6em 2em;
    box-shadow: none;
	font-weight: 500;
	width:auto;
	text-transform: uppercase;
}
#wpbe_popup #wpbe_popup_container #wpbe_button:hover{
	background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
}
#wpbe_popup #wpbe_popup_container #wpbe_button:focus{
	outline:none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
}