/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#zagegate_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999;
    display: none;
}
#zagegate_modal {
    top: 50%;
    left: 50%;
    width: 480px;
    max-width: 90%;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    display: none;
}

#zagegate_modal h2 {
	padding-bottom: 0; 
}
#zagegate_modal p {
	margin-bottom: 20px; 
}
#zagegate_modal .et_pb_button {
	width: auto;
    -webkit-clip-path: none;
    clip-path: none;
    margin-right: 0;
    border-radius: inherit!important;
}