/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 10 2023 | 06:33:09 */
#prdev-subscription-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000a6;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

#prdev-subscription-modal.active{
	display: flex;
}

.psm-container {
    width: 1000px;
    max-width: 100%;
	position:relative;
	margin: 0 30px;
}

.psm-body  .et_pb_newsletter_button.et_pb_button{
	background:#fb9d07;
	border-radius:14px;
	border-width:2px;
}

.close-psm-modal {
    background: #fff;
    color: red;
    font-size: 18px;
    display: inline-block;
    padding: 2px 18px;
    border-radius: 18px;
    margin-bottom: 7px;
    float: ri;
    position: absolute;
    right: 0;
    top: -35px;
	cursor:pointer;
}

.close-psm-modal:hover{
	background:red;
	color: #fff;
}

@media ( max-width:767px) {
	.psm-container {
		margin-top:45px;
	}
}